Home | History | Annotate | Download | only in src

Lines Matching refs:shift

51     shift = shift factor to reflect scaling introduced by IFFT and imdct_fxp,
149 RETURNING( shift )
179 RETURN (exp - shift)
277 Int shift = 0;
305 shift = 21; /* log2(n)-1 + 14 acomodates 2/N factor */
310 shift = 24; /* log2(n)-1 +14 acomodates 2/N factor */
446 shift -= mix_radix_fft(data_quant,
449 shift -= inv_long_complex_rot(data_quant,
456 shift -= fft_rx4_short(data_quant, &max);
459 shift -= inv_short_complex_rot(data_quant,
474 return(shift + Q_format);