Searched refs:MULL (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/avr32/ |
H A D | mathops.h | 31 #define MULL MULL macro 32 static inline av_const int MULL(int a, int b, unsigned shift) in MULL() function
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mathops.h | 34 #define MULL MULL macro 35 static av_always_inline av_const int MULL(int a, int b, unsigned shift) in MULL() function
|
/third_party/ffmpeg/libavcodec/ |
H A D | g729postfilter.c | 275 tmp = MULL(gain_num_short_square, gain_den, FRAC_BITS); in long_term_filter() 276 tmp2 = MULL(gain_num_square, gain_den_short, FRAC_BITS); in long_term_filter() 347 L_temp0 = MULL(L_temp0, gain_long_den, FRAC_BITS); in long_term_filter() 350 L_temp1 = MULL(L_temp1, gain_den, FRAC_BITS); in long_term_filter()
|
H A D | mathops.h | 57 #ifndef MULL 58 # define MULL(a,b,s) (MUL64(a, b) >> (s)) macro
|
H A D | mpegaudiodec_fixed.c | 36 #define MULLx(x, y, s) MULL((int)(x),(y),s)
|
H A D | lsp.c | 117 f[j] -= MULL(f[j-1], lsp[2*i-2], FRAC_BITS) - f[j-2]; in lsp2poly()
|
H A D | mpegaudiodsp_template.c | 68 # define MULLx(x, y, s) MULL((int)(x),(y),s)
|
H A D | opus_silk.c | 180 error = (1 << 29) - MULL(gaindiv << (15 + 16 - fbits), gain, 16); in silk_is_lpc_stable()
|
Completed in 7 milliseconds