Searched refs:decode_ppc (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | metasound.c | 64 static void decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, in decode_ppc() function 365 tctx->decode_ppc = decode_ppc; in metasound_decode_init()
|
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()
|
D | twinvq.h | 179 void (*decode_ppc)(struct TwinVQContext *tctx, int period_coef, int g_coef, member
|
D | twinvq.c | 455 tctx->decode_ppc(tctx, bits->p_coef[i], bits->g_coef[i], in read_and_decode_spectrum()
|