Searched refs:AAC_MSUB30 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aac_defines.h | 65 #define AAC_MSUB30(x, y, a, b) (int)((((int64_t)(x) * (y)) - \ macro 107 #define AAC_MSUB30(x, y, a, b) ((x) * (y) - (a) * (b)) macro
|
H A D | aacpsdsp_template.c | 120 INTFLOAT in_re = AAC_MSUB30(delay[n][0], phi_fract[0], delay[n][1], phi_fract[1]); in ps_decorrelate_c() 131 in_re = AAC_MSUB30(link_delay_re, fractional_delay_re, in ps_decorrelate_c()
|
H A D | aacps.c | 654 ipd_adj_im = AAC_MSUB30(opd_im, ipd_re, opd_re, ipd_im); in stereo_processing()
|
Completed in 3 milliseconds