Searched refs:synth_hi (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dsynthesis_amr_wb.cpp162 int16 *synth_hi = ScratchMem; local
178 pv_memcpy((void *)synth_hi,
180 M*sizeof(*synth_hi));
186 Syn_filt_32(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR);
189 (void *)(synth_hi + L_SUBFR),
196 deemphasis_32(synth_hi + M,
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c1343 Word16 synth_hi[M + L_SUBFR], synth_lo[M + L_SUBFR]; local
1363 Copy(st->mem_syn_hi, synth_hi, M);
1367 Syn_filt_32_asm(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR);
1369 Syn_filt_32(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR);
1372 Copy(synth_hi + L_SUBFR, st->mem_syn_hi, M);
1376 Deemph_32_asm(synth_hi + M, synth_lo + M, synth, &(st->mem_deemph));
1378 Deemph_32(synth_hi + M, synth_lo + M, synth, PREEMPH_FAC, L_SUBFR, &(st->mem_deemph));

Completed in 186 milliseconds