Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dwarp_prediction.cc32 constexpr int kLargestMotionVectorDiff = 256; variable
174 if (std::abs(sx - dx) < kLargestMotionVectorDiff && in WarpEstimation()
175 std::abs(sy - dy) < kLargestMotionVectorDiff) { in WarpEstimation()