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

  /external/neven/Embedded/common/src/b_TensorEm/
Int16Rect.c 45 ptrA->y1E = 0;
53 ptrA->y1E = 0;
86 rectL.y1E = y1A;
115 memPtrA += bbs_memWrite16( &ptrA->y1E, memPtrA );
129 memPtrA += bbs_memRead16( &ptrA->y1E, memPtrA );
Uint32Rect.c 87 memPtrA += bbs_memWrite32( &ptrA->y1E, memPtrA );
101 memPtrA += bbs_memRead32( &ptrA->y1E, memPtrA );
Uint32Rect.h 45 uint32 y1E;
Int16Rect.h 45 int16 y1E;
  /external/neven/Embedded/common/src/b_ImageEm/
HistoEq.c 83 sectionL.y1E = bbs_max( 0, sectionL.y1E );
84 sectionL.y1E = bbs_min( imgHeightL, sectionL.y1E );
89 sectHeightL = sectionL.y2E - sectionL.y1E;
99 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E;
HistoEq16.c 86 sectionL.y1E = bbs_max( 0, sectionL.y1E );
87 sectionL.y1E = bbs_min( imgHeightL, sectionL.y1E );
92 sectHeightL = sectionL.y2E - sectionL.y1E;
102 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E;
APhImage.c 249 ( sectionL->x1E, sectionL->y1E ) | |
293 The rectangle boundaries are indicated by letter "R" ( sectionPtrA->x1E, sectionPtrA->y1E ) to ( sectionPtrA->x2E, sectionPtrA->y2E )
298 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
335 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E );
336 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E );
340 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
351 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E )
353 srcImageSubSectionL.y1E = 0
    [all...]
ComplexImage.c 273 ( sectionL->x1E, sectionL->y1E ) | |
317 The rectangle boundaries are indicated by letter "R" ( sectionPtrA->x1E, sectionPtrA->y1E ) to ( sectionPtrA->x2E, sectionPtrA->y2E )
322 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
359 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E );
360 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E );
364 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
375 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E )
377 srcImageSubSectionL.y1E = 0
    [all...]
Flt16Image.c 282 ( sectionL->x1E, sectionL->y1E ) | |
326 The rectangle boundaries are indicated by letter "R" ( sectionPtrA->x1E, sectionPtrA->y1E ) to ( sectionPtrA->x2E, sectionPtrA->y2E )
331 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
368 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E );
369 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E );
373 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
384 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E )
386 srcImageSubSectionL.y1E = 0
    [all...]
UInt8Image.c 281 ( sectionL->x1E, sectionL->y1E ) | |
325 The rectangle boundaries are indicated by letter "R" ( sectionPtrA->x1E, sectionPtrA->y1E ) to ( sectionPtrA->x2E, sectionPtrA->y2E )
330 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
367 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E );
368 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E );
372 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
383 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E )
385 srcImageSubSectionL.y1E = 0
    [all...]
ToneDownBGSupp.c 108 rectYMinL = rectA->y1E + rectExpansionA;
214 rectYMinL = rectA->y1E;
352 rectShrinkageL = bbs_min( rectShrinkageL, ( rectA->y2E - rectA->y1E ) >> 1 );
357 rectYMinL = rectA->y1E + rectShrinkageL;
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c 237 rectL.y1E = rectL.y1E < 0 ? 0 : rectL.y1E;
284 if( hdcrA->dcrE.roiRectE.y1E > 0 ) nodePtrA->y += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16;
348 if( hdcrA->dcrE.roiRectE.y1E > 0 )
350 pRectA->yMin += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16;
351 pRectA->yMax += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16;
  /external/neven/Embedded/common/src/b_APIEm/
DCR.c 209 if( pRectA->x2E < pRectA->x1E || pRectA->y2E < pRectA->y1E ||
210 pRectA->x1E < 0 || pRectA->y1E < 0 ||
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 283 int32 ybL = ptrA->workScanRegionE.y1E >> 5;
284 int32 yoL = ptrA->workScanRegionE.y1E & 0x1F;
320 int32 yMinL = ptrA->origScanRegionE.y1E >> ptrA->scaleExpE;
324 ptrA->workScanRegionE.y1E = ( yMinL < 0 ) ? 0 : yMinL;
445 int32 hL = ptrA->workScanRegionE.y2E - ptrA->workScanRegionE.y1E - ptrA->patchHeightE;
454 return ( ptrA->yE - ptrA->workScanRegionE.y1E ) * wL + ( ptrA->xE - ptrA->workScanRegionE.x1E );
471 int32 yL = ( scanIndexA / wL ) + ptrA->workScanRegionE.y1E;
632 ptrA->yE = ptrA->workScanRegionE.y1E;
732 if( yA < ptrA->workScanRegionE.y1E || yA >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeightE )
778 ( scanIndexA / wL ) + ptrA->workScanRegionE.y1E );
    [all...]
LocalScanDetector.c 525 workAreaL.y1E = workAreaL.y1E >> wrkClPtrL->bbpE;
529 workAreaL.y1E -= workBorderHL;
534 workImageHeightL = workAreaL.y2E - workAreaL.y1E;
542 altL.vecE.yE -= workAreaL.y1E << altL.vecE.bbpE;
548 wrkClPtrL->vecArrE[ iL ].yE -= workAreaL.y1E << wrkClPtrL->bbpE;
555 refClPtrL->vecArrE[ iL ].yE -= workAreaL.y1E << refClPtrL->bbpE;
Scanner.c 173 const uint8* srcL = ( uint8* )imagePtrA + roiPtrA->y1E * imageWidthA + roiPtrA->x1E;
176 if( roiPtrA->x2E <= roiPtrA->x1E || roiPtrA->y2E <= roiPtrA->y1E )
181 if( roiPtrA->x1E < 0 || roiPtrA->y1E < 0 || roiPtrA->x2E > ( int32 )imageWidthA || roiPtrA->y2E > ( int32 )imageHeightA )
188 ptrA->workHeightE = roiPtrA->y2E - roiPtrA->y1E;
    [all...]

Completed in 108 milliseconds