Lines Matching refs:max_shift
353 WORD32 max_shift; in ixheaacd_fd_imdct_short() local
372 max_shift = ixheaacd_calc_max_spectralline(p_in_ibuffer, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
373 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
374 shiftp = max_shift + 6; in ixheaacd_fd_imdct_short()
390 max_shift = in ixheaacd_fd_imdct_short()
392 ixheaacd_normalize(p_in_ibuffer, max_shift - 1, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
393 shiftp += max_shift - 1; in ixheaacd_fd_imdct_short()
493 WORD32 max_shift; in ixheaacd_fd_imdct_long() local
512 max_shift = in ixheaacd_fd_imdct_long()
514 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_long()
515 shiftp = max_shift + 6; in ixheaacd_fd_imdct_long()
520 max_shift = in ixheaacd_fd_imdct_long()
522 ixheaacd_normalize(p_in_ibuffer, max_shift - 1, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_long()
523 shiftp += max_shift - 1; in ixheaacd_fd_imdct_long()