Home
last modified time | relevance | path

Searched refs:L_INTERPOL (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
De_pv_amrwbdec.h88 int16 old_exc[PIT_MAX + L_INTERPOL]; /* old excitation vector */
128 (2*L_FRAME + 1) + PIT_MAX + L_INTERPOL + NB_SUBFR*(M+1) \
Dpvamrwbdecoder.cpp184 (PIT_MAX + L_INTERPOL)*sizeof(*dec_state->old_exc)); in pvDecoder_AmrWb_Reset()
303 …int16 *Aq = &old_exc[(L_FRAME + 1) + PIT_MAX + L_INTERPOL];/* A(z) quantized for the 4 subframes… in pvDecoder_AmrWb()
483 pv_memcpy((void *)old_exc, (void *)st->old_exc, (PIT_MAX + L_INTERPOL)*sizeof(*old_exc)); in pvDecoder_AmrWb()
485 exc = old_exc + PIT_MAX + L_INTERPOL; in pvDecoder_AmrWb()
873 scale_signal(exc + i_subfr - (PIT_MAX + L_INTERPOL), in pvDecoder_AmrWb()
874 PIT_MAX + L_INTERPOL + L_SUBFR, in pvDecoder_AmrWb()
1137 (PIT_MAX + L_INTERPOL)*sizeof(*old_exc)); in pvDecoder_AmrWb()
Dpvamrwbdecoder_cnst.h104 #define L_INTERPOL (16+1) /* Length of filter for interpolation */ macro
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dcnst.h84 #define L_INTERPOL (10+1) /* Length of filter for interpolation */ macro
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dcnst.h51 #define L_INTERPOL (16+1) /* Length of filter for interpolation */ macro
Dcod_main.h40 Word16 old_exc[PIT_MAX + L_INTERPOL]; /* old excitation vector */
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Ddec_amr.h117 Word16 old_exc[L_SUBFR + PIT_MAX + L_INTERPOL];
Ddec_amr.cpp406 state->exc = state->old_exc + PIT_MAX + L_INTERPOL; in Decoder_amr_reset()
409 memset(state->old_exc, 0, sizeof(Word16)*(PIT_MAX + L_INTERPOL)); in Decoder_amr_reset()
2293 for (i = PIT_MAX + L_INTERPOL + L_SUBFR - 1; i >= 0; i--) in Decoder_amr()
2329 Copy(&st->old_exc[L_SUBFR], &st->old_exc[0], PIT_MAX + L_INTERPOL); in Decoder_amr()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dcod_amr.cpp487 st->exc = st->old_exc + PIT_MAX + L_INTERPOL; in cod_amr_reset()
498 memset(st->old_exc, 0, sizeof(Word16)*(PIT_MAX + L_INTERPOL)); in cod_amr_reset()
1326 memset(st->old_exc, 0, sizeof(Word16)*(PIT_MAX + L_INTERPOL)); in cod_amr()
1594 memcpy(&st->old_exc[0], &st->old_exc[L_FRAME], (PIT_MAX + L_INTERPOL)*sizeof(Word16)); in cod_amr()
Dcod_amr.h142 Word16 old_exc[L_FRAME + PIT_MAX + L_INTERPOL];
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dpred_lt.cpp94 #define L_INTER10 (L_INTERPOL-1)
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
DvoAMRWBEnc.c86 Set_zero(cod_state->old_exc, PIT_MAX + L_INTERPOL); in Reset_encoder()
171 Word16 old_exc[(L_FRAME + 1) + PIT_MAX + L_INTERPOL]; in coder()
240 exc = old_exc + PIT_MAX + L_INTERPOL; in coder()
246 Copy(st->old_exc, old_exc, PIT_MAX + L_INTERPOL); in coder()
350 Scale_sig(old_exc, PIT_MAX + L_INTERPOL, exp); in coder()
1324 Copy(&old_exc[L_FRAME], st->old_exc, PIT_MAX + L_INTERPOL); in coder()