Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtwinvq.h104 int g_coef[TWINVQ_CHANNELS_MAX]; member
179 void (*decode_ppc)(struct TwinVQContext *tctx, int period_coef, int g_coef,
Dmetasound.c64 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()
Dtwinvqdec.c179 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()
Dtwinvq.c455 tctx->decode_ppc(tctx, bits->p_coef[i], bits->g_coef[i], in read_and_decode_spectrum()