Home
last modified time | relevance | path

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

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