Home
last modified time | relevance | path

Searched refs:AAC_MUL30 (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daac_defines.h52 #define AAC_MUL30(x, y) (int)(((int64_t)(x) * (y) + 0x20000000) >> 30) macro
101 #define AAC_MUL30(x, y) ((x) * (y)) macro
H A Daacps.c655 h11i = AAC_MUL30(h11, opd_im); in stereo_processing()
656 h11 = AAC_MUL30(h11, opd_re); in stereo_processing()
657 h12i = AAC_MUL30(h12, ipd_adj_im); in stereo_processing()
658 h12 = AAC_MUL30(h12, ipd_adj_re); in stereo_processing()
659 h21i = AAC_MUL30(h21, opd_im); in stereo_processing()
660 h21 = AAC_MUL30(h21, opd_re); in stereo_processing()
661 h22i = AAC_MUL30(h22, ipd_adj_im); in stereo_processing()
662 h22 = AAC_MUL30(h22, ipd_adj_re); in stereo_processing()
H A Daacpsdsp_template.c117 ag[m] = AAC_MUL30(a[m], g_decay_slope); in ps_decorrelate_c()
H A Daacdec_template.c2707 predTime[i] = AAC_MUL30(sce->ltp_state[i + 2048 - ltp->lag], ltp->coef);

Completed in 7 milliseconds