Searched defs:AAC_MUL31 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | aac_defines.h | 53 #define AAC_MUL31(x, y) (int)(((int64_t)(x) * (y) + 0x40000000) >> 31) macro 102 #define AAC_MUL31(x, y) ((x) * (y)) macro |
Completed in 1 milliseconds