Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_tcx_fwd_alcnx.c175 if (st->mode_prev == -2) in ixheaacd_tcx_mdct()
200 if (st->mode_prev != 0) { in ixheaacd_tcx_mdct()
201 if (st->mode_prev > 0) { in ixheaacd_tcx_mdct()
275 if (st->mode_prev == 0) { in ixheaacd_tcx_mdct()
329 if (st->mode_prev != 0) { in ixheaacd_tcx_mdct()
345 if (st->mode_prev != 0) { in ixheaacd_tcx_mdct()
Dixheaacd_lpc.c100 st->mode_prev = -2; in ixheaacd_reset_acelp_data_fix()
102 st->mode_prev = -1; in ixheaacd_reset_acelp_data_fix()
488 if ((st->mode_prev == 0) && (mode > 0) && in ixheaacd_lpd_dec()
524 if ((st->mode_prev != 0) && bpf_control_info) { in ixheaacd_lpd_dec()
528 if (st->mode_prev != -2) { in ixheaacd_lpd_dec()
555 st->mode_prev = mode; in ixheaacd_lpd_dec()
647 if (tddec->mode_prev == 0) { in ixheaacd_lpd_dec_update()
689 if (st->mode_prev == 0) { in ixheaacd_lpd_bpf_fix()
Dixheaacd_main.h36 WORD32 mode_prev; member
Dixheaacd_acelp_bitparse.c385 WORD32 last_lpd_mode = usac_data->str_tddec[chan]->mode_prev; in ixheaacd_lpd_channel_stream()
Dixheaacd_acelp_decode.c389 if (st->mode_prev > 0) { in ixheaacd_acelp_alias_cnx()