Lines Matching refs:sectionL

363 	struct bts_Int16Rect sectionL;  in bim_Flt16Image_copySection()  local
366 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()
368 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_Flt16Image_copySection()
369 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_Flt16Image_copySection()
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()
391 bim_Flt16Image_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_Flt16Image_copySection()
398 …for( yIndexL = sectionL.y1E; yIndexL < srcImageSubSectionL.y1E && yIndexL < sectionL.y2E; yIndexL+… 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()
421 for( ; yIndexL < srcImageSubSectionL.y2E && yIndexL < sectionL.y2E; yIndexL++ ) in bim_Flt16Image_copySection()
427 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_Flt16Image_copySection()
432 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_Flt16Image_copySection()
438 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_Flt16Image_copySection()
444 for( ; yIndexL < sectionL.y2E; yIndexL++ ) in bim_Flt16Image_copySection()
449 …for( xIndexL = sectionL.x1E; xIndexL < srcImageSubSectionL.x1E && xIndexL < sectionL.x2E; xIndexL+… in bim_Flt16Image_copySection()
454 for( ; xIndexL < srcImageSubSectionL.x2E && xIndexL < sectionL.x2E; xIndexL++ ) in bim_Flt16Image_copySection()
460 for( ; xIndexL < sectionL.x2E; xIndexL++ ) in bim_Flt16Image_copySection()