Searched refs:decode_ppc (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | metasound.c | 64 static void decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, in decode_ppc() function 368 tctx->decode_ppc = decode_ppc; in metasound_decode_init()
|
H A D | twinvqdec.c | 179 static void decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, in decode_ppc() function 404 tctx->decode_ppc = decode_ppc; in twinvq_decode_init()
|
H A D | twinvq.h | 178 void (*decode_ppc)(struct TwinVQContext *tctx, int period_coef, int g_coef, member
|
H A D | twinvq.c | 457 tctx->decode_ppc(tctx, bits->p_coef[i], bits->g_coef[i], in read_and_decode_spectrum()
|
Completed in 5 milliseconds