Home
last modified time | relevance | path

Searched defs:AAC_MUL31 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daac_defines.h53 #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