diff options
Diffstat (limited to 'media/libaom/src/av1/common/scan.c')
-rw-r--r-- | media/libaom/src/av1/common/scan.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/media/libaom/src/av1/common/scan.c b/media/libaom/src/av1/common/scan.c index c1d4f35813..b86068da02 100644 --- a/media/libaom/src/av1/common/scan.c +++ b/media/libaom/src/av1/common/scan.c @@ -1663,16 +1663,6 @@ DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_32x32[1024]) = { 978, 979, 995, 996, 1008, 1009, 1017, 1018, 1022, 1023 }; -const SCAN_ORDER av1_default_scan_orders[TX_SIZES] = { - { default_scan_4x4, av1_default_iscan_4x4 }, - { default_scan_8x8, av1_default_iscan_8x8 }, - { default_scan_16x16, av1_default_iscan_16x16 }, - { default_scan_32x32, av1_default_iscan_32x32 }, - // Half of the coefficients of tx64 at higher frequencies are set to - // zeros. So tx32's scan order is used. - { default_scan_32x32, av1_default_iscan_32x32 }, -}; - const SCAN_ORDER av1_scan_orders[TX_SIZES_ALL][TX_TYPES] = { { // TX_4X4 |