]> granicus.if.org Git - libvpx/commitdiff
Unify luma and chroma inter predictors in choose_partitioning
authorJingning Han <jingning@google.com>
Wed, 4 Feb 2015 18:02:14 +0000 (10:02 -0800)
committerJingning Han <jingning@google.com>
Wed, 4 Feb 2015 18:02:57 +0000 (10:02 -0800)
Change-Id: I8bfc80f4fffb0892e93d3326394a52d1ee3c0f37

vp9/encoder/vp9_encodeframe.c

index a8e7f5ea6740d82edbf8987e3be860bfad5f2b1b..b9d0809fd5789e11282ab3d47057d3ed1a42e9aa 100644 (file)
@@ -535,8 +535,7 @@ static void choose_partitioning(VP9_COMP *cpi,
     mbmi->ref_frame[1] = NONE;
     mbmi->sb_type = BLOCK_64X64;
     mbmi->mv[0].as_int = 0;
-    vp9_build_inter_predictors_sby(xd, mi_row, mi_col, BLOCK_64X64);
-    vp9_build_inter_predictors_sbuv(xd, mi_row, mi_col, BLOCK_64X64);
+    vp9_build_inter_predictors_sb(xd, mi_row, mi_col, BLOCK_64X64);
 
     for (i = 1; i <= 2; ++i) {
       struct macroblock_plane  *p = &x->plane[i];