Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:imagePtrA

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