Lines Matching refs:max_shift
303 WORD32 max_shift; in ixheaacd_fd_imdct_short() local
310 max_shift = in ixheaacd_fd_imdct_short()
312 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
313 shiftp = max_shift + 6; in ixheaacd_fd_imdct_short()
329 max_shift = in ixheaacd_fd_imdct_short()
331 ixheaacd_normalize(p_in_ibuffer, max_shift - 1, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
332 shiftp += max_shift - 1; in ixheaacd_fd_imdct_short()
430 WORD32 max_shift; in ixheaacd_fd_imdct_long() local
438 max_shift = in ixheaacd_fd_imdct_long()
440 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_long()
441 shiftp = max_shift + 6; in ixheaacd_fd_imdct_long()
446 max_shift = in ixheaacd_fd_imdct_long()
448 ixheaacd_normalize(p_in_ibuffer, max_shift - 1, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_long()
449 shiftp += max_shift - 1; in ixheaacd_fd_imdct_long()