Searched defs:k (Results 1 – 7 of 7) sorted by relevance
136 for (int k = 0; k <= maxorder; k++) in compute_lpc_coeffs() local143 for (int k = 1; k <= maxorder; k++) in compute_lpc_coeffs() local149 for (int k = 1; k <= maxorder; k++) in compute_lpc_coeffs() local164 for (int k = 1; k <= maxorder; ) { in compute_lpc_coeffs() local223 for (int k = maxorder-2; k > 0; k--) { in lpc_reflection() local324 for (int k = 0; k < rc_order[f]; k++) { in forward_filtering() local366 for (int k = 6; k >= 0; k--) { in inverse_filtering() local374 for (int k = 7; k >= rc_order[f]; k--) in inverse_filtering() local
225 for (int k = 0; k < w; k += 10) { in resample_x64k_12k8() local270 for (int k = 0; k < w; k += 15) { in resample_x192k_12k8() local784 for (int k = 0; k <= j; k++) in synthesize_template() local787 for (int k = 0; k <= j; k++) in synthesize_template() local801 for (int k = 0; k < w; k++) in synthesize_template() local804 for (int k = 0; k < w; k++) in synthesize_template() local
61 for (int k = 0; k < w; k += 5) { in arm_resample_x64k_12k8() local92 for (int k = 0; k < w; k += 15) { in arm_resample_x192k_12k8() local
100 int k = v.s; in lc3_exp2f() local
105 float m0 = 1e-5f, m1 = 1e-5f, k = 0; in estimate_gain() local364 unsigned k = 0; in compute_nbits() local447 unsigned k = 0, shr = 0; in put_quantized() local524 int k = 0, shl = 0; in get_quantized() local
438 for (int k = start; k < end; k++) { in add_pulse() local
169 def norm_corr(self, x, i0, n, k): argument