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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtwinvq.h131 uint8_t pgain_bit; ///< bits for PPC gain member in struct:TwinVQModeTab
H A Dmetasound.c106 pgain_step = pgain_base / ((1 << mtab->pgain_bit) - 1);
230 bits->g_coef[i] = get_bits(&gb, mtab->pgain_bit);
H A Dtwinvqdec.c187 float pgain_step = 25000.0 / ((1 << mtab->pgain_bit) - 1);
311 bits->g_coef[i] = get_bits(&gb, mtab->pgain_bit);
H A Dtwinvq.c686 int ppc_bits = n_ch * (mtab->pgain_bit + mtab->ppc_shape_bit +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtwinvq.c88 uint8_t pgain_bit; ///< bits for PPC gain member in struct:__anon1998
796 float pgain_step = 25000. / ((1 << mtab->pgain_bit) - 1);
798 int g_coef = get_bits(gb, tctx->mtab->pgain_bit);
1033 int ppc_bits = n_ch*(mtab->pgain_bit + mtab->ppc_shape_bit +

Completed in 101 milliseconds