Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daac_defines.h51 #define AAC_MUL26(x, y) (int)(((int64_t)(x) * (y) + 0x2000000) >> 26) macro
100 #define AAC_MUL26(x, y) ((x) * (y)) macro

Completed in 2 milliseconds