Home | History | Annotate | Download | only in src

Lines Matching refs:r_l

175     Word16 r_h[M + 1], r_l[M + 1];         /* Autocorrelations of windowed speech  */
403 Autocorr(p_window, M, r_h, r_l
404 Lag_window(r_h, r_l); /* Lag windowing */
405 Levinson(r_h, r_l, A, rc, st->mem_levinson); /* Levinson Durbin */