Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmetasound.c76 float pgain_base, pgain_step, ppc_gain; in decode_ppc() local
107 pgain_step = pgain_base / ((1 << mtab->pgain_bit) - 1); in decode_ppc()
109 twinvq_mulawinv(pgain_step * g_coef + pgain_step / 2, in decode_ppc()
Dtwinvqdec.c188 float pgain_step = 25000.0 / ((1 << mtab->pgain_bit) - 1); in decode_ppc() local
190 twinvq_mulawinv(pgain_step * g_coef + in decode_ppc()
191 pgain_step / 2, in decode_ppc()