Home
last modified time | relevance | path

Searched refs:sectionPtrA (Results 1 – 12 of 12) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DAPhImage.c321 const struct bts_Int16Rect* sectionPtrA ) in bim_APhImage_copySection() argument
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()
DComplexImage.c345 const struct bts_Int16Rect* sectionPtrA ) in bim_ComplexImage_copySection() argument
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()
DFlt16Image.c354 const struct bts_Int16Rect* sectionPtrA ) in bim_Flt16Image_copySection() argument
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()
DHistoEq16.c67 const struct bts_Int16Rect* sectionPtrA, in bim_createHistoOfSection16() argument
73 struct bts_Int16Rect sectionL = *sectionPtrA; in bim_createHistoOfSection16()
176 const struct bts_Int16Rect* sectionPtrA ) in bim_UInt16ByteImage_equalizeSection() argument
179 bim_createHistoOfSection16( histogramL, sectionPtrA, imagePtrA ); in bim_UInt16ByteImage_equalizeSection()
DHistoEq.c66 const struct bts_Int16Rect* sectionPtrA, in bim_createHistoOfSection() argument
72 struct bts_Int16Rect sectionL = *sectionPtrA; in bim_createHistoOfSection()
173 const struct bts_Int16Rect* sectionPtrA ) in bim_UInt8Image_equalizeSection() argument
176 bim_createHistoOfSection( cpA, histogramL, sectionPtrA, imagePtrA ); in bim_UInt8Image_equalizeSection()
DUInt8Image.c353 const struct bts_Int16Rect* sectionPtrA ) in bim_UInt8Image_copySection() argument
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()
DHistoEq16.h46 const struct bts_Int16Rect* sectionPtrA );
DHistoEq.h51 const struct bts_Int16Rect* sectionPtrA );
DAPhImage.h129 const struct bts_Int16Rect* sectionPtrA );
DComplexImage.h138 const struct bts_Int16Rect* sectionPtrA );
DFlt16Image.h140 const struct bts_Int16Rect* sectionPtrA );
DUInt8Image.h136 const struct bts_Int16Rect* sectionPtrA );