Searched defs:old_speech (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.h129 Word16 old_speech[L_TOTAL]; member in struct:__anon589
/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:__anon608
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c95 Set_zero(cod_state->old_speech, L_TOTAL - L_FRAME);
161 Word16 old_speech[L_TOTAL]; local
225 * old_speech *
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_FRAM
[all...]

Completed in 137 milliseconds