HomeSort by relevance Sort by last modified time
    Searched refs:old_speech (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h 129 Word16 old_speech[L_TOTAL]; member in struct:__anon31449
cod_amr.cpp 379 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);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h 38 Word16 old_speech[L_TOTAL - L_FRAME]; /* old speech vector at 12.8kHz */ member in struct:__anon31468
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 95 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_FRAME], st->old_speech, L_TOTAL - L_FRAME)
    [all...]

Completed in 237 milliseconds