Searched refs:synth_lo (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | synthesis_amr_wb.cpp | 163 int16 *synth_lo = &ScratchMem[M + L_SUBFR]; in synthesis_amr_wb() local 164 int16 *synth = &synth_lo[M + L_SUBFR]; in synthesis_amr_wb() 182 pv_memcpy((void *)synth_lo, in synthesis_amr_wb() 184 M*sizeof(*synth_lo)); 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() 193 (void *)(synth_lo + L_SUBFR), in synthesis_amr_wb() 197 synth_lo + 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 1368 Copy(st->mem_syn_lo, synth_lo, 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() 1377 Copy(synth_lo + L_SUBFR, st->mem_syn_lo, 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()
|