Home
last modified time | relevance | path

Searched refs:MULL (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/avr32/
H A Dmathops.h31 #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 Dmathops.h34 #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 Dg729postfilter.c275 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 Dmathops.h57 #ifndef MULL
58 # define MULL(a,b,s) (MUL64(a, b) >> (s)) macro
H A Dmpegaudiodec_fixed.c36 #define MULLx(x, y, s) MULL((int)(x),(y),s)
H A Dlsp.c117 f[j] -= MULL(f[j-1], lsp[2*i-2], FRAC_BITS) - f[j-2]; in lsp2poly()
H A Dmpegaudiodsp_template.c68 # define MULLx(x, y, s) MULL((int)(x),(y),s)
H A Dopus_silk.c180 error = (1 << 29) - MULL(gaindiv << (15 + 16 - fbits), gain, 16); in silk_is_lpc_stable()

Completed in 7 milliseconds