Home
last modified time | relevance | path

Searched refs:x2E (Results 1 – 25 of 371) 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()
341 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_APhImage_copySection()
345 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_APhImage_copySection()
348 srcImageSubSectionL.x2E = srcPtrA->widthE; 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()
375 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_APhImage_copySection()
381 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_APhImage_copySection()
393 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… 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()
365 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_ComplexImage_copySection()
369 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_ComplexImage_copySection()
372 srcImageSubSectionL.x2E = srcPtrA->widthE; 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()
399 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_ComplexImage_copySection()
405 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_ComplexImage_copySection()
417 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… 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()
374 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_Flt16Image_copySection()
378 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_Flt16Image_copySection()
381 srcImageSubSectionL.x2E = srcPtrA->widthE; 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()
409 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_Flt16Image_copySection()
415 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_Flt16Image_copySection()
427 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… 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()
373 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_UInt8Image_copySection()
377 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_UInt8Image_copySection()
380 srcImageSubSectionL.x2E = srcPtrA->widthE; 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()
407 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_UInt8Image_copySection()
413 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_UInt8Image_copySection()
425 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_UInt8Image_copySection()
[all …]
DHistoEq16.c84 sectionL.x2E = bbs_max( 0, sectionL.x2E ); in bim_createHistoOfSection16()
85 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E ); in bim_createHistoOfSection16()
91 sectWidthL = sectionL.x2E - sectionL.x1E; in bim_createHistoOfSection16()
DHistoEq.c81 sectionL.x2E = bbs_max( 0, sectionL.x2E ); in bim_createHistoOfSection()
82 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E ); in bim_createHistoOfSection()
88 sectWidthL = sectionL.x2E - sectionL.x1E; in bim_createHistoOfSection()
DToneDownBGSupp.c107 rectXMaxL = rectA->x2E - rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside()
213 rectXMaxL = rectA->x2E; in bim_ToneDownBGSupp_BGGreyLevelContour()
351 rectShrinkageL = bbs_min( rectShrinkageL, ( rectA->x2E - rectA->x1E ) >> 1 ); in bim_ToneDownBGSupp_suppress()
356 rectXMaxL = rectA->x2E - rectShrinkageL; in bim_ToneDownBGSupp_suppress()
/external/neven/Embedded/common/src/b_TensorEm/
DInt16Rect.c46 ptrA->x2E = 0; in bts_Int16Rect_init()
54 ptrA->x2E = 0; in bts_Int16Rect_exit()
87 rectL.x2E = x2A; in bts_Int16Rect_create()
116 memPtrA += bbs_memWrite16( &ptrA->x2E, memPtrA ); in bts_Int16Rect_memWrite()
130 memPtrA += bbs_memRead16( &ptrA->x2E, memPtrA ); in bts_Int16Rect_memRead()
DUint32Rect.c88 memPtrA += bbs_memWrite32( &ptrA->x2E, memPtrA ); in bts_Uint32Rect_memWrite()
102 memPtrA += bbs_memRead32( &ptrA->x2E, memPtrA ); in bts_Uint32Rect_memRead()
DUint32Rect.h48 uint32 x2E; member
DInt16Rect.h48 int16 x2E; member
/external/icu4c/data/mappings/
Diso-ir-165.ucm47 <U002E> \x2A\x2E |0
145 <U00F3> \x28\x2E |0
183 <U039E> \x26\x2E |0
231 <U041C> \x27\x2E |0
287 <U2018> \x21\x2E |0
405 <U250A> \x29\x2E |0
518 <U304E> \x24\x2E |0
601 <U30AE> \x25\x2E |0
760 <U33E1> \x2F\x2E |0
826 <U4E32> \x34\x2E |0
[all …]
Dcns-11643-1992.ucm179 <U03A9> \x81\x25\x2E |0
223 <U2163> \x81\x24\x2E |0
280 <U240D> \x81\x42\x2E |0
313 <U2477> \x81\x26\x2E |0
354 <U258D> \x81\x23\x2E |0
591 <U4F0A> \x81\x47\x2E |0
706 <U4FBA> \x82\x29\x2E |0
761 <U5012> \x81\x54\x2E |0
840 <U5080> \x81\x5E\x2E |0
870 <U50B3> \x81\x63\x2E |0
[all …]
Dibm-5478_P100-1995.ucm40 <U00F3> \x28\x2E |0
74 <U039E> \x26\x2E |0
122 <U041C> \x27\x2E |0
177 <U2018> \x21\x2E |0
294 <U250A> \x29\x2E |0
406 <U304E> \x24\x2E |0
489 <U30AE> \x25\x2E |0
644 <U4E32> \x34\x2E |0
659 <U4E4B> \x56\x2E |0
695 <U4E95> \x3E\x2E |0
[all …]
Djisx-212.ucm56 <U00C7> \x2A\x2E |0
86 <U00E7> \x2B\x2E |0
317 <U4E35> \x30\x2E |0
411 <U4F9F> \x31\x2E |0
505 <U50B0> \x32\x2E |0
599 <U51F4> \x33\x2E |0
693 <U532C> \x34\x2E |0
787 <U54A7> \x35\x2E |0
881 <U560E> \x36\x2E |0
975 <U5722> \x37\x2E |0
[all …]
Dicu-internal-25546.ucm82 <U002E> \x2E |0
197 <U00A1> \x22\x2E |0
308 <U0166> \x28\x2E |0
309 <U0167> \x29\x2E |0
379 <U041C> \x2C\x2E |0
434 <U2018> \x21\x2E |0
624 <U250F> \x26\x2E |0
762 <U304E> \x2A\x2E |0
845 <U30AE> \x2B\x2E |0
932 <U313E> \x24\x2E |0
[all …]
/external/chromium/third_party/icu/source/data/mappings/
Diso-ir-165.ucm47 <U002E> \x2A\x2E |0
145 <U00F3> \x28\x2E |0
183 <U039E> \x26\x2E |0
231 <U041C> \x27\x2E |0
287 <U2018> \x21\x2E |0
405 <U250A> \x29\x2E |0
518 <U304E> \x24\x2E |0
601 <U30AE> \x25\x2E |0
760 <U33E1> \x2F\x2E |0
826 <U4E32> \x34\x2E |0
[all …]
Dcns-11643-1992.ucm180 <U03A9> \x81\x25\x2E |0
224 <U2163> \x81\x24\x2E |0
281 <U240D> \x81\x42\x2E |0
314 <U2477> \x81\x26\x2E |0
355 <U258D> \x81\x23\x2E |0
496 <U3458> \x86\x2E\x5A |0
530 <U3485> \x84\x42\x2E |0
587 <U34C9> \x85\x25\x2E |0
694 <U3544> \x83\x23\x2E |0
855 <U3619> \x83\x60\x2E |0
[all …]
Dibm-5478_P100-1995.ucm40 <U00F3> \x28\x2E |0
74 <U039E> \x26\x2E |0
122 <U041C> \x27\x2E |0
177 <U2018> \x21\x2E |0
294 <U250A> \x29\x2E |0
406 <U304E> \x24\x2E |0
489 <U30AE> \x25\x2E |0
644 <U4E32> \x34\x2E |0
659 <U4E4B> \x56\x2E |0
695 <U4E95> \x3E\x2E |0
[all …]
Djisx-212.ucm56 <U00C7> \x2A\x2E |0
86 <U00E7> \x2B\x2E |0
317 <U4E35> \x30\x2E |0
411 <U4F9F> \x31\x2E |0
505 <U50B0> \x32\x2E |0
599 <U51F4> \x33\x2E |0
693 <U532C> \x34\x2E |0
787 <U54A7> \x35\x2E |0
881 <U560E> \x36\x2E |0
975 <U5722> \x37\x2E |0
[all …]
Dicu-internal-25546.ucm82 <U002E> \x2E |0
197 <U00A1> \x22\x2E |0
308 <U0166> \x28\x2E |0
309 <U0167> \x29\x2E |0
379 <U041C> \x2C\x2E |0
434 <U2018> \x21\x2E |0
624 <U250F> \x26\x2E |0
762 <U304E> \x2A\x2E |0
845 <U30AE> \x2B\x2E |0
932 <U313E> \x24\x2E |0
[all …]
Dlmb-excp.ucm46 <U0100> \x06\x2E
140 <U2039> \x01\x2E
293 <UF890> \x02\x2E
/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanner.c286 uint32 wsrWidthL = ptrA->workScanRegionE.x2E - ptrA->workScanRegionE.x1E; in bbf_LocalScanner_initPatchBuffer()
321 int32 xMaxL = ptrA->origScanRegionE.x2E >> ptrA->scaleExpE; in bbf_LocalScanner_setWorkScanRegion()
325 ptrA->workScanRegionE.x2E = ( xMaxL > ( int32 )ptrA->currentWidthE ) ? ptrA->currentWidthE : xMaxL; 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()
469 uint32 wL = ptrA->workScanRegionE.x2E - ptrA->workScanRegionE.x1E - ptrA->patchWidthE; in bbf_LocalScanner_idxPos()
678 if( ( ptrA->xE + 1 ) < ptrA->workScanRegionE.x2E - ( int32 )ptrA->patchWidthE ) in bbf_LocalScanner_next()
694 uint32 sizeL = ptrA->workScanRegionE.x2E - ptrA->workScanRegionE.x1E; in bbf_LocalScanner_next()
725 …if( xA < ptrA->workScanRegionE.x1E || xA >= ptrA->workScanRegionE.x2E - ( int32 )ptrA->patchWidthE… in bbf_LocalScanner_goToXY()
743 uint32 sizeL = ptrA->workScanRegionE.x2E - ptrA->workScanRegionE.x1E; in bbf_LocalScanner_goToXY()
[all …]
/external/neven/Embedded/common/src/b_APIEm/
DDCR.c209 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/
DDCR.c238 rectL.x2E = rectL.x2E > ( int32 )widthA ? widthA : rectL.x2E; in btk_DCR_assignImageROI()

12345678910>>...15