FFmpeg
|
bfin/mathops.h File Reference
#include "config.h"
Include dependency graph for bfin/mathops.h:
Go to the source code of this file.
Macros | |
#define | MULH(X, Y) |
#define | MUL16(a, b) |
Macro Definition Documentation
Value:
({ int xxo; \
__asm__ ( \
"%0 = %1.l*%2.l (is);\n\t" \
xxo; })
Definition at line 38 of file bfin/mathops.h.
Referenced by apply_window_int16_c(), ff_dot_product(), pRNG(), and synth_frame().
Value:
({ int xxo; \
__asm__ ( \
"a1 = %2.L * %1.L (FU);\n\t" \
"a1 = a1 >> 16;\n\t" \
"a1 += %2.H * %1.L (IS,M);\n\t" \
"a0 = %1.H * %2.H, a1+= %1.H * %2.L (IS,M);\n\t"\
"a1 = a1 >>> 16;\n\t" \
"%0 = (a0 += a1);\n\t" \
Definition at line 27 of file bfin/mathops.h.
Referenced by calc_transform_coeffs_cpl(), and pRNG().
Generated on Tue Jan 21 2025 06:52:34 for FFmpeg by 1.8.11