#include <assert.h>
#include "av1/common/common_data.h"
#include "av1/common/scan.h"
DECLARE_ALIGNED(16, static const int16_t, default_scan_4x4[16]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_4x4[16]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_4x4[16]) = …;
DECLARE_ALIGNED(16, static const int16_t, default_scan_4x8[32]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_4x8[32]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_4x8[32]) = …;
DECLARE_ALIGNED(16, static const int16_t, default_scan_8x4[32]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_8x4[32]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_8x4[32]) = …;
DECLARE_ALIGNED(16, static const int16_t, default_scan_4x16[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, default_scan_16x4[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_4x16[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_16x4[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_4x16[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_16x4[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, default_scan_8x32[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, default_scan_32x8[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_8x32[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_32x8[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_8x32[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_32x8[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, default_scan_8x8[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_8x8[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_8x8[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, default_scan_8x16[128]) = …;
DECLARE_ALIGNED(16, static const int16_t, default_scan_16x8[128]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_8x16[128]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_16x8[128]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_8x16[128]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_16x8[128]) = …;
DECLARE_ALIGNED(16, static const int16_t, default_scan_16x32[512]) = …;
DECLARE_ALIGNED(16, static const int16_t, default_scan_32x16[512]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_16x32[512]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_32x16[512]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_16x32[512]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_32x16[512]) = …;
DECLARE_ALIGNED(16, static const int16_t, default_scan_16x16[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_16x16[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_16x16[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, mcol_scan_32x32[1024]) = …;
DECLARE_ALIGNED(16, static const int16_t, mrow_scan_32x32[1024]) = …;
DECLARE_ALIGNED(16, static const int16_t, default_scan_32x32[1024]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_4x4[16]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_4x4[16]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_4x4[16]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_4x8[32]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_4x8[32]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_4x8[32]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_8x4[32]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_8x4[32]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_8x4[32]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_4x16[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_16x4[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_4x16[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_16x4[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_4x16[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_16x4[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_8x32[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_32x8[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_8x32[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_32x8[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_8x32[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_32x8[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_8x8[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_8x8[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_8x8[64]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_8x16[128]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_16x8[128]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_8x16[128]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_16x8[128]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_8x16[128]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_16x8[128]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_16x32[512]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_32x16[512]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_16x32[512]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_32x16[512]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_16x32[512]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_32x16[512]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_16x16[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_16x16[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_16x16[256]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mcol_iscan_32x32[1024]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_mrow_iscan_32x32[1024]) = …;
DECLARE_ALIGNED(16, static const int16_t, av1_default_iscan_32x32[1024]) = …;
const SCAN_ORDER av1_scan_orders[TX_SIZES_ALL][TX_TYPES] = …;