Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching full:stepl

216 	uint32 stepL;    /* scan step (16.16) */
257 stepL = ptrA->scaleE >> ( ptrA->scaleExpE + 4 );
260 woL = ( wiL << 16 ) / stepL;
261 hoL = ( hiL << 16 ) / stepL;
269 if( woL * stepL >= ( wiL << 16 ) ) woL--;
270 if( hoL * stepL >= ( hiL << 16 ) ) hoL--;
328 yfL += stepL;
346 xfL += stepL;