HomeSort by relevance Sort by last modified time
    Searched full:stepl (Results 1 - 1 of 1) sorted by null

  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c 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;
    [all...]

Completed in 21 milliseconds