Lines Matching defs:ifqstep
506 int const ifqstep = (cod_info->scalefac_scale == 0) ? 2 : 4;
516 (cod_info->scalefac[sfb] + (cod_info->preflag ? pretab[sfb] : 0)) * ifqstep
589 ifqstep = ( cod_info->scalefac_scale == 0 ) ? 2 : 4;
592 ol_sf -= ifqstep*scalefac[gr][ch].s[sfb][i];
682 ifqstep = ( cod_info->scalefac_scale == 0 ) ? 2 : 4;
684 ol_sf -= ifqstep*scalefac[gr][ch].l[sfb];
686 ol_sf -= ifqstep*pretab[sfb];
691 const int ifqstep = (cod_info->scalefac_scale == 0) ? 2 : 4;
702 sf[sfb] += pretab[sfb] * ifqstep;
707 - ((preflag ? pretab[sfb] : 0) * ifqstep);
711 /* ifqstep*scalefac >= -sf[sfb], so round UP */
712 scalefac[sfb] = (ifqstep - 1 - sf[sfb]) >> ifqstepShift;
735 int const ifqstep = cod_info->scalefac_scale == 0 ? 2 : 4;
740 (cod_info->preflag ? pretab[sfb] : 0)) * ifqstep) +