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

  /external/neven/Embedded/common/src/b_ImageEm/
HistoEq16.c 43 const uint16* srcPtrL;
52 srcPtrL = imagePtrA->arrE.arrPtrE;
57 dstPtrL[ ( *srcPtrL & 0x0FF ) ]++;
58 dstPtrL[ ( *srcPtrL >> 8 ) ]++;
59 srcPtrL++;
71 const uint16* srcPtrL;
102 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E;
108 dstPtrL[ ( *srcPtrL & 0x0FF ) ]++;
109 dstPtrL[ ( *srcPtrL >> 8 ) ]++;
110 srcPtrL++
    [all...]
HistoEq.c 43 const uint8* srcPtrL;
53 srcPtrL = imagePtrA->arrE.arrPtrE;
57 dstPtrL[ *srcPtrL++ ]++;
70 const uint8* srcPtrL;
99 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E;
105 dstPtrL[ *srcPtrL++ ]++;
107 srcPtrL += imgWidthL - sectWidthL;
  /external/neven/Embedded/common/src/b_TensorEm/
Cluster2D.c 572 struct bts_Int16Vec2D* srcPtrL = srcPtrA->vecArrE;
578 int32 pxL = srcPtrL->xE - cpL.xE;
579 int32 pyL = srcPtrL->yE - cpL.yE;
582 srcPtrL++;
635 struct bts_Int16Vec2D* srcPtrL = srcPtrA->vecArrE;
641 int32 pxL = srcPtrL->xE - cpL.xE;
642 int32 pyL = srcPtrL->yE - cpL.yE;
645 srcPtrL++;
841 struct bts_Int16Vec2D* srcPtrL = srcPtrA->vecArrE;
862 int32 pxL = srcPtrL->xE - cpL.xE
    [all...]

Completed in 447 milliseconds