Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/include/private/
Dfixed.h58 uint32_t FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], uint32_t data_len, float…
80 uint32_t FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], uint32_t data_len, FLAC_…
/external/flac/src/libFLAC/
Dfixed.c301 uint32_t FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], uint32_t data_len, float… in FLAC__fixed_compute_best_predictor_wide() function
303 uint32_t FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], uint32_t data_len, FLAC_… in FLAC__fixed_compute_best_predictor_wide()
Dstream_encoder.c936 …coder->private_->local_fixed_compute_best_predictor_wide = FLAC__fixed_compute_best_predictor_wide; in init_stream_internal_()