33 #ifndef FLAC__PRIVATE__FIXED_H 34 #define FLAC__PRIVATE__FIXED_H 42 #include "../../../format.h" 56 #ifndef FLAC__INTEGER_ONLY_LIBRARY 60 # if (defined FLAC__CPU_IA32 || defined FLAC__CPU_X86_64) && defined FLAC__HAS_X86INTRIN 61 # ifdef FLAC__SSE2_SUPPORTED 65 # ifdef FLAC__SSSE3_SUPPORTED 70 # if defined FLAC__CPU_IA32 && defined FLAC__HAS_NASM
unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
Definition: fixed.c:216
unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
Definition: fixed.c:274
void FLAC__fixed_restore_signal(const FLAC__int32 residual[], unsigned data_len, unsigned order, FLAC__int32 data[])
Definition: fixed.c:378
void FLAC__fixed_compute_residual(const FLAC__int32 data[], unsigned data_len, unsigned order, FLAC__int32 residual[])
Definition: fixed.c:335
JSAMPIMAGE data
Definition: jpeglib.h:945
float FLAC__float
Definition: float.h:53
int32_t FLAC__int32
Definition: ordinals.h:62