Searched refs:FLAC__fixed_compute_best_predictor (Results 1 – 3 of 3) sorted by relevance
57 unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, float resi…75 unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__fixe…
217 unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, float resi… in FLAC__fixed_compute_best_predictor() function219 unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__fixe… in FLAC__fixed_compute_best_predictor()
878 encoder->private_->local_fixed_compute_best_predictor = FLAC__fixed_compute_best_predictor; in init_stream_internal_()