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
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/private/
fixed.h
43
*
FLAC__fixed_compute_best_predictor
()
55
unsigned
FLAC__fixed_compute_best_predictor
(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]);
65
unsigned
FLAC__fixed_compute_best_predictor
(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]);
/external/flac/libFLAC/
fixed.c
224
unsigned
FLAC__fixed_compute_best_predictor
(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
226
unsigned
FLAC__fixed_compute_best_predictor
(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
stream_encoder.c
[
all
...]
Completed in 95 milliseconds