#include "libavutil/attributes.h"#include "libavutil/samplefmt.h"#include "flacdsp.h"#include "config.h"#include "flacdsp_template.c"Go to the source code of this file.
| Defines | |
| #define | SAMPLE_SIZE 16 | 
| #define | PLANAR 0 | 
| #define | PLANAR 1 | 
| #define | SAMPLE_SIZE 32 | 
| #define | PLANAR 0 | 
| #define | PLANAR 1 | 
| Functions | |
| 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) | 
| av_cold void | ff_flacdsp_init (FLACDSPContext *c, enum AVSampleFormat fmt, int bps) | 
| #define SAMPLE_SIZE 16 | 
| av_cold void ff_flacdsp_init | ( | FLACDSPContext * | c, | |
| enum AVSampleFormat | fmt, | |||
| int | bps | |||
| ) | 
Definition at line 86 of file flacdsp.c.
Referenced by decode_frame(), flac_decode_init(), and parse_streaminfo().
 1.5.8
 1.5.8