Home
last modified time | relevance | path

Searched refs:lp_quantization (Results 1 – 4 of 4) sorted by relevance

/external/flac/libFLAC/include/private/
Dlpc.h154 …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/
Dlpc.c268 …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 …]
Dstream_decoder.c140 …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 …
Dstream_encoder.c360 …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 …