Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmetasound.c107 pgain_step = pgain_base / ((1 << mtab->pgain_bit) - 1); in decode_ppc()
232 bits->g_coef[i] = get_bits(&gb, mtab->pgain_bit); in metasound_read_bitstream()
Dtwinvq.h131 uint8_t pgain_bit; ///< bits for PPC gain member
Dtwinvqdec.c188 float pgain_step = 25000.0 / ((1 << mtab->pgain_bit) - 1); in decode_ppc()
313 bits->g_coef[i] = get_bits(&gb, mtab->pgain_bit); in twinvq_read_bitstream()
Dtwinvq.c676 int ppc_bits = n_ch * (mtab->pgain_bit + mtab->ppc_shape_bit + in init_bitstream_params()