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

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h 129 Word16 old_speech[L_TOTAL]; member in struct:__anon19283
  /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:__anon19302
  /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 144 milliseconds