Home
last modified time | relevance | path

Searched refs:tmprows (Results 1 – 7 of 7) sorted by relevance

/dports/print/photoprint/photoprint-0.4.2-pre2/imagesource/
H A Dimagesource_convolution.cpp91 if(tmprows) in ~ImageSource_Convolution()
92 free(tmprows); in ~ImageSource_Convolution()
110 tmprows[r]=cache->GetRow(row+(r-vextra)); in GetRow()
122 t[s]+=kernel->Kernel(kx,ky) * tmprows[ky][(x+(kx-hextra))*samplesperpixel+s]; in GetRow()
147 tmprows=(float **)malloc(sizeof(float *)*kernel->GetHeight()); in ImageSource_Convolution()
H A Dimagesource_gaussianblur.cpp126 if(tmprows) in ~ImageSource_GaussianBlur()
127 free(tmprows); in ~ImageSource_GaussianBlur()
147 tmprows[r]=cache->GetConvRow(row+(r-vextra)); in GetRow()
157 t[s]+=kernel->Kernel(ky,0) * tmprows[ky][x*samplesperpixel+s]; in GetRow()
183 tmprows=(float **)malloc(sizeof(float *)*kernel->GetWidth()); in ImageSource_GaussianBlur()
H A Dimagesource_unsharpmask.cpp127 if(tmprows) in ~ImageSource_UnsharpMask()
128 free(tmprows); in ~ImageSource_UnsharpMask()
147 tmprows[r]=cache->GetConvRow(row+(r-vextra)); in GetRow()
157 t[s]+=kernel->Kernel(ky,0) * tmprows[ky][x*samplesperpixel+s]; in GetRow()
190 tmprows=(float **)malloc(sizeof(float *)*kernel->GetWidth()); in ImageSource_UnsharpMask()
H A Dimagesource_convolution.h29 float **tmprows; variable
H A Dimagesource_gaussianblur.h29 float **tmprows; variable
H A Dimagesource_unsharpmask.h29 float **tmprows; variable
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx_extras/
H A Dpstat.py298 tmprows = linexand(listoflists, keepcols, item)
300 avgcol = colex(tmprows, col)
818 tmprows = alinexand(a, keepcols, item)
820 avgcol = acolex(tmprows, col)