Home | History | Annotate | Download | only in src

Lines Matching defs:corr

82     Word16 *corr;
89 corr = &corr_v[-t_min];
92 Norm_corr_asm(exc, xn, h, L_subfr, t_min, t_max, corr);
94 Norm_Corr(exc, xn, h, L_subfr, t_min, t_max, corr);
99 max = corr[t0_min];
103 if (corr[i] >= max)
105 max = corr[i];
132 max = Interpol_4(&corr[t0], fraction);
136 temp = Interpol_4(&corr[t0], i);
173 Word32 corr, exp_corr, norm, exp, scale;
228 corr = extract_h(L_tmp);
239 L_tmp = L_mult(corr, norm);