Home
last modified time | relevance | path

Searched refs:imgWidthL (Results 1 – 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DHistoEq16.c76 int32 imgWidthL = imagePtrA->widthE; in bim_createHistoOfSection16() local
83 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()
DHistoEq.c75 int32 imgWidthL = imagePtrA->widthE; in bim_createHistoOfSection() local
80 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()
/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanner.c744 uint32 imgWidthL = ptrA->bitImageE.widthE; in bbf_LocalScanner_goToXY() local
753 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()