/external/neven/Embedded/common/src/b_ImageEm/ |
D | ComplexImage.c | 357 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_ComplexImage_copySection() 358 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_ComplexImage_copySection() 363 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E ); in bim_ComplexImage_copySection() 369 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_ComplexImage_copySection() 371 srcImageSubSectionL.x1E = 0; in bim_ComplexImage_copySection() 382 bim_ComplexImage_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_ComplexImage_copySection() 394 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_ComplexImage_copySection() 414 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_ComplexImage_copySection() 417 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_ComplexImage_copySection() 436 …rcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_ComplexImage_copySection() [all …]
|
D | APhImage.c | 333 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_APhImage_copySection() 334 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_APhImage_copySection() 339 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E ); in bim_APhImage_copySection() 345 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_APhImage_copySection() 347 srcImageSubSectionL.x1E = 0; in bim_APhImage_copySection() 358 bim_APhImage_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_APhImage_copySection() 370 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_APhImage_copySection() 390 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_APhImage_copySection() 393 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_APhImage_copySection() 412 …rcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_APhImage_copySection() [all …]
|
D | Flt16Image.c | 366 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_Flt16Image_copySection() 367 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_Flt16Image_copySection() 372 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E ); in bim_Flt16Image_copySection() 378 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_Flt16Image_copySection() 380 srcImageSubSectionL.x1E = 0; in bim_Flt16Image_copySection() 391 bim_Flt16Image_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_Flt16Image_copySection() 404 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_Flt16Image_copySection() 424 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_Flt16Image_copySection() 427 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_Flt16Image_copySection() 446 …rcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_Flt16Image_copySection() [all …]
|
D | UInt8Image.c | 365 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_UInt8Image_copySection() 366 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_UInt8Image_copySection() 371 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E ); in bim_UInt8Image_copySection() 377 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_UInt8Image_copySection() 379 srcImageSubSectionL.x1E = 0; in bim_UInt8Image_copySection() 390 bim_UInt8Image_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_UInt8Image_copySection() 402 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_UInt8Image_copySection() 422 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_UInt8Image_copySection() 425 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_UInt8Image_copySection() 444 …rcPtrA->arrE.arrPtrE + ( srcImageSubSectionL.y2E - 1 ) * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_UInt8Image_copySection() [all …]
|
D | HistoEq16.c | 82 sectionL.x1E = bbs_max( 0, sectionL.x1E ); in bim_createHistoOfSection16() 83 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E ); in bim_createHistoOfSection16() 91 sectWidthL = sectionL.x2E - sectionL.x1E; in bim_createHistoOfSection16() 102 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E; in bim_createHistoOfSection16()
|
D | HistoEq.c | 79 sectionL.x1E = bbs_max( 0, sectionL.x1E ); in bim_createHistoOfSection() 80 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E ); in bim_createHistoOfSection() 88 sectWidthL = sectionL.x2E - sectionL.x1E; in bim_createHistoOfSection() 99 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E; in bim_createHistoOfSection()
|
D | ToneDownBGSupp.c | 106 rectXMinL = rectA->x1E + rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside() 212 rectXMinL = rectA->x1E; in bim_ToneDownBGSupp_BGGreyLevelContour() 351 rectShrinkageL = bbs_min( rectShrinkageL, ( rectA->x2E - rectA->x1E ) >> 1 ); in bim_ToneDownBGSupp_suppress() 355 rectXMinL = rectA->x1E + rectShrinkageL; in bim_ToneDownBGSupp_suppress()
|
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Int16Rect.c | 44 ptrA->x1E = 0; in bts_Int16Rect_init() 52 ptrA->x1E = 0; in bts_Int16Rect_exit() 85 rectL.x1E = x1A; in bts_Int16Rect_create() 114 memPtrA += bbs_memWrite16( &ptrA->x1E, memPtrA ); in bts_Int16Rect_memWrite() 128 memPtrA += bbs_memRead16( &ptrA->x1E, memPtrA ); in bts_Int16Rect_memRead()
|
D | Uint32Rect.c | 86 memPtrA += bbs_memWrite32( &ptrA->x1E, memPtrA ); in bts_Uint32Rect_memWrite() 100 memPtrA += bbs_memRead32( &ptrA->x1E, memPtrA ); in bts_Uint32Rect_memRead()
|
D | Uint32Rect.h | 42 uint32 x1E; member
|
D | Int16Rect.h | 42 int16 x1E; member
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | LocalScanner.c | 285 int32 xbL = ptrA->workScanRegionE.x1E; in bbf_LocalScanner_initPatchBuffer() 286 uint32 wsrWidthL = ptrA->workScanRegionE.x2E - ptrA->workScanRegionE.x1E; in bbf_LocalScanner_initPatchBuffer() 319 int32 xMinL = ptrA->origScanRegionE.x1E >> ptrA->scaleExpE; in bbf_LocalScanner_setWorkScanRegion() 323 ptrA->workScanRegionE.x1E = ( xMinL < 0 ) ? 0 : xMinL; in bbf_LocalScanner_setWorkScanRegion() 444 int32 wL = ptrA->workScanRegionE.x2E - ptrA->workScanRegionE.x1E - ptrA->patchWidthE; in bbf_LocalScanner_positions() 453 int32 wL = ptrA->workScanRegionE.x2E - ptrA->workScanRegionE.x1E - ptrA->patchWidthE; in bbf_LocalScanner_scanIndex() 454 return ( ptrA->yE - ptrA->workScanRegionE.y1E ) * wL + ( ptrA->xE - ptrA->workScanRegionE.x1E ); in bbf_LocalScanner_scanIndex() 469 uint32 wL = ptrA->workScanRegionE.x2E - ptrA->workScanRegionE.x1E - ptrA->patchWidthE; in bbf_LocalScanner_idxPos() 470 int32 xL = ( scanIndexA % wL ) + ptrA->workScanRegionE.x1E; in bbf_LocalScanner_idxPos() 631 ptrA->xE = ptrA->workScanRegionE.x1E; in bbf_LocalScanner_resetScan() [all …]
|
D | LocalScanDetector.c | 524 workAreaL.x1E = workAreaL.x1E >> wrkClPtrL->bbpE; in bbf_LocalScanDetector_process() 528 workAreaL.x1E -= workBorderWL; in bbf_LocalScanDetector_process() 533 workImageWidthL = workAreaL.x2E - workAreaL.x1E; in bbf_LocalScanDetector_process() 541 altL.vecE.xE -= workAreaL.x1E << altL.vecE.bbpE; in bbf_LocalScanDetector_process() 547 wrkClPtrL->vecArrE[ iL ].xE -= workAreaL.x1E << wrkClPtrL->bbpE; in bbf_LocalScanDetector_process() 554 refClPtrL->vecArrE[ iL ].xE -= workAreaL.x1E << refClPtrL->bbpE; in bbf_LocalScanDetector_process()
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
D | DCR.c | 236 rectL.x1E = rectL.x1E < 0 ? 0 : rectL.x1E; in btk_DCR_assignImageROI() 283 if( hdcrA->dcrE.roiRectE.x1E > 0 ) nodePtrA->x += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16; in btk_DCR_getNode() 343 if( hdcrA->dcrE.roiRectE.x1E > 0 ) in btk_DCR_getRect() 345 pRectA->xMin += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16; in btk_DCR_getRect() 346 pRectA->xMax += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16; in btk_DCR_getRect()
|
/external/neven/Embedded/common/src/b_APIEm/ |
D | DCR.c | 209 if( pRectA->x2E < pRectA->x1E || pRectA->y2E < pRectA->y1E || in bpi_DCR_assignGrayByteImageROI() 210 pRectA->x1E < 0 || pRectA->y1E < 0 || in bpi_DCR_assignGrayByteImageROI()
|
/external/icu/icu4c/source/data/mappings/ |
D | lmb-excp.ucm | 83 <U0145> \x06\x1E |0 230 <U25B2> \x01\x1E |0 261 <UF869> \x02\x1E |0
|
D | ibm-856_P100-1995.ucm | 51 <U001E> \x1E |0 247 <U25B2> \x1E |1
|
D | ibm-863_P100-1995.ucm | 51 <U001E> \x1E |0 290 <U25B2> \x1E |1
|
D | ibm-858_P100-1997.ucm | 51 <U001E> \x1E |0 290 <U25B2> \x1E |1
|
D | ibm-1125_P100-1997.ucm | 51 <U001E> \x1E |0 291 <U25B2> \x1E |1
|
D | ibm-869_P100-1995.ucm | 51 <U001E> \x1E |0 283 <U25B2> \x1E |1
|
D | ibm-437_P100-1995.ucm | 51 <U001E> \x1E |0 291 <U25B2> \x1E |1
|
D | ibm-860_P100-1995.ucm | 51 <U001E> \x1E |0 291 <U25B2> \x1E |1
|
D | ibm-775_P100-1996.ucm | 51 <U001E> \x1E |0 289 <U25B2> \x1E |1
|
D | ibm-852_P100-1995.ucm | 51 <U001E> \x1E |0 290 <U25B2> \x1E |1
|