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()
490 WORD32 max_shift; in ixheaacd_fd_imdct_long() local
509 max_shift = in ixheaacd_fd_imdct_long()
511 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_long()
512 shiftp = max_shift + 6; in ixheaacd_fd_imdct_long()
517 max_shift = in ixheaacd_fd_imdct_long()
519 ixheaacd_normalize(p_in_ibuffer, max_shift - 1, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_long()
520 shiftp += max_shift - 1; in ixheaacd_fd_imdct_long()