Home | History | Annotate | Download | only in src

Lines Matching refs:excf

214     Word16 excf[L_SUBFR];
221 Convolve (&exc[k], h, excf, L_subfr);
223 // scale "excf[]" to avoid overflow
226 scaled_excf[j] = shr (excf[j], 2);
229 // Compute 1/sqrt(energy of excf[])
233 s = L_mac (s, excf[j], excf[j]);
236 s_excf = excf;
241 // "excf[]" is divided by 2
250 // Compute 1/sqrt(energy of excf[])
260 // Compute correlation between xn[] and excf[]
274 // modify the filtered excitation excf[] for the next iteration
330 Word16 excf[L_SUBFR];
345 Convolve(&exc[k], h, excf, L_subfr);
347 /* scale "excf[]" to avoid overflow */
350 p_excf = excf;
365 s_excf = excf;
371 /* "excf[]" is divided by 2 */
381 /* Compute 1/sqrt(energy of excf[]) */
411 /* modify the filtered excitation excf[] for the next iteration */