#include "libavutil/attributes.h"
#include "libavutil/internal.h"
#include "libavutil/samplefmt.h"
#include "flacdsp.h"
#include "config.h"
#define SAMPLE_SIZE …
#define PLANAR …
#include "flacdsp_template.c"
#undef PLANAR
#define PLANAR …
#include "flacdsp_template.c"
#undef SAMPLE_SIZE
#undef PLANAR
#define SAMPLE_SIZE …
#define PLANAR …
#include "flacdsp_template.c"
#undef PLANAR
#define PLANAR …
#include "flacdsp_template.c"
static void flac_lpc_16_c(int32_t *decoded, const int coeffs[32],
int pred_order, int qlevel, int len)
{ … }
static void flac_lpc_32_c(int32_t *decoded, const int coeffs[32],
int pred_order, int qlevel, int len)
{ … }
static void flac_wasted_32_c(int32_t *decoded, int wasted, int len)
{ … }
static void flac_wasted_33_c(int64_t *decoded, const int32_t *residual,
int wasted, int len)
{ … }
av_cold void ff_flacdsp_init(FLACDSPContext *c, enum AVSampleFormat fmt, int channels)
{ … }