Home
last modified time | relevance | path

Searched refs:y2E (Results 1 – 16 of 16) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DAPhImage.c335 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_APhImage_copySection()
336 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_APhImage_copySection()
342 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E ); in bim_APhImage_copySection()
351 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E ) in bim_APhImage_copySection()
354 srcImageSubSectionL.y2E = srcPtrA->heightE; in bim_APhImage_copySection()
358 bim_APhImage_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_APhImage_copySection()
364 …for( yIndexL = sectionL.y1E; yIndexL < srcImageSubSectionL.y1E && yIndexL < sectionL.y2E; yIndexL+… in bim_APhImage_copySection()
387 for( ; yIndexL < srcImageSubSectionL.y2E && yIndexL < sectionL.y2E; yIndexL++ ) in bim_APhImage_copySection()
410 for( ; yIndexL < sectionL.y2E; yIndexL++ ) in bim_APhImage_copySection()
412 …srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImag… in bim_APhImage_copySection()
DComplexImage.c359 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_ComplexImage_copySection()
360 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_ComplexImage_copySection()
366 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E ); in bim_ComplexImage_copySection()
375 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E ) in bim_ComplexImage_copySection()
378 srcImageSubSectionL.y2E = srcPtrA->heightE; in bim_ComplexImage_copySection()
382 bim_ComplexImage_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_ComplexImage_copySection()
388 …for( yIndexL = sectionL.y1E; yIndexL < srcImageSubSectionL.y1E && yIndexL < sectionL.y2E; yIndexL+… in bim_ComplexImage_copySection()
411 for( ; yIndexL < srcImageSubSectionL.y2E && yIndexL < sectionL.y2E; yIndexL++ ) in bim_ComplexImage_copySection()
434 for( ; yIndexL < sectionL.y2E; yIndexL++ ) in bim_ComplexImage_copySection()
436 …srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImag… in bim_ComplexImage_copySection()
DFlt16Image.c368 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_Flt16Image_copySection()
369 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_Flt16Image_copySection()
375 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E ); in bim_Flt16Image_copySection()
384 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E ) in bim_Flt16Image_copySection()
387 srcImageSubSectionL.y2E = srcPtrA->heightE; in bim_Flt16Image_copySection()
391 bim_Flt16Image_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_Flt16Image_copySection()
398 …for( yIndexL = sectionL.y1E; yIndexL < srcImageSubSectionL.y1E && yIndexL < sectionL.y2E; yIndexL+… in bim_Flt16Image_copySection()
421 for( ; yIndexL < srcImageSubSectionL.y2E && yIndexL < sectionL.y2E; yIndexL++ ) in bim_Flt16Image_copySection()
444 for( ; yIndexL < sectionL.y2E; yIndexL++ ) in bim_Flt16Image_copySection()
446 …srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImag… in bim_Flt16Image_copySection()
DUInt8Image.c367 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_UInt8Image_copySection()
368 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_UInt8Image_copySection()
374 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E ); in bim_UInt8Image_copySection()
383 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E ) in bim_UInt8Image_copySection()
386 srcImageSubSectionL.y2E = srcPtrA->heightE; in bim_UInt8Image_copySection()
390 bim_UInt8Image_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_UInt8Image_copySection()
396 …for( yIndexL = sectionL.y1E; yIndexL < srcImageSubSectionL.y1E && yIndexL < sectionL.y2E; yIndexL+… in bim_UInt8Image_copySection()
419 for( ; yIndexL < srcImageSubSectionL.y2E && yIndexL < sectionL.y2E; yIndexL++ ) in bim_UInt8Image_copySection()
442 for( ; yIndexL < sectionL.y2E; yIndexL++ ) in bim_UInt8Image_copySection()
444 …srcPixelPtrL = srcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImag… in bim_UInt8Image_copySection()
DHistoEq16.c88 sectionL.y2E = bbs_max( 0, sectionL.y2E ); in bim_createHistoOfSection16()
89 sectionL.y2E = bbs_min( imgHeightL, sectionL.y2E ); in bim_createHistoOfSection16()
92 sectHeightL = sectionL.y2E - sectionL.y1E; in bim_createHistoOfSection16()
DHistoEq.c85 sectionL.y2E = bbs_max( 0, sectionL.y2E ); in bim_createHistoOfSection()
86 sectionL.y2E = bbs_min( imgHeightL, sectionL.y2E ); in bim_createHistoOfSection()
89 sectHeightL = sectionL.y2E - sectionL.y1E; in bim_createHistoOfSection()
DToneDownBGSupp.c109 rectYMaxL = rectA->y2E - rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside()
215 rectYMaxL = rectA->y2E; in bim_ToneDownBGSupp_BGGreyLevelContour()
352 rectShrinkageL = bbs_min( rectShrinkageL, ( rectA->y2E - rectA->y1E ) >> 1 ); in bim_ToneDownBGSupp_suppress()
358 rectYMaxL = rectA->y2E - rectShrinkageL; in bim_ToneDownBGSupp_suppress()
/external/neven/Embedded/common/src/b_TensorEm/
DInt16Rect.c47 ptrA->y2E = 0; in bts_Int16Rect_init()
55 ptrA->y2E = 0; in bts_Int16Rect_exit()
88 rectL.y2E = y2A; in bts_Int16Rect_create()
117 memPtrA += bbs_memWrite16( &ptrA->y2E, memPtrA ); in bts_Int16Rect_memWrite()
131 memPtrA += bbs_memRead16( &ptrA->y2E, memPtrA ); in bts_Int16Rect_memRead()
DUint32Rect.c89 memPtrA += bbs_memWrite32( &ptrA->y2E, memPtrA ); in bts_Uint32Rect_memWrite()
103 memPtrA += bbs_memRead32( &ptrA->y2E, memPtrA ); in bts_Uint32Rect_memRead()
DUint32Rect.h51 uint32 y2E; member
DInt16Rect.h51 int16 y2E; member
/external/neven/Embedded/common/src/b_APIEm/
DDCR.c209 if( pRectA->x2E < pRectA->x1E || pRectA->y2E < pRectA->y1E || in bpi_DCR_assignGrayByteImageROI()
211 pRectA->x2E > ( int32 )widthA || pRectA->y2E > ( int32 )heightA ) in bpi_DCR_assignGrayByteImageROI()
/external/neven/FaceRecEm/common/src/b_FDSDK/
DDCR.c239 rectL.y2E = rectL.y2E > ( int32 )heightA ? heightA : rectL.y2E; in btk_DCR_assignImageROI()
/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanner.c322 int32 yMaxL = ptrA->origScanRegionE.y2E >> ptrA->scaleExpE; in bbf_LocalScanner_setWorkScanRegion()
326 …ptrA->workScanRegionE.y2E = ( yMaxL > ( int32 )ptrA->currentHeightE ) ? ptrA->currentHeightE : yMa… in bbf_LocalScanner_setWorkScanRegion()
445 int32 hL = ptrA->workScanRegionE.y2E - ptrA->workScanRegionE.y1E - ptrA->patchHeightE; in bbf_LocalScanner_positions()
684 if( ( ptrA->yE + 1 ) >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeightE ) return FALSE; in bbf_LocalScanner_next()
732 …if( yA < ptrA->workScanRegionE.y1E || yA >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeight… in bbf_LocalScanner_goToXY()
DLocalScanDetector.c527 workAreaL.y2E = workAreaL.y2E >> wrkClPtrL->bbpE; in bbf_LocalScanDetector_process()
531 workAreaL.y2E += workBorderHL; in bbf_LocalScanDetector_process()
534 workImageHeightL = workAreaL.y2E - workAreaL.y1E; in bbf_LocalScanDetector_process()
DScanner.c176 if( roiPtrA->x2E <= roiPtrA->x1E || roiPtrA->y2E <= roiPtrA->y1E ) in bbf_Scanner_copyImage()
181 …if( roiPtrA->x1E < 0 || roiPtrA->y1E < 0 || roiPtrA->x2E > ( int32 )imageWidthA || roiPtrA->y2E > … in bbf_Scanner_copyImage()
188 ptrA->workHeightE = roiPtrA->y2E - roiPtrA->y1E; in bbf_Scanner_copyImage()