aboutsummaryrefslogtreecommitdiff
path: root/vp9/encoder/x86/vp9_frame_scale_ssse3.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/x86/vp9_frame_scale_ssse3.c')
-rw-r--r--vp9/encoder/x86/vp9_frame_scale_ssse3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/encoder/x86/vp9_frame_scale_ssse3.c b/vp9/encoder/x86/vp9_frame_scale_ssse3.c
index 7685e7bc3..bf0e8b121 100644
--- a/vp9/encoder/x86/vp9_frame_scale_ssse3.c
+++ b/vp9/encoder/x86/vp9_frame_scale_ssse3.c
@@ -754,8 +754,8 @@ void vp9_scale_and_extend_frame_ssse3(const YV12_BUFFER_CONFIG *src,
const int src_h = src->y_crop_height;
const int dst_w = dst->y_crop_width;
const int dst_h = dst->y_crop_height;
- const int dst_uv_w = dst_w / 2;
- const int dst_uv_h = dst_h / 2;
+ const int dst_uv_w = dst->uv_crop_width;
+ const int dst_uv_h = dst->uv_crop_height;
int scaled = 0;
// phase_scaler is usually 0 or 8.