Searched refs:FLAC__fixed_compute_best_predictor_wide (Results 1 - 3 of 3) sorted by relevance

/external/flac/libFLAC/include/private/
H A Dfixed.h63 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]);
66 unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]);
/external/flac/libFLAC/
H A Dfixed.c282 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]) function
284 unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
H A Dstream_encoder.c956 encoder->private_->local_fixed_compute_best_predictor = FLAC__fixed_compute_best_predictor_wide;

Completed in 41 milliseconds