Lines Matching refs:shiftp
73 WORD32 k, shiftp, itemp = 0; in ixheaacd_calc_max_spectralline() local
79 shiftp = ixheaacd_norm32(itemp); in ixheaacd_calc_max_spectralline()
81 return (shiftp); in ixheaacd_calc_max_spectralline()
302 WORD8 shiftp, input_q, output_q, shift_olap = 14; in ixheaacd_fd_imdct_short() local
313 shiftp = max_shift + 6; in ixheaacd_fd_imdct_short()
314 input_q = shiftp; in ixheaacd_fd_imdct_short()
323 shiftp = input_q; in ixheaacd_fd_imdct_short()
325 2 * ixheaacd_drc_offset->n_short, &shiftp, in ixheaacd_fd_imdct_short()
332 shiftp += max_shift - 1; in ixheaacd_fd_imdct_short()
345 shiftp, shift_olap); in ixheaacd_fd_imdct_short()
350 shiftp, shift_olap); in ixheaacd_fd_imdct_short()
354 fp + ixheaacd_drc_offset->n_short, ixheaacd_drc_offset->n_short, shiftp, in ixheaacd_fd_imdct_short()
364 ixheaacd_drc_offset->n_short, 1, shiftp, shift_olap, output_q); in ixheaacd_fd_imdct_short()
373 ixheaacd_drc_offset->n_short, 0, shiftp, shift_olap, output_q); in ixheaacd_fd_imdct_short()
429 WORD8 shiftp, output_q = 0, shift_olap = 14; in ixheaacd_fd_imdct_long() local
441 shiftp = max_shift + 6; in ixheaacd_fd_imdct_long()
443 ixheaacd_acelp_imdct(p_in_ibuffer, 2 * ixheaacd_drc_offset->n_long, &shiftp, in ixheaacd_fd_imdct_long()
449 shiftp += max_shift - 1; in ixheaacd_fd_imdct_long()
460 ixheaacd_drc_offset->n_long, shiftp, shift_olap); in ixheaacd_fd_imdct_long()
472 p_overlap_ibuffer, p_out_ibuffer, ixheaacd_drc_offset, shiftp, in ixheaacd_fd_imdct_long()
479 ixheaacd_drc_offset, shiftp, shift_olap); in ixheaacd_fd_imdct_long()
486 -p_in_ibuffer[i] >> (shiftp - shift_olap); in ixheaacd_fd_imdct_long()
488 -p_in_ibuffer[i] >> (shiftp - shift_olap); in ixheaacd_fd_imdct_long()