Searched refs:scale (Results 1 – 1 of 1) sorted by relevance
433 int stride, int scale) { in convertDepthToFalseColor() argument436 w = w / scale; in convertDepthToFalseColor()437 h = h / scale; in convertDepthToFalseColor()438 stride = stride * scale; in convertDepthToFalseColor()443 for (int x = 0, i = 0; x < w; x++, i += scale, j++) { in convertDepthToFalseColor()