#include "aom/aom_integer.h"
#include "av1/common/av1_common_int.h"
#include "av1/common/txb_common.h"
static const int8_t av1_nz_map_ctx_offset_4x4[16] = …;
static const int8_t av1_nz_map_ctx_offset_8x8[64] = …;
static const int8_t av1_nz_map_ctx_offset_16x16[256] = …;
static const int8_t av1_nz_map_ctx_offset_32x32[1024] = …;
static const int8_t av1_nz_map_ctx_offset_4x8[32] = …;
static const int8_t av1_nz_map_ctx_offset_8x16[128] = …;
static const int8_t av1_nz_map_ctx_offset_16x32[512] = …;
static const int8_t av1_nz_map_ctx_offset_32x16[512] = …;
static const int8_t av1_nz_map_ctx_offset_32x64[1024] = …;
static const int8_t av1_nz_map_ctx_offset_64x32[1024] = …;
static const int8_t av1_nz_map_ctx_offset_4x16[64] = …;
static const int8_t av1_nz_map_ctx_offset_16x4[64] = …;
static const int8_t av1_nz_map_ctx_offset_8x32[256] = …;
static const int8_t av1_nz_map_ctx_offset_32x8[256] = …;
const int8_t *av1_nz_map_ctx_offset[19] = …;
const int16_t av1_eob_group_start[12] = …;
const int16_t av1_eob_offset_bits[12] = …;