OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__fixed_compute_best_predictor_wide
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/private/
fixed.h
63
unsigned
FLAC__fixed_compute_best_predictor_wide
(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]);
66
unsigned
FLAC__fixed_compute_best_predictor_wide
(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]);
/external/flac/libFLAC/
fixed.c
282
unsigned
FLAC__fixed_compute_best_predictor_wide
(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
284
unsigned
FLAC__fixed_compute_best_predictor_wide
(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
stream_encoder.c
[
all
...]
Completed in 196 milliseconds