Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/extern/quadriflow/src/
H A Dhierarchy.hpp80 std::vector<std::vector<int> > mAllowChanges; member in qflow::Hierarchy
H A Dhierarchy.cpp435 mAllowChanges.resize(levels); in DownsampleEdgeGraph()
448 mAllowChanges[0] = allow_changes; in DownsampleEdgeGraph()
457 auto& Allow = mAllowChanges[l]; in DownsampleEdgeGraph()
473 auto& nAllow = mAllowChanges[l + 1]; in DownsampleEdgeGraph()
632 mAllowChanges.resize(levels); in DownsampleEdgeGraph()
654 auto& AllowChanges = mAllowChanges[depth]; in FixFlipSat()
929 auto& AllowChange = mAllowChanges[l]; in FixFlip()
1069 mAllowChanges.back(), -1); in FixFlip()
H A Doptimizer.cpp1222 std::vector<std::vector<int>>& AllowChange = mRes.mAllowChanges; in optimize_integer_constraints()