#include "dsputil.h"
#include "mlp.h"
Go to the source code of this file.
Functions | |
static void | ff_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) |
void | ff_mlp_init (DSPContext *c, AVCodecContext *avctx) |
static void ff_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 | |||
) | [static] |
void ff_mlp_init | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |