Searched defs:AAC_MSUB31_V3 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | aac_defines.h | 73 #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 |
Completed in 2 milliseconds