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

/external/flac/libFLAC/
H A Dstream_encoder.c371 unsigned (*local_fixed_compute_best_predictor)(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]); member in struct:FLAC__StreamEncoderPrivate
373 unsigned (*local_fixed_compute_best_predictor)(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]); member in struct:FLAC__StreamEncoderPrivate
912 encoder->private_->local_fixed_compute_best_predictor = FLAC__fixed_compute_best_predictor;
948 encoder->private_->local_fixed_compute_best_predictor = FLAC__fixed_compute_best_predictor_asm_ia32_mmx_cmov;
956 encoder->private_->local_fixed_compute_best_predictor = FLAC__fixed_compute_best_predictor_wide;
3217 guess_fixed_order = encoder->private_->local_fixed_compute_best_predictor(integer_signal+FLAC__MAX_FIXED_ORDER, frame_header->blocksize-FLAC__MAX_FIXED_ORDER, fixed_residual_bits_per_sample);

Completed in 707 milliseconds