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

  /external/neven/Embedded/common/src/b_TensorEm/
Int16Rect.c 47 ptrA->y2E = 0;
55 ptrA->y2E = 0;
88 rectL.y2E = y2A;
117 memPtrA += bbs_memWrite16( &ptrA->y2E, memPtrA );
131 memPtrA += bbs_memRead16( &ptrA->y2E, memPtrA );
Uint32Rect.c 89 memPtrA += bbs_memWrite32( &ptrA->y2E, memPtrA );
103 memPtrA += bbs_memRead32( &ptrA->y2E, memPtrA );
Uint32Rect.h 51 uint32 y2E;
Int16Rect.h 51 int16 y2E;
  /external/neven/Embedded/common/src/b_ImageEm/
APhImage.c 284 | ( sectionL->x2E, sectionL->y2E )
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 );
342 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E );
351 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E )
354 srcImageSubSectionL.y2E = srcPtrA->heightE
    [all...]
ComplexImage.c 308 | ( sectionL->x2E, sectionL->y2E )
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 );
366 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E );
375 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E )
378 srcImageSubSectionL.y2E = srcPtrA->heightE
    [all...]
HistoEq.c 85 sectionL.y2E = bbs_max( 0, sectionL.y2E );
86 sectionL.y2E = bbs_min( imgHeightL, sectionL.y2E );
89 sectHeightL = sectionL.y2E - sectionL.y1E;
HistoEq16.c 88 sectionL.y2E = bbs_max( 0, sectionL.y2E );
89 sectionL.y2E = bbs_min( imgHeightL, sectionL.y2E );
92 sectHeightL = sectionL.y2E - sectionL.y1E;
Flt16Image.c 317 | ( sectionL->x2E, sectionL->y2E )
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 );
375 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E );
384 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E )
387 srcImageSubSectionL.y2E = srcPtrA->heightE
    [all...]
UInt8Image.c 316 | ( sectionL->x2E, sectionL->y2E )
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 );
374 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E );
383 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E )
386 srcImageSubSectionL.y2E = srcPtrA->heightE
    [all...]
ToneDownBGSupp.c 109 rectYMaxL = rectA->y2E - rectExpansionA;
215 rectYMaxL = rectA->y2E;
352 rectShrinkageL = bbs_min( rectShrinkageL, ( rectA->y2E - rectA->y1E ) >> 1 );
358 rectYMaxL = rectA->y2E - rectShrinkageL;
  /external/neven/Embedded/common/src/b_APIEm/
DCR.c 209 if( pRectA->x2E < pRectA->x1E || pRectA->y2E < pRectA->y1E ||
211 pRectA->x2E > ( int32 )widthA || pRectA->y2E > ( int32 )heightA )
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c 239 rectL.y2E = rectL.y2E > ( int32 )heightA ? heightA : rectL.y2E;
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 322 int32 yMaxL = ptrA->origScanRegionE.y2E >> ptrA->scaleExpE;
326 ptrA->workScanRegionE.y2E = ( yMaxL > ( int32 )ptrA->currentHeightE ) ? ptrA->currentHeightE : yMaxL;
445 int32 hL = ptrA->workScanRegionE.y2E - ptrA->workScanRegionE.y1E - ptrA->patchHeightE;
684 if( ( ptrA->yE + 1 ) >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeightE ) return FALSE;
732 if( yA < ptrA->workScanRegionE.y1E || yA >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeightE )
LocalScanDetector.c 527 workAreaL.y2E = workAreaL.y2E >> wrkClPtrL->bbpE;
531 workAreaL.y2E += workBorderHL;
534 workImageHeightL = workAreaL.y2E - workAreaL.y1E;
Scanner.c 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 131 milliseconds