Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dtwinvq.h130 uint8_t pgain_bit; ///< bits for PPC gain member
H A Dmetasound.c108 pgain_step = pgain_base / ((1 << mtab->pgain_bit) - 1); in decode_ppc()
234 bits->g_coef[i] = get_bits(&gb, mtab->pgain_bit); in metasound_read_bitstream()
H A 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()
H A Dtwinvq.c677 int ppc_bits = n_ch * (mtab->pgain_bit + mtab->ppc_shape_bit + in init_bitstream_params()

Completed in 4 milliseconds