Searched refs:mem_syn_hf (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | e_pv_amrwbdec.h | 102 int16 mem_syn_hf[M16k]; /* HF synthesis memory */ member
|
D | synthesis_amr_wb.cpp | 392 st->mem_syn_hf, in synthesis_amr_wb() 406 st->mem_syn_hf + (M16k - M), in synthesis_amr_wb()
|
D | pvamrwbdecoder.cpp | 245 pv_memset((void *)dec_state->mem_syn_hf, in pvDecoder_AmrWb_Reset() 247 M16k*sizeof(*dec_state->mem_syn_hf)); in pvDecoder_AmrWb_Reset() 1100 pv_memset((void *)st->mem_syn_hf, in pvDecoder_AmrWb() 1102 (M16k - M)*sizeof(*st->mem_syn_hf)); in pvDecoder_AmrWb()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | cod_main.h | 75 Word16 mem_syn_hf[M]; /* HF synthesis memory */ member
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | voAMRWBEnc.c | 127 Set_zero(cod_state->mem_syn_hf, M); in Reset_encoder() 1497 Syn_filt_asm(Ap, HF, HF, st->mem_syn_hf); in synthesis() 1509 Syn_filt(Ap, HF, HF, L_SUBFR16k, st->mem_syn_hf, 1); in synthesis()
|