Searched defs:AAC_MUL30 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | aac_defines.h | 52 #define AAC_MUL30(x, y) (int)(((int64_t)(x) * (y) + 0x20000000) >> 30) macro 101 #define AAC_MUL30(x, y) ((x) * (y)) macro |
Completed in 1 milliseconds