Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DInt16Rect.c45 ptrA->y1E = 0; in bts_Int16Rect_init()
53 ptrA->y1E = 0; in bts_Int16Rect_exit()
86 rectL.y1E = y1A; in bts_Int16Rect_create()
115 memPtrA += bbs_memWrite16( &ptrA->y1E, memPtrA ); in bts_Int16Rect_memWrite()
129 memPtrA += bbs_memRead16( &ptrA->y1E, memPtrA ); in bts_Int16Rect_memRead()
DUint32Rect.c87 memPtrA += bbs_memWrite32( &ptrA->y1E, memPtrA ); in bts_Uint32Rect_memWrite()
101 memPtrA += bbs_memRead32( &ptrA->y1E, memPtrA ); in bts_Uint32Rect_memRead()
DUint32Rect.h45 uint32 y1E; member
DInt16Rect.h45 int16 y1E; member
/external/neven/Embedded/common/src/b_ImageEm/
DHistoEq16.c86 sectionL.y1E = bbs_max( 0, sectionL.y1E ); in bim_createHistoOfSection16()
87 sectionL.y1E = bbs_min( imgHeightL, sectionL.y1E ); in bim_createHistoOfSection16()
92 sectHeightL = sectionL.y2E - sectionL.y1E; in bim_createHistoOfSection16()
102 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E; in bim_createHistoOfSection16()
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()
340 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E ); in bim_APhImage_copySection()
351 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E ) in bim_APhImage_copySection()
353 srcImageSubSectionL.y1E = 0; 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()
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()
364 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E ); in bim_ComplexImage_copySection()
375 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E ) in bim_ComplexImage_copySection()
377 srcImageSubSectionL.y1E = 0; 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()
DHistoEq.c83 sectionL.y1E = bbs_max( 0, sectionL.y1E ); in bim_createHistoOfSection()
84 sectionL.y1E = bbs_min( imgHeightL, sectionL.y1E ); in bim_createHistoOfSection()
89 sectHeightL = sectionL.y2E - sectionL.y1E; in bim_createHistoOfSection()
99 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E; in bim_createHistoOfSection()
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()
373 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E ); in bim_Flt16Image_copySection()
384 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E ) in bim_Flt16Image_copySection()
386 srcImageSubSectionL.y1E = 0; 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()
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()
372 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E ); in bim_UInt8Image_copySection()
383 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E ) in bim_UInt8Image_copySection()
385 srcImageSubSectionL.y1E = 0; 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()
DToneDownBGSupp.c108 rectYMinL = rectA->y1E + rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside()
214 rectYMinL = rectA->y1E; in bim_ToneDownBGSupp_BGGreyLevelContour()
352 rectShrinkageL = bbs_min( rectShrinkageL, ( rectA->y2E - rectA->y1E ) >> 1 ); in bim_ToneDownBGSupp_suppress()
357 rectYMinL = rectA->y1E + rectShrinkageL; in bim_ToneDownBGSupp_suppress()
/external/neven/FaceRecEm/common/src/b_FDSDK/
DDCR.c237 rectL.y1E = rectL.y1E < 0 ? 0 : rectL.y1E; in btk_DCR_assignImageROI()
284 if( hdcrA->dcrE.roiRectE.y1E > 0 ) nodePtrA->y += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16; in btk_DCR_getNode()
348 if( hdcrA->dcrE.roiRectE.y1E > 0 ) in btk_DCR_getRect()
350 pRectA->yMin += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16; in btk_DCR_getRect()
351 pRectA->yMax += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16; in btk_DCR_getRect()
/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanner.c283 int32 ybL = ptrA->workScanRegionE.y1E >> 5; in bbf_LocalScanner_initPatchBuffer()
284 int32 yoL = ptrA->workScanRegionE.y1E & 0x1F; in bbf_LocalScanner_initPatchBuffer()
320 int32 yMinL = ptrA->origScanRegionE.y1E >> ptrA->scaleExpE; in bbf_LocalScanner_setWorkScanRegion()
324 ptrA->workScanRegionE.y1E = ( yMinL < 0 ) ? 0 : yMinL; in bbf_LocalScanner_setWorkScanRegion()
445 int32 hL = ptrA->workScanRegionE.y2E - ptrA->workScanRegionE.y1E - ptrA->patchHeightE; in bbf_LocalScanner_positions()
454 return ( ptrA->yE - ptrA->workScanRegionE.y1E ) * wL + ( ptrA->xE - ptrA->workScanRegionE.x1E ); in bbf_LocalScanner_scanIndex()
471 int32 yL = ( scanIndexA / wL ) + ptrA->workScanRegionE.y1E; in bbf_LocalScanner_idxPos()
632 ptrA->yE = ptrA->workScanRegionE.y1E; in bbf_LocalScanner_resetScan()
732 …if( yA < ptrA->workScanRegionE.y1E || yA >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeight… in bbf_LocalScanner_goToXY()
778 ( scanIndexA / wL ) + ptrA->workScanRegionE.y1E ); in bbf_LocalScanner_goToIndex()
DLocalScanDetector.c525 workAreaL.y1E = workAreaL.y1E >> wrkClPtrL->bbpE; in bbf_LocalScanDetector_process()
529 workAreaL.y1E -= workBorderHL; in bbf_LocalScanDetector_process()
534 workImageHeightL = workAreaL.y2E - workAreaL.y1E; in bbf_LocalScanDetector_process()
542 altL.vecE.yE -= workAreaL.y1E << altL.vecE.bbpE; in bbf_LocalScanDetector_process()
548 wrkClPtrL->vecArrE[ iL ].yE -= workAreaL.y1E << wrkClPtrL->bbpE; in bbf_LocalScanDetector_process()
555 refClPtrL->vecArrE[ iL ].yE -= workAreaL.y1E << refClPtrL->bbpE; in bbf_LocalScanDetector_process()
DScanner.c173 const uint8* srcL = ( uint8* )imagePtrA + roiPtrA->y1E * imageWidthA + roiPtrA->x1E; in bbf_Scanner_copyImage()
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()
/external/neven/Embedded/common/src/b_APIEm/
DDCR.c209 if( pRectA->x2E < pRectA->x1E || pRectA->y2E < pRectA->y1E || in bpi_DCR_assignGrayByteImageROI()
210 pRectA->x1E < 0 || pRectA->y1E < 0 || in bpi_DCR_assignGrayByteImageROI()