Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dwarp_prediction.cc30 constexpr int kWarpModelTranslationClamp = 1 << 23; variable
235 Clip3(vx, -kWarpModelTranslationClamp, kWarpModelTranslationClamp - 1); in WarpEstimation()
237 Clip3(vy, -kWarpModelTranslationClamp, kWarpModelTranslationClamp - 1); in WarpEstimation()