Searched refs:L_NEXT (Results 1 - 6 of 6) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dcnst.h91 #define L_NEXT 40 /* Overhead in LP analysis */ macro
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.cpp381 st->speech = st->new_speech - L_NEXT; // Present frame
384 st->p_window_12k2 = st->p_window - L_NEXT; // EFR LPC window: no lookahead
479 st->speech = st->new_speech - L_NEXT; /* Present frame */
482 st->p_window_12k2 = st->p_window - L_NEXT; /* EFR LPC window: no lookahead */
709 Copy(new_speech,&st->new_speech[-L_NEXT], L_NEXT);
742 memcpy(&st->new_speech[-L_NEXT], new_speech, L_NEXT*sizeof(Word16));
H A Dsp_enc.cpp527 for (i = 0; i < L_NEXT; i++)
534 Pre_Process (st->pre_state, new_speech, L_NEXT);
577 for (i = 0; i < L_NEXT; i++)
584 Pre_Process(st->pre_state, new_speech, L_NEXT);
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder_cnst.h87 #define L_NEXT 64 /* Overhead in LP analysis */ macro
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dcnst.h34 #define L_NEXT 64 /* Overhead in LP analysis */ macro
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c225 * past sp sf1 sf2 sf3 sf4 L_NEXT *
237 speech = old_speech + L_TOTAL - L_FRAME - L_NEXT; /* Present frame */
359 * Vad work slightly in futur (new_speech = speech + L_NEXT - L_FILT). *

Completed in 89 milliseconds