Searched defs:GET_GAIN (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | aac_defines.h | 49 #define GET_GAIN(x, y) (-(y) * (1 << (x))) + 1024 macro 98 #define GET_GAIN(x, y) powf((x), -(y)) macro |
Completed in 1 milliseconds