Home
last modified time | relevance | path

Searched refs:FLAC__fixed_compute_best_predictor (Results 1 – 3 of 3) sorted by relevance

/external/flac/libFLAC/include/private/
Dfixed.h57 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…
/external/flac/libFLAC/
Dfixed.c217 unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, float resi… in FLAC__fixed_compute_best_predictor() function
219 unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__fixe… in FLAC__fixed_compute_best_predictor()
Dstream_encoder.c878 encoder->private_->local_fixed_compute_best_predictor = FLAC__fixed_compute_best_predictor; in init_stream_internal_()