Searched refs:L_TOTAL (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
D | cnst.h | 65 #define L_TOTAL 320 /* Total size of speech buffer. */ macro
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | cnst.h | 36 #define L_TOTAL 384 /* Total size of speech buffer. */ macro
|
D | cod_main.h | 38 Word16 old_speech[L_TOTAL - L_FRAME]; /* old speech vector at 12.8kHz */
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | pvamrwbdecoder_cnst.h | 89 #define L_TOTAL 384 /* Total size of speech buffer. */ macro
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | cod_amr.cpp | 477 st->new_speech = st->old_speech + L_TOTAL - L_FRAME; /* New speech */ in cod_amr_reset() 481 st->p_window = st->old_speech + L_TOTAL - L_WINDOW; /* For LPC window */ in cod_amr_reset() 497 memset(st->old_speech, 0, sizeof(Word16)*L_TOTAL); in cod_amr_reset() 1603 memcpy(&st->old_speech[0], &st->old_speech[L_FRAME], (L_TOTAL - L_FRAME)*sizeof(Word16)); in cod_amr()
|
D | cod_amr.h | 129 Word16 old_speech[L_TOTAL];
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | voAMRWBEnc.c | 97 Set_zero(cod_state->old_speech, L_TOTAL - L_FRAME); in Reset_encoder() 163 Word16 old_speech[L_TOTAL]; in coder() 236 new_speech = old_speech + L_TOTAL - L_FRAME - L_FILT; /* New speech */ in coder() 237 speech = old_speech + L_TOTAL - L_FRAME - L_NEXT; /* Present frame */ in coder() 238 p_window = old_speech + L_TOTAL - L_WINDOW; in coder() 244 Copy(st->old_speech, old_speech, L_TOTAL - L_FRAME); in coder() 349 Scale_sig(old_speech, L_TOTAL - L_FRAME - L_FILT, exp); in coder() 587 Copy(&old_speech[L_FRAME], st->old_speech, L_TOTAL - L_FRAME); in coder() 1322 Copy(&old_speech[L_FRAME], st->old_speech, L_TOTAL - L_FRAME); in coder()
|