Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dsynthesis_amr_wb.cpp179 (void *)st->mem_syn_hi, in synthesis_amr_wb()
188 pv_memcpy((void *)st->mem_syn_hi, in synthesis_amr_wb()
190 M*sizeof(*st->mem_syn_hi)); in synthesis_amr_wb()
De_pv_amrwbdec.h97 int16 mem_syn_hi[M]; /* modified synthesis memory (MSB) */ member
Dpvamrwbdecoder.cpp249 pv_memset((void *)dec_state->mem_syn_hi, in pvDecoder_AmrWb_Reset()
251 M*sizeof(*dec_state->mem_syn_hi)); in pvDecoder_AmrWb_Reset()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dcod_main.h69 Word16 mem_syn_hi[M]; /* modified synthesis memory (MSB) */ member
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
DvoAMRWBEnc.c128 Set_zero(cod_state->mem_syn_hi, M); in Reset_encoder()
1367 Copy(st->mem_syn_hi, synth_hi, M); in synthesis()
1376 Copy(synth_hi + L_SUBFR, st->mem_syn_hi, M); in synthesis()