HomeSort by relevance Sort by last modified time
    Searched refs:sectionL (Results 1 - 6 of 6) sorted by null

  /external/neven/Embedded/common/src/b_ImageEm/
HistoEq.c 72 struct bts_Int16Rect sectionL = *sectionPtrA;
79 sectionL.x1E = bbs_max( 0, sectionL.x1E );
80 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E );
81 sectionL.x2E = bbs_max( 0, sectionL.x2E );
82 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E );
83 sectionL.y1E = bbs_max( 0, sectionL.y1E )
    [all...]
HistoEq16.c 73 struct bts_Int16Rect sectionL = *sectionPtrA;
82 sectionL.x1E = bbs_max( 0, sectionL.x1E );
83 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E );
84 sectionL.x2E = bbs_max( 0, sectionL.x2E );
85 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E );
86 sectionL.y1E = bbs_max( 0, sectionL.y1E )
    [all...]
APhImage.c 249 ( sectionL->x1E, sectionL->y1E ) | |
284 | ( sectionL->x2E, sectionL->y2E )
298 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
330 struct bts_Int16Rect sectionL;
333 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E )
    [all...]
ComplexImage.c 273 ( sectionL->x1E, sectionL->y1E ) | |
308 | ( sectionL->x2E, sectionL->y2E )
322 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
354 struct bts_Int16Rect sectionL;
357 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E )
    [all...]
Flt16Image.c 282 ( sectionL->x1E, sectionL->y1E ) | |
317 | ( sectionL->x2E, sectionL->y2E )
331 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
363 struct bts_Int16Rect sectionL;
366 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E )
    [all...]
UInt8Image.c 281 ( sectionL->x1E, sectionL->y1E ) | |
316 | ( sectionL->x2E, sectionL->y2E )
330 The size of the destination image is always ( ( sectionL->x2E, sectionL->y2E ) - ( sectionL->x1E, sectionL->y1E ) )
362 struct bts_Int16Rect sectionL;
365 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E )
    [all...]

Completed in 1086 milliseconds