Home
last modified time | relevance | path

Searched refs:synth_hi (Results 1 – 4 of 4) sorted by relevance

/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
H A Dsynthesis_amr_wb.cpp154 int16 *synth_hi = ScratchMem; in synthesis_amr_wb() local
170 pv_memcpy((void *)synth_hi, in synthesis_amr_wb()
172 M*sizeof(*synth_hi)); in synthesis_amr_wb()
178 Syn_filt_32(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR); in synthesis_amr_wb()
181 (void *)(synth_hi + L_SUBFR), in synthesis_amr_wb()
188 deemphasis_32(synth_hi + M, in synthesis_amr_wb()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.2/AMR-WB/
H A Ddec_util.c1137 Word16 synth_hi[M + L_SUBFR], synth_lo[M + L_SUBFR]; in D_UTIL_dec_synthesis() local
1154 memcpy(synth_hi, st->mem_syn_hi, M * sizeof(Word16)); in D_UTIL_dec_synthesis()
1156 D_UTIL_synthesis_32(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR); in D_UTIL_dec_synthesis()
1157 memcpy(st->mem_syn_hi, synth_hi + L_SUBFR, M * sizeof(Word16)); in D_UTIL_dec_synthesis()
1159 D_UTIL_deemph_32(synth_hi + M, synth_lo + M, synth, PREEMPH_FAC, L_SUBFR, in D_UTIL_dec_synthesis()
/dports/net/opal/opal-3.10.10/plugins/audio/G.722.2/AMR-WB/
H A Ddec_util.c1137 Word16 synth_hi[M + L_SUBFR], synth_lo[M + L_SUBFR]; in D_UTIL_dec_synthesis() local
1154 memcpy(synth_hi, st->mem_syn_hi, M * sizeof(Word16)); in D_UTIL_dec_synthesis()
1156 D_UTIL_synthesis_32(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR); in D_UTIL_dec_synthesis()
1157 memcpy(st->mem_syn_hi, synth_hi + L_SUBFR, M * sizeof(Word16)); in D_UTIL_dec_synthesis()
1159 D_UTIL_deemph_32(synth_hi + M, synth_lo + M, synth, PREEMPH_FAC, L_SUBFR, in D_UTIL_dec_synthesis()
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/src/
H A DvoAMRWBEnc.c1341 Word16 synth_hi[M + L_SUBFR], synth_lo[M + L_SUBFR]; in synthesis() local
1361 Copy(st->mem_syn_hi, synth_hi, M); in synthesis()
1365 Syn_filt_32_asm(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR); in synthesis()
1367 Syn_filt_32(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR); in synthesis()
1370 Copy(synth_hi + L_SUBFR, st->mem_syn_hi, M); in synthesis()
1374 Deemph_32_asm(synth_hi + M, synth_lo + M, synth, &(st->mem_deemph)); in synthesis()
1376 Deemph_32(synth_hi + M, synth_lo + M, synth, PREEMPH_FAC, L_SUBFR, &(st->mem_deemph)); in synthesis()