Home
last modified time | relevance | path

Searched refs:mem_syn_hf (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
De_pv_amrwbdec.h102 int16 mem_syn_hf[M16k]; /* HF synthesis memory */ member
Dsynthesis_amr_wb.cpp392 st->mem_syn_hf, in synthesis_amr_wb()
406 st->mem_syn_hf + (M16k - M), in synthesis_amr_wb()
Dpvamrwbdecoder.cpp245 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/
Dcod_main.h75 Word16 mem_syn_hf[M]; /* HF synthesis memory */ member
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
DvoAMRWBEnc.c127 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()