Searched refs:run_depth_cells (Results 1 – 2 of 2) sorted by relevance
46 std::int32_t run_depth_cells = run_depth / Format::kDepth; in Run() local198 [run_depth_cells] "g"(run_depth_cells) in Run()220 const std::int64_t run_depth_cells = run_depth / Format::kDepth; in Run() local506 [run_depth_cells] "r"(run_depth_cells) in Run()
55 const int run_depth_cells = static_cast<int>(run_depth / Format::kDepth); in Run() local58 for (int dc = 0; dc < run_depth_cells; dc++) { in Run()