Searched refs:synth_hi (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | synthesis_amr_wb.cpp | 162 int16 *synth_hi = ScratchMem; in synthesis_amr_wb() local 178 pv_memcpy((void *)synth_hi, in synthesis_amr_wb() 180 M*sizeof(*synth_hi)); in synthesis_amr_wb() 186 Syn_filt_32(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR); in synthesis_amr_wb() 189 (void *)(synth_hi + L_SUBFR), in synthesis_amr_wb() 196 deemphasis_32(synth_hi + M, in synthesis_amr_wb()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | voAMRWBEnc.c | 1347 Word16 synth_hi[M + L_SUBFR], synth_lo[M + L_SUBFR]; in synthesis() local 1367 Copy(st->mem_syn_hi, synth_hi, M); in synthesis() 1371 Syn_filt_32_asm(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR); in synthesis() 1373 Syn_filt_32(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR); in synthesis() 1376 Copy(synth_hi + L_SUBFR, st->mem_syn_hi, M); in synthesis() 1380 Deemph_32_asm(synth_hi + M, synth_lo + M, synth, &(st->mem_deemph)); in synthesis() 1382 Deemph_32(synth_hi + M, synth_lo + M, synth, PREEMPH_FAC, L_SUBFR, &(st->mem_deemph)); in synthesis()
|