OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qlp_coeff_precision
(Results
1 - 5
of
5
) sorted by null
/external/flac/libFLAC/include/protected/
stream_encoder.h
102
unsigned
qlp_coeff_precision
;
member in struct:FLAC__StreamEncoderProtected
/external/flac/libFLAC/
stream_encoder.c
102
unsigned
qlp_coeff_precision
;
member in struct:CompressionLevels
202
unsigned
qlp_coeff_precision
,
680
if(encoder->protected_->
qlp_coeff_precision
== 0) {
684
encoder->protected_->
qlp_coeff_precision
= flac_max(FLAC__MIN_QLP_COEFF_PRECISION, 2 + encoder->protected_->bits_per_sample / 2);
688
encoder->protected_->
qlp_coeff_precision
= 7;
690
encoder->protected_->
qlp_coeff_precision
= 8;
692
encoder->protected_->
qlp_coeff_precision
= 9;
694
encoder->protected_->
qlp_coeff_precision
= 10;
696
encoder->protected_->
qlp_coeff_precision
= 11;
698
encoder->protected_->
qlp_coeff_precision
= 12
3389
unsigned min_
qlp_coeff_precision
, max_
qlp_coeff_precision
,
qlp_coeff_precision
;
local
[
all
...]
stream_encoder_framing.c
427
if(!FLAC__bitwriter_write_raw_uint32(bw, subframe->
qlp_coeff_precision
-1, FLAC__SUBFRAME_LPC_QLP_COEFF_PRECISION_LEN))
432
if(!FLAC__bitwriter_write_raw_int32(bw, subframe->qlp_coeff[i], subframe->
qlp_coeff_precision
))
stream_decoder.c
[
all
...]
/external/flac/include/FLAC/
format.h
322
unsigned
qlp_coeff_precision
;
member in struct:__anon12633
[
all
...]
Completed in 1054 milliseconds