From: Debargha Mukherjee Date: Thu, 22 Sep 2016 17:10:20 +0000 (-0700) Subject: Fix bug in table for UV tx ize X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6de06dd3d85828e2e216d2b9efa8b6f4b12eea42;p=libvpx Fix bug in table for UV tx ize Change-Id: I086b79462b0933cf9dc1101ff71cbc71c7da2738 --- diff --git a/av1/common/common_data.h b/av1/common/common_data.h index 450d962e3..f6396f55b 100644 --- a/av1/common/common_data.h +++ b/av1/common/common_data.h @@ -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