FFmpeg
|
Go to the source code of this file.
Functions | |
static void | mlp_filter_channel (int32_t *state, const int32_t *coeff, int firorder, int iirorder, unsigned int filter_shift, int32_t mask, int blocksize, int32_t *sample_buffer) |
av_cold void | ff_mlpdsp_init (MLPDSPContext *c) |
|
static |
Definition at line 27 of file mlpdsp.c.
Referenced by ff_mlpdsp_init().
av_cold void ff_mlpdsp_init | ( | MLPDSPContext * | c | ) |
Definition at line 60 of file mlpdsp.c.
Referenced by mlp_decode_init().