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

  /external/neven/Embedded/common/src/b_ImageEm/
HistoEq.c 75 int32 imgWidthL = imagePtrA->widthE;
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;
HistoEq16.c 76 int32 imgWidthL = imagePtrA->widthE;
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;
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 744 uint32 imgWidthL = ptrA->bitImageE.widthE;
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;

Completed in 124 milliseconds