19 #ifndef AVCODEC_FLACDSP_H 20 #define AVCODEC_FLACDSP_H 24 #include "libavutil/samplefmt.h" 27 void (*decorrelate[4])(uint8_t **out, int32_t **in,
int channels,
29 void (*lpc16)(int32_t *samples,
const int coeffs[32],
int order,
31 void (*lpc32)(int32_t *samples,
const int coeffs[32],
int order,
33 void (*lpc16_encode)(int32_t *res,
const int32_t *smp,
int len,
int order,
34 const int32_t coefs[32],
int shift);
35 void (*lpc32_encode)(int32_t *res,
const int32_t *smp,
int len,
int order,
36 const int32_t coefs[32],
int shift);
common internal API header
AVSampleFormat
Audio sample formats.
Definition: samplefmt.h:58