Searched refs:downScaleFactorHeight (Results 1 – 1 of 1) sorted by relevance
223 int downScaleFactorHeight = (int)(pixelizationFactor * height); in builtInPixelization() local224 downScaleFactorHeight = downScaleFactorHeight > 0 ? downScaleFactorHeight : 1; in builtInPixelization()227 int downScaledHeight = height / downScaleFactorHeight; in builtInPixelization()