Searched defs:AAC_MSUB30 (Results 1 - 1 of 1) 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 |
Completed in 1 milliseconds