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

  /external/neven/Embedded/common/src/b_ImageEm/
APhImage.c 329 struct bts_Int16Rect srcImageSubSectionL;
339 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E );
340 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
341 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E );
342 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E );
345 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E )
347 srcImageSubSectionL.x1E = 0;
348 srcImageSubSectionL.x2E = srcPtrA->widthE;
351 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E
    [all...]
ComplexImage.c 353 struct bts_Int16Rect srcImageSubSectionL;
363 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E );
364 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
365 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E );
366 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E );
369 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E )
371 srcImageSubSectionL.x1E = 0;
372 srcImageSubSectionL.x2E = srcPtrA->widthE;
375 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E
    [all...]
Flt16Image.c 362 struct bts_Int16Rect srcImageSubSectionL;
372 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E );
373 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
374 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E );
375 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E );
378 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E )
380 srcImageSubSectionL.x1E = 0;
381 srcImageSubSectionL.x2E = srcPtrA->widthE;
384 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E
    [all...]
UInt8Image.c 361 struct bts_Int16Rect srcImageSubSectionL;
371 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E );
372 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
373 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E );
374 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E );
377 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E )
379 srcImageSubSectionL.x1E = 0;
380 srcImageSubSectionL.x2E = srcPtrA->widthE;
383 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E
    [all...]

Completed in 90 milliseconds