/external/neven/Embedded/common/src/b_ImageEm/ |
D | APhImage.c | 335 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()
|
D | ComplexImage.c | 359 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()
|
D | Flt16Image.c | 368 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()
|
D | HistoEq16.c | 88 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()
|
D | UInt8Image.c | 367 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()
|
D | HistoEq.c | 85 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()
|
D | ToneDownBGSupp.c | 109 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/ |
D | Int16Rect.c | 47 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()
|
D | Uint32Rect.c | 89 memPtrA += bbs_memWrite32( &ptrA->y2E, memPtrA ); in bts_Uint32Rect_memWrite() 103 memPtrA += bbs_memRead32( &ptrA->y2E, memPtrA ); in bts_Uint32Rect_memRead()
|
D | Uint32Rect.h | 51 uint32 y2E; member
|
D | Int16Rect.h | 51 int16 y2E; member
|
/external/neven/Embedded/common/src/b_APIEm/ |
D | DCR.c | 209 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/ |
D | DCR.c | 239 rectL.y2E = rectL.y2E > ( int32 )heightA ? heightA : rectL.y2E; in btk_DCR_assignImageROI()
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | LocalScanner.c | 322 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()
|
D | LocalScanDetector.c | 527 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()
|
D | Scanner.c | 176 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()
|