diff options
author | Boyuan Yang <byang@debian.org> | 2022-07-14 15:56:59 -0400 |
---|---|---|
committer | Boyuan Yang <byang@debian.org> | 2022-07-14 15:56:59 -0400 |
commit | 1a2e17bd28a068714658551c8c355171ce15dfa0 (patch) | |
tree | db9e739007016850ee355365874a20b07034ef2c /src/warp_prediction.cc | |
parent | a08da9600832caf817125edee2c3206fe24cd5cb (diff) | |
parent | d4dbf19f6b0181ee78034bfe4caf189d1c016998 (diff) | |
download | libgav1-1a2e17bd28a068714658551c8c355171ce15dfa0.tar.gz libgav1-1a2e17bd28a068714658551c8c355171ce15dfa0.tar.bz2 libgav1-1a2e17bd28a068714658551c8c355171ce15dfa0.zip |
Update upstream source from tag 'upstream/0.18.0'
Update to upstream version '0.18.0'
with Debian dir a69c1f7f3e7109393a3f9f5f1a2e7a5c3d3eda9f
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; } |