Home | History | Annotate | Download | only in src

Lines Matching full:synth

164     int16 *synth    = &synth_lo[M + L_SUBFR];
165 int16 *HF = &synth[L_SUBFR];
198 synth,
203 highpass_50Hz_at_12k8(synth,
207 oversamp_12k8_to_16k(synth,
286 highpass_400Hz_at_12k8(synth, L_SUBFR, st->mem_hp400);
292 L_tmp = mac_16by16_to_int32(L_tmp, synth[0], synth[0]);
296 L_tmp = mac_16by16_to_int32(L_tmp, synth[i], synth[i ]);
297 L_tmp2 = mac_16by16_to_int32(L_tmp2, synth[i], synth[i - 1]);