33 #ifndef FLAC__PRIVATE__FIXED_H 34 #define FLAC__PRIVATE__FIXED_H 40 #include "../private/cpu.h" 41 #include "../private/float.h" 42 #include "../FLAC/format.h" 56 #ifndef FLAC__INTEGER_ONLY_LIBRARY 60 # if (defined FLAC__CPU_IA32 || defined FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN 61 # ifdef FLAC__SSE2_SUPPORTED 65 # ifdef FLAC__SSSE3_SUPPORTED 70 # if defined FLAC__CPU_IA32 && defined FLAC__HAS_NASM Configuration options (set of defines)
int32_t FLAC__int32
Definition: ordinals.h:62
#define FLAC__MAX_FIXED_ORDER
Definition: format.h:148
unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
Definition: fixed.c:277
GLuint GLdouble GLdouble GLint GLint order
Definition: glext.h:12101
unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
Definition: fixed.c:219
void FLAC__fixed_compute_residual(const FLAC__int32 data[], unsigned data_len, unsigned order, FLAC__int32 residual[])
Definition: fixed.c:338
void FLAC__fixed_restore_signal(const FLAC__int32 residual[], unsigned data_len, unsigned order, FLAC__int32 data[])
Definition: fixed.c:369