Searched refs:imgWidthL (Results 1 - 3 of 3) sorted by last modified time

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanner.c744 uint32 imgWidthL = ptrA->bitImageE.widthE; local
753 uint32* src1L = ptrA->bitImageE.arrE.arrPtrE + rowL * imgWidthL + imgOffsL;
754 uint32* src0L = src1L - imgWidthL;
760 bbs_memcpy32( dstL, ptrA->bitImageE.arrE.arrPtrE + rowL * imgWidthL + imgOffsL, sizeL );
765 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + ( rowL - 1 ) * imgWidthL + imgOffsL;
/external/neven/Embedded/common/src/b_ImageEm/
H A DHistoEq.c75 int32 imgWidthL = imagePtrA->widthE; local
80 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E );
82 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E );
99 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E;
107 srcPtrL += imgWidthL - sectWidthL;
H A DHistoEq16.c76 int32 imgWidthL = imagePtrA->widthE; local
83 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E );
85 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E );
102 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E;
113 srcPtrL += imgWidthL - sectWidthL;

Completed in 95 milliseconds