FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_flac_lpc_16_arm (int32_t *samples, const int coeffs[32], int order, int qlevel, int len) |
av_cold void | ff_flacdsp_init_arm (FLACDSPContext *c, enum AVSampleFormat fmt, int channels) |
void ff_flac_lpc_16_arm | ( | int32_t * | samples, |
const int | coeffs[32], | ||
int | order, | ||
int | qlevel, | ||
int | len | ||
) |
Referenced by ff_flacdsp_init_arm().
av_cold void ff_flacdsp_init_arm | ( | FLACDSPContext * | c, |
enum AVSampleFormat | fmt, | ||
int | channels | ||
) |
Definition at line 27 of file flacdsp_init_arm.c.
Referenced by ff_flacdsp_init().