Home | History | Annotate | Download | only in src

Lines Matching full:l_next

381    st->speech = st->new_speech - L_NEXT;                  // Present frame
384 st->p_window_12k2 = st->p_window - L_NEXT; // EFR LPC window: no lookahead
479 st->speech = st->new_speech - L_NEXT; /* Present frame */
482 st->p_window_12k2 = st->p_window - L_NEXT; /* EFR LPC window: no lookahead */
709 Copy(new_speech,&st->new_speech[-L_NEXT], L_NEXT);
742 memcpy(&st->new_speech[-L_NEXT], new_speech, L_NEXT*sizeof(Word16));