Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daac_defines.h73 #define AAC_MSUB31_V3(x, y, z) (int)((((int64_t)(x) * (z)) - \ macro
110 #define AAC_MSUB31_V3(x, y, z) ((x) - (y)) * (z) macro
H A Daacps.c702 h_step[0][0] = AAC_MSUB31_V3(H11[0][e+1][b], h[0][0], width); in stereo_processing()
703 h_step[0][1] = AAC_MSUB31_V3(H12[0][e+1][b], h[0][1], width); in stereo_processing()
704 h_step[0][2] = AAC_MSUB31_V3(H21[0][e+1][b], h[0][2], width); in stereo_processing()
705 h_step[0][3] = AAC_MSUB31_V3(H22[0][e+1][b], h[0][3], width); in stereo_processing()
707 h_step[1][0] = AAC_MSUB31_V3(H11[1][e+1][b], h[1][0], width); in stereo_processing()
708 h_step[1][1] = AAC_MSUB31_V3(H12[1][e+1][b], h[1][1], width); in stereo_processing()
709 h_step[1][2] = AAC_MSUB31_V3(H21[1][e+1][b], h[1][2], width); in stereo_processing()
710 h_step[1][3] = AAC_MSUB31_V3(H22[1][e+1][b], h[1][3], width); in stereo_processing()

Completed in 3 milliseconds