Home
last modified time | relevance | path

Searched refs:GET_GAIN (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daac_defines.h49 #define GET_GAIN(x, y) (-(y) * (1 << (x))) + 1024 macro
98 #define GET_GAIN(x, y) powf((x), -(y)) macro
H A Daacdec_template.c2400 gain_cache = GET_GAIN(scale, gain);
2421 gain_cache = GET_GAIN(scale, t) * s;

Completed in 6 milliseconds