]> granicus.if.org Git - libvpx/commitdiff
Tweak encoding flags for supertx.
authorGeza Lore <gezalore@gmail.com>
Tue, 9 Feb 2016 18:15:17 +0000 (18:15 +0000)
committerDebargha Mukherjee <debargha@google.com>
Tue, 16 Feb 2016 19:24:17 +0000 (11:24 -0800)
Change-Id: I46f69d3a176897294d33c3f6d30b23c75b6267a8

vp10/encoder/encodeframe.c

index 755c33b3a9ec855664de8a2addc5284248a83bda..2b96a86279767b630518ff8364ba75132f811df4 100644 (file)
@@ -2065,6 +2065,11 @@ static void encode_sb(VP10_COMP *cpi, ThreadData *td,
       if (!x->skip) {
         // TODO(geza.lore): Investigate if this can be relaxed
         x->skip_recode = 0;
+        memset(x->skip_txfm, 0, sizeof(x->skip_txfm));
+
+        x->skip_optimize = 0;
+        x->use_lp32x32fdct = cpi->sf.use_lp32x32fdct;
+
         vp10_encode_sb_supertx(x, bsize);
         vp10_tokenize_sb_supertx(cpi, td, tp, !output_enabled, bsize);
       } else {