Home
last modified time | relevance | path

Searched refs:srcImageSubSectionL (Results 1 – 4 of 4) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DAPhImage.c329 struct bts_Int16Rect srcImageSubSectionL; in bim_APhImage_copySection() local
339 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E ); in bim_APhImage_copySection()
340 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E ); in bim_APhImage_copySection()
341 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_APhImage_copySection()
342 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E ); in bim_APhImage_copySection()
345 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_APhImage_copySection()
347 srcImageSubSectionL.x1E = 0; in bim_APhImage_copySection()
348 srcImageSubSectionL.x2E = srcPtrA->widthE; in bim_APhImage_copySection()
351 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E ) in bim_APhImage_copySection()
353 srcImageSubSectionL.y1E = 0; in bim_APhImage_copySection()
[all …]
DComplexImage.c353 struct bts_Int16Rect srcImageSubSectionL; in bim_ComplexImage_copySection() local
363 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E ); in bim_ComplexImage_copySection()
364 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E ); in bim_ComplexImage_copySection()
365 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_ComplexImage_copySection()
366 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E ); in bim_ComplexImage_copySection()
369 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_ComplexImage_copySection()
371 srcImageSubSectionL.x1E = 0; in bim_ComplexImage_copySection()
372 srcImageSubSectionL.x2E = srcPtrA->widthE; in bim_ComplexImage_copySection()
375 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E ) in bim_ComplexImage_copySection()
377 srcImageSubSectionL.y1E = 0; in bim_ComplexImage_copySection()
[all …]
DFlt16Image.c362 struct bts_Int16Rect srcImageSubSectionL; in bim_Flt16Image_copySection() local
372 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E ); in bim_Flt16Image_copySection()
373 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E ); in bim_Flt16Image_copySection()
374 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_Flt16Image_copySection()
375 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E ); in bim_Flt16Image_copySection()
378 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_Flt16Image_copySection()
380 srcImageSubSectionL.x1E = 0; in bim_Flt16Image_copySection()
381 srcImageSubSectionL.x2E = srcPtrA->widthE; in bim_Flt16Image_copySection()
384 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E ) in bim_Flt16Image_copySection()
386 srcImageSubSectionL.y1E = 0; in bim_Flt16Image_copySection()
[all …]
DUInt8Image.c361 struct bts_Int16Rect srcImageSubSectionL; in bim_UInt8Image_copySection() local
371 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E ); in bim_UInt8Image_copySection()
372 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E ); in bim_UInt8Image_copySection()
373 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_UInt8Image_copySection()
374 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E ); in bim_UInt8Image_copySection()
377 if( srcImageSubSectionL.x2E < srcImageSubSectionL.x1E ) in bim_UInt8Image_copySection()
379 srcImageSubSectionL.x1E = 0; in bim_UInt8Image_copySection()
380 srcImageSubSectionL.x2E = srcPtrA->widthE; in bim_UInt8Image_copySection()
383 if( srcImageSubSectionL.y2E < srcImageSubSectionL.y1E ) in bim_UInt8Image_copySection()
385 srcImageSubSectionL.y1E = 0; in bim_UInt8Image_copySection()
[all …]