Home
last modified time | relevance | path

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

/dports/graphics/photivo/photivo/Sources/
H A DptImage.cpp3929 int SquareStep = 0; in Localcontrast() local
3973 SquareStep = (int) powf(2.,(float)(k-1)); in Localcontrast()
3974 Blocksize = SquareStep; in Localcontrast()
3983 x1 = MAX(MIN(Col+incx+fx*SquareStep,Width-1),0); in Localcontrast()
3984 y1 = MAX(MIN(Row+incy+fy*SquareStep,Height-1),0); in Localcontrast()
3987 x2 = MAX(MIN(Col+incx+lx*SquareStep,Width-1),0); in Localcontrast()
3988 y2 = MAX(MIN(Row+incy+ly*SquareStep,Height-1),0); in Localcontrast()