Searched refs:ff_mpc_dequantize_and_synth (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpc.h76 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, void *dst, int channels);
H A Dmpc.c67 void ff_mpc_dequantize_and_synth(MPCContext * c, int maxband, void *data, int channels) function
H A Dmpc7.c283 ff_mpc_dequantize_and_synth(c, mb, c->frame.data[0], 2);
H A Dmpc8.c408 ff_mpc_dequantize_and_synth(c, maxband, c->frame.data[0], avctx->channels);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpc.h75 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, int16_t **out, int channels);
H A Dmpc.c62 void ff_mpc_dequantize_and_synth(MPCContext * c, int maxband, int16_t **out, function
H A Dmpc7.c293 ff_mpc_dequantize_and_synth(c, mb, (int16_t **)frame->extended_data, 2);
H A Dmpc8.c411 ff_mpc_dequantize_and_synth(c, maxband - 1,

Completed in 109 milliseconds