Lines Matching refs:workWidthE
99 uint32 w0L = ptrA->workWidthE; in bbf_Scanner_downscale()
129 ptrA->workWidthE = w1L; in bbf_Scanner_downscale()
156 ptrA->workWidthE = imageWidthA; in bbf_Scanner_copyImage()
160 for( jL = ptrA->workWidthE >> 1; jL > 0; jL-- ) in bbf_Scanner_copyImage()
167 if( ptrA->workWidthE & 1 ) *dstL++ = *srcL++; in bbf_Scanner_copyImage()
187 ptrA->workWidthE = roiPtrA->x2E - roiPtrA->x1E; in bbf_Scanner_copyImage()
191 for( jL = ptrA->workWidthE >> 1; jL > 0; jL-- ) in bbf_Scanner_copyImage()
198 if( ptrA->workWidthE & 1 ) *dstL++ = *srcL++; in bbf_Scanner_copyImage()
200 srcL += imageWidthA - ptrA->workWidthE; in bbf_Scanner_copyImage()
252 wiL = ptrA->workWidthE; in bbf_Scanner_createBitImage()
433 ptrA->workWidthE = 0; in bbf_Scanner_init()
473 ptrA->workWidthE = 0; in bbf_Scanner_exit()
522 ptrA->workWidthE = srcPtrA->workWidthE; in bbf_Scanner_copy()
800 uint32 maxHScaleL = ( ptrA->workWidthE << 16 ) / ( ptrA->patchWidthE + 1 ); in bbf_Scanner_assign()