diff options
author | Boyuan Yang <byang@debian.org> | 2022-07-14 15:56:57 -0400 |
---|---|---|
committer | Boyuan Yang <byang@debian.org> | 2022-07-14 15:56:57 -0400 |
commit | d4dbf19f6b0181ee78034bfe4caf189d1c016998 (patch) | |
tree | 47d5d28d2ab770a10e6c48788725c51dffeb84a9 /src/warp_prediction.cc | |
parent | 320ef65362608ee1148c299d8d5d7618af34e470 (diff) | |
download | libgav1-d4dbf19f6b0181ee78034bfe4caf189d1c016998.tar.gz libgav1-d4dbf19f6b0181ee78034bfe4caf189d1c016998.tar.bz2 libgav1-d4dbf19f6b0181ee78034bfe4caf189d1c016998.zip |
New upstream version 0.18.0
Diffstat (limited to 'src/warp_prediction.cc')
-rw-r--r-- | src/warp_prediction.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/warp_prediction.cc b/src/warp_prediction.cc index 69b40e8..0da8a1f 100644 --- a/src/warp_prediction.cc +++ b/src/warp_prediction.cc @@ -231,9 +231,6 @@ bool WarpEstimation(const int num_samples, const int block_width4x4, Clip3(vx, -kWarpModelTranslationClamp, kWarpModelTranslationClamp - 1); params[1] = Clip3(vy, -kWarpModelTranslationClamp, kWarpModelTranslationClamp - 1); - - params[6] = 0; - params[7] = 0; return true; } |