/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/epid-sdk/epid/common-testhelper/testdata/grp_x/privrevoked/signatures/ |
D | sig_sha256_bsn0_msg0_revkey002.inc | 48 0x26, 0xC1, 0x7B, 0xEC, 0x62, 0x30, 0x1E, 0x6F, 52 0xAB, 0x73, 0xB1, 0x8C, 0x7B, 0x18, 0x1E, 0xDA, 106 0xC3, 0x2A, 0x77, 0xDB, 0x1E, 0x47, 0x6A, 0x95, 120 0x1E, 0xD7, 0x87, 0x6C, 0xF4, 0xA6, 0xDD, 0x36,
|
D | sig_sha256_bsn0_msg0_revkey000.inc | 52 0x9B, 0xBB, 0x1E, 0xC3, 0x1F, 0x96, 0xE8, 0x5F, 53 0xDF, 0xC9, 0xFA, 0x8A, 0xDF, 0xB7, 0x1E, 0x4A, 94 0x02, 0x86, 0x4F, 0xAB, 0x1E, 0xB2, 0x2A, 0xFD,
|
/external/epid-sdk/epid/verifier/unittests/testdata/sigrl/ |
D | signature_sigrl_last.inc | 20 {0x30, 0xAB, 0x45, 0x2C, 0x1E, 0xA1, 0xE7, 0x3E, 0x2E, 0xFD, 0x13, 0x1B, 0xF0, 39 0x7A, 0x22, 0x04, 0x56, 0x1E, 0xAD, 0x30, 0xEB, 0x4D, 0xD1, 0x58, 0xEC, 0xF8,
|
D | signature_sigrl_first.inc | 45 0xCC, 0x86, 0x1E, 0xD2, 0x9E, 0x4D, 0xA0, 0x17, 0x3D, 0xF7, 0xD1, 0x2D, 0xC2, 48 0xB6, 0x07, 0xD5, 0x9A, 0xEE, 0xC2, 0xC5, 0x87, 0x5B, 0xF3, 0x58, 0xDE, 0x1E,
|
/external/epid-sdk/epid/common/1.1/src/ |
D | epid11params_tate.inc | 60 0x0A, 0xF6, 0x1E, 0xAC, 0xED, 0xFB, 0x10, 0x41 118 0x45, 0x66, 0xBB, 0x86, 0x46, 0x1E, 0x8C, 0x30 144 0xAA, 0xD4, 0x51, 0x6D, 0xCA, 0x71, 0x1E, 0x06, 0x73, 0xEA, 0x83, 0xB2,
|
/external/icu/icu4c/source/data/mappings/ |
D | lmb-excp.ucm | 85 <U0145> \x06\x1E |0 232 <U25B2> \x01\x1E |0 263 <UF869> \x02\x1E |0
|
D | ibm-856_P100-1995.ucm | 53 <U001E> \x1E |0 249 <U25B2> \x1E |1
|
D | ibm-862_P100-1995.ucm | 53 <U001E> \x1E |0 293 <U25B2> \x1E |1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/ |
D | func-address.ll | 49 ; CHECK-NEXT: Offset: 0x1E
|
/external/u-boot/arch/arm/dts/ |
D | rk3229-evb.dts | 45 0x5 0x5 0x3 0xC 0x1E 0x100 0x0 0x4
|