Lines Matching refs:imagePtrA
39 const struct bim_UInt16ByteImage* imagePtrA ) in bim_createHisto16() argument
52 srcPtrL = imagePtrA->arrE.arrPtrE; in bim_createHisto16()
55 for( iL = imagePtrA->arrE.sizeE; iL > 0; iL-- ) in bim_createHisto16()
68 const struct bim_UInt16ByteImage* imagePtrA ) in bim_createHistoOfSection16() argument
76 int32 imgWidthL = imagePtrA->widthE; in bim_createHistoOfSection16()
77 int32 imgHeightL = imagePtrA->heightE; in bim_createHistoOfSection16()
102 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E; in bim_createHistoOfSection16()
120 void bim_equalize16( struct bim_UInt16ByteImage* imagePtrA, in bim_equalize16() argument
148 dstPtrL = imagePtrA->arrE.arrPtrE; in bim_equalize16()
149 for( kL = imagePtrA->arrE.sizeE; kL > 0; kL-- ) in bim_equalize16()
166 void bim_UInt16ByteImage_equalize( struct bim_UInt16ByteImage* imagePtrA ) in bim_UInt16ByteImage_equalize() argument
169 bim_createHisto16( histogramL, imagePtrA ); in bim_UInt16ByteImage_equalize()
170 bim_equalize16( imagePtrA, histogramL ); in bim_UInt16ByteImage_equalize()
175 void bim_UInt16ByteImage_equalizeSection( struct bim_UInt16ByteImage* imagePtrA, in bim_UInt16ByteImage_equalizeSection() argument
179 bim_createHistoOfSection16( histogramL, sectionPtrA, imagePtrA ); in bim_UInt16ByteImage_equalizeSection()
180 bim_equalize16( imagePtrA, histogramL ); in bim_UInt16ByteImage_equalizeSection()