Searched refs:lp_quantization (Results 1 – 4 of 4) sorted by relevance
/external/flac/libFLAC/include/private/ |
D | lpc.h | 154 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … 155 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … 159 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … 160 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … 161 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … 166 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … 167 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … 170 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … 171 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … 174 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … [all …]
|
/external/flac/libFLAC/ |
D | lpc.c | 268 …en, const FLAC__int32 * flac_restrict qlp_coeff, unsigned order, int lp_quantization, FLAC__int32 … in FLAC__lpc_compute_residual_from_qlp_coefficients() argument 277 …ute_residual_from_qlp_coefficients: data_len=%d, order=%u, lpq=%d",data_len,order,lp_quantization); in FLAC__lpc_compute_residual_from_qlp_coefficients() 294 *(residual++) = *(data++) - (sum >> lp_quantization); in FLAC__lpc_compute_residual_from_qlp_coefficients() 337 residual[i] = data[i] - (sum >> lp_quantization); 354 residual[i] = data[i] - (sum >> lp_quantization); 372 residual[i] = data[i] - (sum >> lp_quantization); 387 residual[i] = data[i] - (sum >> lp_quantization); 405 residual[i] = data[i] - (sum >> lp_quantization); 418 residual[i] = data[i] - (sum >> lp_quantization); 432 residual[i] = data[i] - (sum >> lp_quantization); [all …]
|
D | stream_decoder.c | 140 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … 142 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … 144 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 …
|
D | stream_encoder.c | 360 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … 361 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 … 362 …nsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 …
|