Definition in file mpc.h.
Go to the source code of this file.
Classes | |
| struct | Band |
| Subband structure - hold all variables for each subband. More... | |
| struct | MPCContext |
Functions | |
| void | ff_mpc_init () |
| void | ff_mpc_dequantize_and_synth (MPCContext *c, int maxband, void *dst) |
| void ff_mpc_init | ( | ) |
Definition at line 43 of file libavcodec/mpc.c.
Referenced by mpc7_decode_init(), and mpc8_decode_init().
| void ff_mpc_dequantize_and_synth | ( | MPCContext * | c, | |
| int | maxband, | |||
| void * | dst | |||
| ) |
Definition at line 71 of file libavcodec/mpc.c.
Referenced by mpc7_decode_frame(), and mpc8_decode_frame().
1.5.5