Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_lpc.c106 st->pitch_prev[i] = 64; in ixheaacd_reset_acelp_data_fix()
369 pitch[i] = st->pitch_prev[i]; in ixheaacd_lpd_dec()
564 st->pitch_prev[i] = pitch[num_subfr_in_superfr + i]; in ixheaacd_lpd_dec()
668 pitch[i] = st->pitch_prev[i]; in ixheaacd_lpd_bpf_fix()
Dixheaacd_main.h39 int pitch_prev[NUM_SUBFR_SUPERFRAME_BY2 - 1]; member