Lines Matching defs:LoopDepth
406 DepthInfo LoopDepth[LoopIterations] = {{0, 0}, {0, 0}};
444 for (DepthInfo &MaxDepth : LoopDepth) {
491 unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth,
492 LoopDepth[1].Depth - LoopDepth[1].OptDepth};
526 WorthOptLoop = Diff[0] * 8 >= LoopDepth[0].Depth;
529 (Diff[1] - Diff[0]) * 2 >= (LoopDepth[1].Depth - LoopDepth[0].Depth) &&
530 (Diff[1] * 8 >= LoopDepth[1].Depth);