Searched refs:imgWidthL (Results 1 – 3 of 3) sorted by relevance
76 int32 imgWidthL = imagePtrA->widthE; in bim_createHistoOfSection16() local83 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E ); in bim_createHistoOfSection16()85 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E ); in bim_createHistoOfSection16()102 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E; in bim_createHistoOfSection16()113 srcPtrL += imgWidthL - sectWidthL; in bim_createHistoOfSection16()
75 int32 imgWidthL = imagePtrA->widthE; in bim_createHistoOfSection() local80 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E ); in bim_createHistoOfSection()82 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E ); in bim_createHistoOfSection()99 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E; in bim_createHistoOfSection()107 srcPtrL += imgWidthL - sectWidthL; in bim_createHistoOfSection()
744 uint32 imgWidthL = ptrA->bitImageE.widthE; in bbf_LocalScanner_goToXY() local753 uint32* src1L = ptrA->bitImageE.arrE.arrPtrE + rowL * imgWidthL + imgOffsL; in bbf_LocalScanner_goToXY()754 uint32* src0L = src1L - imgWidthL; in bbf_LocalScanner_goToXY()760 bbs_memcpy32( dstL, ptrA->bitImageE.arrE.arrPtrE + rowL * imgWidthL + imgOffsL, sizeL ); in bbf_LocalScanner_goToXY()765 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + ( rowL - 1 ) * imgWidthL + imgOffsL; in bbf_LocalScanner_goToXY()