]> granicus.if.org Git - libvpx/commitdiff
Fix build failure happened in reconinter.c
authorAngie Chiang <angiebird@google.com>
Mon, 6 Jun 2016 21:41:14 +0000 (14:41 -0700)
committerAngie Chiang <angiebird@google.com>
Mon, 6 Jun 2016 21:41:14 +0000 (14:41 -0700)
Change-Id: Ifd5ed91e4e91238fb53a202c8d76c11fbb9ccf7c

vp10/common/reconinter.c

index 02747f73b477973e22a3bd78bb3d71c505521442..083100fd227695eb95b87ba7ad24320eb488a07e 100644 (file)
@@ -490,7 +490,7 @@ static void build_masked_compound_wedge_extend_highbd(
   vpx_highbd_blend_mask6(dst_8, dst_stride,
                          src0_8, src0_stride,
                          src1_8, src1_stride,
-                         mask, bw,
+                         mask, 4 * num_4x4_blocks_wide_lookup[sb_type],
                          h, w, subh, subw, bd);
 }
 #endif  // CONFIG_VP9_HIGHBITDEPTH