Home
last modified time | relevance | path

Searched defs:AAC_MUL16 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daac_defines.h51 #define AAC_MUL16(x, y) (int)(((int64_t)(x) * (y) + 0x8000) >> 16) macro
101 #define AAC_MUL16(x, y) ((x) * (y)) macro