Home
last modified time | relevance | path

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

/external/flac/libFLAC/include/private/
Dfixed.h58 unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, float…
76 unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC_…
/external/flac/libFLAC/
Dfixed.c275 unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, float… in FLAC__fixed_compute_best_predictor_wide() function
277 unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC_… in FLAC__fixed_compute_best_predictor_wide()
Dstream_encoder.c879 …coder->private_->local_fixed_compute_best_predictor_wide = FLAC__fixed_compute_best_predictor_wide; in init_stream_internal_()