Home | History | Annotate | Download | only in src

Lines Matching refs:L_TOTAL

95 		Set_zero(cod_state->old_speech, L_TOTAL - L_FRAME);
161 Word16 old_speech[L_TOTAL];
224 * <------- Total speech buffer (L_TOTAL) ------> *
234 new_speech = old_speech + L_TOTAL - L_FRAME - L_FILT; /* New speech */
235 speech = old_speech + L_TOTAL - L_FRAME - L_NEXT; /* Present frame */
236 p_window = old_speech + L_TOTAL - L_WINDOW;
242 Copy(st->old_speech, old_speech, L_TOTAL - L_FRAME);
347 Scale_sig(old_speech, L_TOTAL - L_FRAME - L_FILT, exp);
585 Copy(&old_speech[L_FRAME], st->old_speech, L_TOTAL - L_FRAME);
1316 Copy(&old_speech[L_FRAME], st->old_speech, L_TOTAL - L_FRAME);