Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
libavutil
x86
Macros
intmath.h File Reference
Go to the source code of this file.
Macros
#define
FASTDIV
(
a
,
b
)
Macro Definition Documentation
#define FASTDIV
(
a
,
b
)
Value:
({\
int ret, dmy;\
__asm__
volatile
(\
"mull %3"
\
:
"=d"
(ret),
"=a"
(dmy)\
:
"1"
(
a
),
"g"
(
ff_inverse
[
b
])\
);\
ret;\
})
b
#define b
Definition:
swscale.c:1335
ff_inverse
const uint32_t ff_inverse[257]
Definition:
inverse.c:26
a
a
Definition:
h264pred_template.c:425
Definition at line
24
of file
intmath.h
.