Home
last modified time | relevance | path

Searched refs:gain_num_short_square (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg729postfilter.c256 int gain_num_short_square; in long_term_filter() local
269 gain_num_short_square = gain_num_short * gain_num_short; in long_term_filter()
272 tmp = MULL(gain_num_short_square, gain_den, FRAC_BITS); in long_term_filter()
279 gain_num_square = gain_num_short_square; in long_term_filter()