Home
last modified time | relevance | path

Searched refs:FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN (Results 1 – 6 of 6) sorted by relevance

/external/flac/include/FLAC/
Dformat.h339 extern FLAC_API const unsigned FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN; /**< == 5 (bits) */
/external/flac/libFLAC/
Dformat.c136 FLAC_API const unsigned FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN = 5; /* bits */ variable
Dstream_encoder_framing.c434 …LAC__bitwriter_write_raw_int32(bw, subframe->quantization_level, FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN)) in FLAC__subframe_add_lpc()
Dlpc.c194 const int max_shiftlimit = (1 << (FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN-1)) - 1; in FLAC__lpc_quantize_coefficients()
Dstream_decoder.c2660 …(!FLAC__bitreader_read_raw_int32(decoder->private_->input, &i32, FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN)) in read_subframe_lpc_()
Dstream_encoder.c3827 …>wasted_bits + FLAC__SUBFRAME_LPC_QLP_COEFF_PRECISION_LEN + FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN + (or… in evaluate_lpc_subframe_()