Searched refs:pointsQuantized (Results 1 – 1 of 1) sorted by relevance
370 std::vector<uint8_t> pointsQuantized, confidenceQuantized; in processDepthMapFrame() local371 pointsQuantized.reserve(pointCount); confidenceQuantized.reserve(pointCount); in processDepthMapFrame()379 pointsQuantized.push_back(floorf(((far * (point - near)) / in processDepthMapFrame()392 auto ret = encodeGrayscaleJpeg(width, height, pointsQuantized.data(), in processDepthMapFrame()