Searched refs:qlp_coeff_precision (Results 1 - 5 of 5) sorted by relevance

/external/flac/libFLAC/include/protected/
H A Dstream_encoder.h102 unsigned qlp_coeff_precision; member in struct:FLAC__StreamEncoderProtected
/external/flac/libFLAC/
H A Dstream_encoder.c102 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
3382 unsigned min_qlp_coeff_precision, max_qlp_coeff_precision, qlp_coeff_precision; local
3749 evaluate_lpc_subframe_( FLAC__StreamEncoder *encoder, const FLAC__int32 signal[], FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], unsigned raw_bits_per_partition[], const FLAC__real lp_coeff[], unsigned blocksize, unsigned subframe_bps, unsigned order, unsigned qlp_coeff_precision, unsigned rice_parameter, unsigned rice_parameter_limit, unsigned min_partition_order, unsigned max_partition_order, FLAC__bool do_escape_coding, unsigned rice_parameter_search_dist, FLAC__Subframe *subframe, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents ) argument
[all...]
H A Dstream_encoder_framing.c427 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))
H A Dstream_decoder.c2653 subframe->qlp_coeff_precision = u32+1;
2662 if(!FLAC__bitreader_read_raw_int32(decoder->private_->input, &i32, subframe->qlp_coeff_precision))
2700 if( (FLAC__uint64)order * ((((FLAC__uint64)1)<<bps)-1) * ((1<<subframe->qlp_coeff_precision)-1) < (((FLAC__uint64)-1) << 32) )
2702 if(bps + subframe->qlp_coeff_precision + FLAC__bitmath_ilog2(order) <= 32)
2703 if(bps <= 16 && subframe->qlp_coeff_precision <= 16)
/external/flac/include/FLAC/
H A Dformat.h322 unsigned qlp_coeff_precision; member in struct:__anon4963

Completed in 77 milliseconds