Commit 9bc0410e authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer

vp9: remove unused assignment

Signed-off-by: 's avatarTimothy Gu <timothygu99@gmail.com>
Reviewed-by: BBB
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ea6178ff
...@@ -2479,7 +2479,6 @@ static void intra_recon(AVCodecContext *ctx, ptrdiff_t y_off, ptrdiff_t uv_off) ...@@ -2479,7 +2479,6 @@ static void intra_recon(AVCodecContext *ctx, ptrdiff_t y_off, ptrdiff_t uv_off)
} }
// U/V // U/V
h4 >>= 1;
w4 >>= 1; w4 >>= 1;
end_x >>= 1; end_x >>= 1;
end_y >>= 1; end_y >>= 1;
...@@ -2760,8 +2759,6 @@ static void inter_recon(AVCodecContext *ctx) ...@@ -2760,8 +2759,6 @@ static void inter_recon(AVCodecContext *ctx)
} }
// uv itxfm add // uv itxfm add
h4 >>= 1;
w4 >>= 1;
end_x >>= 1; end_x >>= 1;
end_y >>= 1; end_y >>= 1;
step = 1 << (b->uvtx * 2); step = 1 << (b->uvtx * 2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment