Home
last modified time | relevance | path

Searched refs:x1E (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/external/neven/Embedded/common/src/b_ImageEm/
DAPhImage.c333 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 …]
DComplexImage.c357 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 …]
DFlt16Image.c366 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 …]
DUInt8Image.c365 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 …]
DHistoEq16.c82 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()
DHistoEq.c79 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()
DToneDownBGSupp.c106 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/
DInt16Rect.c44 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()
DUint32Rect.c86 memPtrA += bbs_memWrite32( &ptrA->x1E, memPtrA ); in bts_Uint32Rect_memWrite()
100 memPtrA += bbs_memRead32( &ptrA->x1E, memPtrA ); in bts_Uint32Rect_memRead()
DUint32Rect.h42 uint32 x1E; member
DInt16Rect.h42 int16 x1E; member
/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanner.c285 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 …]
DLocalScanDetector.c524 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/
DDCR.c236 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/
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()
/external/chromium/third_party/icu/source/data/mappings/
Dlmb-excp.ucm83 <U0145> \x06\x1E
227 <U25B2> \x01\x1E
254 <UF869> \x02\x1E
Dibm-856_P100-1995.ucm51 <U001E> \x1E |0
247 <U25B2> \x1E |1
Dibm-866_P100-1995.ucm51 <U001E> \x1E |0
291 <U25B2> \x1E |1
Dibm-737_P100-1997.ucm51 <U001E> \x1E |0
292 <U25B2> \x1E |1
Dibm-850_P100-1995.ucm51 <U001E> \x1E |0
291 <U25B2> \x1E |1
Dibm-775_P100-1996.ucm51 <U001E> \x1E |0
289 <U25B2> \x1E |1
Dibm-867_P100-1998.ucm51 <U001E> \x1E |0
288 <U25B2> \x1E |1
/external/icu4c/data/mappings/
Dlmb-excp.ucm83 <U0145> \x06\x1E
227 <U25B2> \x01\x1E
254 <UF869> \x02\x1E
Dibm-856_P100-1995.ucm51 <U001E> \x1E |0
247 <U25B2> \x1E |1
Dibm-852_P100-1995.ucm51 <U001E> \x1E |0
290 <U25B2> \x1E |1

12345678910>>...15