Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dspeexdec.c235 float smooth_right; /**< Smoothed right channel gain */ member
1511 s->stereo.smooth_right = 1.f; in speex_decode_init()
1530 stereo->smooth_right = stereo->smooth_right * 0.98f + e_right * 0.02f; in speex_decode_stereo()
1532 data[2 * i + 1] = stereo->smooth_right * tmp; in speex_decode_stereo()

Completed in 4 milliseconds