Searched refs:sectionL (Results 1 – 6 of 6) sorted by relevance
/external/neven/Embedded/common/src/b_ImageEm/ |
D | HistoEq16.c | 73 struct bts_Int16Rect sectionL = *sectionPtrA; in bim_createHistoOfSection16() local 82 sectionL.x1E = bbs_max( 0, sectionL.x1E ); in bim_createHistoOfSection16() 83 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E ); in bim_createHistoOfSection16() 84 sectionL.x2E = bbs_max( 0, sectionL.x2E ); in bim_createHistoOfSection16() 85 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E ); in bim_createHistoOfSection16() 86 sectionL.y1E = bbs_max( 0, sectionL.y1E ); in bim_createHistoOfSection16() 87 sectionL.y1E = bbs_min( imgHeightL, sectionL.y1E ); in bim_createHistoOfSection16() 88 sectionL.y2E = bbs_max( 0, sectionL.y2E ); in bim_createHistoOfSection16() 89 sectionL.y2E = bbs_min( imgHeightL, sectionL.y2E ); in bim_createHistoOfSection16() 91 sectWidthL = sectionL.x2E - sectionL.x1E; in bim_createHistoOfSection16() [all …]
|
D | HistoEq.c | 72 struct bts_Int16Rect sectionL = *sectionPtrA; in bim_createHistoOfSection() local 79 sectionL.x1E = bbs_max( 0, sectionL.x1E ); in bim_createHistoOfSection() 80 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E ); in bim_createHistoOfSection() 81 sectionL.x2E = bbs_max( 0, sectionL.x2E ); in bim_createHistoOfSection() 82 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E ); in bim_createHistoOfSection() 83 sectionL.y1E = bbs_max( 0, sectionL.y1E ); in bim_createHistoOfSection() 84 sectionL.y1E = bbs_min( imgHeightL, sectionL.y1E ); in bim_createHistoOfSection() 85 sectionL.y2E = bbs_max( 0, sectionL.y2E ); in bim_createHistoOfSection() 86 sectionL.y2E = bbs_min( imgHeightL, sectionL.y2E ); in bim_createHistoOfSection() 88 sectWidthL = sectionL.x2E - sectionL.x1E; in bim_createHistoOfSection() [all …]
|
D | ComplexImage.c | 354 struct bts_Int16Rect sectionL; in bim_ComplexImage_copySection() local 357 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() 359 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_ComplexImage_copySection() 360 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_ComplexImage_copySection() 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() 382 bim_ComplexImage_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_ComplexImage_copySection() [all …]
|
D | APhImage.c | 330 struct bts_Int16Rect sectionL; in bim_APhImage_copySection() local 333 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() 335 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_APhImage_copySection() 336 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_APhImage_copySection() 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() 358 bim_APhImage_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_APhImage_copySection() [all …]
|
D | Flt16Image.c | 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() [all …]
|
D | UInt8Image.c | 362 struct bts_Int16Rect sectionL; in bim_UInt8Image_copySection() local 365 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() 367 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_UInt8Image_copySection() 368 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_UInt8Image_copySection() 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() 390 bim_UInt8Image_size( cpA, ptrA, sectionL.x2E - sectionL.x1E, sectionL.y2E - sectionL.y1E ); in bim_UInt8Image_copySection() [all …]
|