OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qlp_coeff_precision
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/protected/
stream_encoder.h
94
unsigned
qlp_coeff_precision
;
member in struct:FLAC__StreamEncoderProtected
/external/flac/include/FLAC/
format.h
321
unsigned
qlp_coeff_precision
;
member in struct:__anon6429
[
all
...]
/external/flac/libFLAC/
stream_encoder.c
124
unsigned
qlp_coeff_precision
;
member in struct:CompressionLevels
222
unsigned
qlp_coeff_precision
,
695
if(encoder->protected_->
qlp_coeff_precision
== 0) {
699
encoder->protected_->
qlp_coeff_precision
= max(FLAC__MIN_QLP_COEFF_PRECISION, 2 + encoder->protected_->bits_per_sample / 2);
703
encoder->protected_->
qlp_coeff_precision
= 7;
705
encoder->protected_->
qlp_coeff_precision
= 8;
707
encoder->protected_->
qlp_coeff_precision
= 9;
709
encoder->protected_->
qlp_coeff_precision
= 10;
711
encoder->protected_->
qlp_coeff_precision
= 11;
713
encoder->protected_->
qlp_coeff_precision
= 12
3197
unsigned min_
qlp_coeff_precision
, max_
qlp_coeff_precision
,
qlp_coeff_precision
;
local
[
all
...]
Completed in 236 milliseconds