Searched refs:g_coef (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | twinvq.h | 104 int g_coef[TWINVQ_CHANNELS_MAX]; member 179 void (*decode_ppc)(struct TwinVQContext *tctx, int period_coef, int g_coef,
|
D | metasound.c | 64 static void decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, in decode_ppc() argument 109 twinvq_mulawinv(pgain_step * g_coef + pgain_step / 2, in decode_ppc() 232 bits->g_coef[i] = get_bits(&gb, mtab->pgain_bit); in metasound_read_bitstream()
|
D | twinvqdec.c | 179 static void decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, in decode_ppc() argument 190 twinvq_mulawinv(pgain_step * g_coef + in decode_ppc() 313 bits->g_coef[i] = get_bits(&gb, mtab->pgain_bit); in twinvq_read_bitstream()
|
D | twinvq.c | 455 tctx->decode_ppc(tctx, bits->p_coef[i], bits->g_coef[i], in read_and_decode_spectrum()
|