Revision 5b21bdab libavcodec/bfin/mathops.h
libavcodec/bfin/mathops.h | ||
---|---|---|
19 | 19 |
* License along with FFmpeg; if not, write to the Free Software |
20 | 20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
21 | 21 |
*/ |
22 |
#ifndef AVCODEC_BFIN_MATHOPS_H
|
|
23 |
#define AVCODEC_BFIN_MATHOPS_H
|
|
22 |
#ifndef FFMPEG_BFIN_MATHOPS_H
|
|
23 |
#define FFMPEG_BFIN_MATHOPS_H
|
|
24 | 24 |
|
25 | 25 |
#ifdef CONFIG_MPEGAUDIO_HP |
26 | 26 |
#define MULH(X,Y) ({ int xxo; \ |
... | ... | |
49 | 49 |
: "=W" (xxo) : "d" (a), "d" (b) : "A1"); \ |
50 | 50 |
xxo; }) |
51 | 51 |
|
52 |
#endif /* AVCODEC_BFIN_MATHOPS_H */ |
|
52 |
#endif /* FFMPEG_BFIN_MATHOPS_H */ |
Also available in: Unified diff