Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_lpc.c347 FLOAT32 tmp, synth_corr, synth_energy; in ixheaacd_lpd_dec() local
588 synth_corr = 0.0f, synth_energy = 1e-6f; in ixheaacd_lpd_dec()
593 synth_corr += in ixheaacd_lpd_dec()
598 pitch_gain[i] = synth_corr / synth_energy; in ixheaacd_lpd_dec()
663 float *synth, synth_corr, synth_energy; in ixheaacd_lpd_bpf_fix() local
711 synth_corr = 0.0f, synth_energy = 1e-6f; in ixheaacd_lpd_bpf_fix()
713 synth_corr += in ixheaacd_lpd_bpf_fix()
718 pitch_gain[i] = synth_corr / synth_energy; in ixheaacd_lpd_bpf_fix()