Searched refs:FLAC__fixed_compute_best_predictor (Results 1 – 3 of 3) sorted by relevance
57 uint32_t FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], uint32_t data_len, float resi…79 uint32_t FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], uint32_t data_len, FLAC__fixe…
222 uint32_t FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], uint32_t data_len, float resi… in FLAC__fixed_compute_best_predictor() function224 uint32_t FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], uint32_t data_len, FLAC__fixe… in FLAC__fixed_compute_best_predictor()
935 encoder->private_->local_fixed_compute_best_predictor = FLAC__fixed_compute_best_predictor; in init_stream_internal_()