Home
last modified time | relevance | path

Searched refs:AAC_MSUB30_V8 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daac_defines.h68 #define AAC_MSUB30_V8(x, y, a, b, c, d, e, f) (int)((((int64_t)(x) * (y)) + \ macro
108 #define AAC_MSUB30_V8(x, y, a, b, c, d, e, f) ((x) * (y) + (a) * (b) - \ macro
H A Daacpsdsp_template.c205 l[n][0] = AAC_MSUB30_V8(h00, l_re, h02, r_re, h10, l_im, h12, r_im); in ps_stereo_interpolate_ipdopd_c()
207 r[n][0] = AAC_MSUB30_V8(h01, l_re, h03, r_re, h11, l_im, h13, r_im); in ps_stereo_interpolate_ipdopd_c()

Completed in 2 milliseconds