Searched refs:old_speech (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.h129 Word16 old_speech[L_TOTAL]; member in struct:__anon376
H A Dcod_amr.cpp379 st->new_speech = st->old_speech + L_TOTAL - L_FRAME; // New speech
383 st->p_window = st->old_speech + L_TOTAL - L_WINDOW; // For LPC window
396 Set_zero(st->old_speech, L_TOTAL);
477 st->new_speech = st->old_speech + L_TOTAL - L_FRAME; /* New speech */
481 st->p_window = st->old_speech + L_TOTAL - L_WINDOW; /* For LPC window */
497 memset(st->old_speech, 0, sizeof(Word16)*L_TOTAL);
1188 Copy(&st->old_speech[L_FRAME], &st->old_speech[0], L_TOTAL - L_FRAME);
1603 memcpy(&st->old_speech[0], &st->old_speech[L_FRAM
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dcod_main.h38 Word16 old_speech[L_TOTAL - L_FRAME]; /* old speech vector at 12.8kHz */ member in struct:__anon395
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c97 Set_zero(cod_state->old_speech, L_TOTAL - L_FRAME);
163 Word16 old_speech[L_TOTAL]; local
227 * old_speech *
236 new_speech = old_speech + L_TOTAL - L_FRAME - L_FILT; /* New speech */
237 speech = old_speech + L_TOTAL - L_FRAME - L_NEXT; /* Present frame */
238 p_window = old_speech + L_TOTAL - L_WINDOW;
244 Copy(st->old_speech, old_speech, L_TOTAL - L_FRAME);
349 Scale_sig(old_speech, L_TOTAL - L_FRAME - L_FILT, exp);
587 Copy(&old_speech[L_FRAM
[all...]

Completed in 3849 milliseconds