]> granicus.if.org Git - libvpx/commitdiff
A fix for a missing tx_type
authorDebargha Mukherjee <debargha@google.com>
Fri, 22 Jan 2016 11:29:39 +0000 (03:29 -0800)
committerDebargha Mukherjee <debargha@google.com>
Fri, 22 Jan 2016 11:29:39 +0000 (03:29 -0800)
Change-Id: I165cd06256175edb7739020379ba3098251f4a7c

vp10/encoder/rdopt.c

index b55f53ac83f2099942031ecd2b152f518eca25d5..defe999477c1efc46fc7b9d8b7f8ee6655e9d543 100644 (file)
@@ -961,6 +961,7 @@ static void choose_smallest_tx_size(VP10_COMP *cpi, MACROBLOCK *x,
   MB_MODE_INFO *const mbmi = &xd->mi[0]->mbmi;
 
   mbmi->tx_size = TX_4X4;
+  mbmi->tx_type = DCT_DCT;
 
   txfm_rd_in_plane(x,
 #if CONFIG_VAR_TX