Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_lpc.c335 FLOAT32 tmp, synth_corr, synth_energy; in ixheaacd_lpd_dec() local
574 synth_corr = 0.0f, synth_energy = 1e-6f; in ixheaacd_lpd_dec()
579 synth_corr += in ixheaacd_lpd_dec()
584 pitch_gain[i] = synth_corr / synth_energy; in ixheaacd_lpd_dec()
649 float *synth, synth_corr, synth_energy; in ixheaacd_lpd_bpf_fix() local
697 synth_corr = 0.0f, synth_energy = 1e-6f; in ixheaacd_lpd_bpf_fix()
699 synth_corr += in ixheaacd_lpd_bpf_fix()
704 pitch_gain[i] = synth_corr / synth_energy; in ixheaacd_lpd_bpf_fix()