]> granicus.if.org Git - libvpx/commitdiff
Fix bug in table for UV tx ize
authorDebargha Mukherjee <debargha@google.com>
Thu, 22 Sep 2016 17:10:20 +0000 (10:10 -0700)
committerDebargha Mukherjee <debargha@google.com>
Thu, 22 Sep 2016 17:10:20 +0000 (10:10 -0700)
Change-Id: I086b79462b0933cf9dc1101ff71cbc71c7da2738

av1/common/common_data.h

index 450d962e343147bda0c8e5f6ed92b7182b739932..f6396f55ba1ce2d9b043fcc12c61cba4a446381b 100644 (file)
@@ -578,7 +578,7 @@ static const TX_SIZE uv_txsize_lookup[BLOCK_SIZES][TX_SIZES_ALL][2][2] = {
   {
       // BLOCK_8X8
       { { TX_4X4, TX_4X4 }, { TX_4X4, TX_4X4 } },
-      { { TX_8X8, TX_8X8 }, { TX_4X4, TX_4X4 } },
+      { { TX_8X8, TX_4X4 }, { TX_4X4, TX_4X4 } },
       { { TX_8X8, TX_8X8 }, { TX_4X4, TX_4X4 } },
       { { TX_8X8, TX_8X8 }, { TX_4X4, TX_4X4 } },
 #if CONFIG_EXT_TX