Searched refs:kLargestMotionVectorDiff (Results 1 – 1 of 1) sorted by relevance
32 constexpr int kLargestMotionVectorDiff = 256; variable174 if (std::abs(sx - dx) < kLargestMotionVectorDiff && in WarpEstimation()175 std::abs(sy - dy) < kLargestMotionVectorDiff) { in WarpEstimation()