Home
last modified time | relevance | path

Searched refs:x2E (Results 1 – 25 of 249) sorted by relevance

12345678910

/external/neven/Embedded/common/src/b_ImageEm/
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 …]
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 …]
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/icu/icu4c/source/data/mappings/
Diso-ir-165.ucm49 <U002E> \x2A\x2E |0
147 <U00F3> \x28\x2E |0
185 <U039E> \x26\x2E |0
233 <U041C> \x27\x2E |0
289 <U2018> \x21\x2E |0
407 <U250A> \x29\x2E |0
520 <U304E> \x24\x2E |0
603 <U30AE> \x25\x2E |0
762 <U33E1> \x2F\x2E |0
828 <U4E32> \x34\x2E |0
[all …]
Dcns-11643-1992.ucm181 <U03A9> \x81\x25\x2E |0
225 <U2163> \x81\x24\x2E |0
282 <U240D> \x81\x42\x2E |0
315 <U2477> \x81\x26\x2E |0
356 <U258D> \x81\x23\x2E |0
593 <U4F0A> \x81\x47\x2E |0
708 <U4FBA> \x82\x29\x2E |0
763 <U5012> \x81\x54\x2E |0
842 <U5080> \x81\x5E\x2E |0
872 <U50B3> \x81\x63\x2E |0
[all …]
Dibm-5478_P100-1995.ucm42 <U00F3> \x28\x2E |0
76 <U039E> \x26\x2E |0
124 <U041C> \x27\x2E |0
179 <U2018> \x21\x2E |0
296 <U250A> \x29\x2E |0
408 <U304E> \x24\x2E |0
491 <U30AE> \x25\x2E |0
646 <U4E32> \x34\x2E |0
661 <U4E4B> \x56\x2E |0
697 <U4E95> \x3E\x2E |0
[all …]
Djisx-212.ucm58 <U00C7> \x2A\x2E |0
88 <U00E7> \x2B\x2E |0
319 <U4E35> \x30\x2E |0
413 <U4F9F> \x31\x2E |0
507 <U50B0> \x32\x2E |0
601 <U51F4> \x33\x2E |0
695 <U532C> \x34\x2E |0
789 <U54A7> \x35\x2E |0
883 <U560E> \x36\x2E |0
977 <U5722> \x37\x2E |0
[all …]
Dicu-internal-25546.ucm84 <U002E> \x2E |0
199 <U00A1> \x22\x2E |0
310 <U0166> \x28\x2E |0
311 <U0167> \x29\x2E |0
381 <U041C> \x2C\x2E |0
436 <U2018> \x21\x2E |0
626 <U250F> \x26\x2E |0
764 <U304E> \x2A\x2E |0
847 <U30AE> \x2B\x2E |0
934 <U313E> \x24\x2E |0
[all …]
Dibm-1006_P100-1995.ucm69 <U002E> \x2E |0
229 <U066C> \x2E |1
379 <UFF0E> \x2E |1
Dibm-1089_P100-1995.ucm69 <U002E> \x2E |0
246 <U066C> \x2E |1
392 <UFF0E> \x2E |1
Dibm-864_X110-1999.ucm69 <U002E> \x2E |0
224 <U066C> \x2E |1
414 <UFF0E> \x2E |1
Dibm-1098_P100-1995.ucm69 <U002E> \x2E |0
204 <U066C> \x2E |1
406 <UFF0E> \x2E |1
Dibm-868_P100-1995.ucm69 <U002E> \x2E |0
201 <U066C> \x2E |1
410 <UFF0E> \x2E |1
/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/angle/src/tests/gl_tests/media/
Dpixel.inc42 0x67,0x6A,0xE5,0x51,0x56,0x28,0x2E,0x3B,0xC7,0x72,0x24,0x5A,0xD5,0xBF,0x2F,0x6E,
59 0xD6,0xF6,0x96,0xEE,0xE8,0xF0,0xE8,0x78,0xB6,0xEE,0x75,0xE6,0x57,0xBE,0x2E,0xBA,
103 0x06,0x5A,0x43,0x41,0x55,0xF7,0x2E,0x0A,0x27,0x5A,0x44,0x41,0xF5,0xAF,0xAC,0xA8,
104 0xE6,0x51,0x64,0x49,0xF5,0x2E,0xAA,0x82,0x47,0x62,0xC6,0x51,0x03,0xAB,0x75,0xD5,
107 0xE5,0x51,0x23,0x41,0x2E,0xDF,0x56,0x5C,0x87,0x6A,0x63,0x41,0xAF,0x2A,0xBD,0xD5,
108 0x47,0x62,0x84,0x49,0xBA,0xE0,0xB8,0x55,0x47,0x62,0x64,0x49,0x22,0x2A,0x2E,0x95,
109 0x87,0x6A,0x26,0x62,0xA8,0xE2,0x2E,0x59,0x87,0x6A,0x26,0x5A,0x88,0x82,0xAB,0xD5,
125 0xF7,0xF6,0xB7,0xF6,0x08,0x2E,0xBF,0x7E,0xF7,0xF6,0x96,0xEE,0x00,0x00,0x2B,0xDF,
128 0x18,0xF7,0xF7,0xF6,0x2B,0xA7,0x55,0x55,0x18,0xF7,0xD7,0xF6,0x22,0x0A,0x2E,0xFF,
217 0xA5,0x51,0x64,0x51,0x2E,0x2A,0x2B,0xC9,0xE6,0x61,0x84,0x51,0xFA,0xED,0xCF,0x82,
[all …]
/external/neven/FaceRecEm/common/src/b_FDSDK/
DDCR.c238 rectL.x2E = rectL.x2E > ( int32 )widthA ? widthA : rectL.x2E; in btk_DCR_assignImageROI()

12345678910