#define USE_PREBUILT_TABLES
#include "entropymode.h"
#include "entropy.h"
#include "vpx_mem/vpx_mem.h"
#include "vp8_entropymodedata.h"
int vp8_mv_cont(const int_mv *l, const int_mv *a) { … }
static const vp8_prob sub_mv_ref_prob[VP8_SUBMVREFS - 1] = …;
const vp8_prob vp8_sub_mv_ref_prob2[SUBMVREF_COUNT][VP8_SUBMVREFS - 1] = …;
const vp8_mbsplit vp8_mbsplits[VP8_NUMMBSPLITS] = …;
const int vp8_mbsplit_count[VP8_NUMMBSPLITS] = …;
const vp8_prob vp8_mbsplit_probs[VP8_NUMMBSPLITS - 1] = …;
const vp8_tree_index vp8_bmode_tree[18] = …
{ … };
const vp8_tree_index vp8_ymode_tree[8] = …;
const vp8_tree_index vp8_kf_ymode_tree[8] = …;
const vp8_tree_index vp8_uv_mode_tree[6] = …;
const vp8_tree_index vp8_mbsplit_tree[6] = …;
const vp8_tree_index vp8_mv_ref_tree[8] = …;
const vp8_tree_index vp8_sub_mv_ref_tree[6] = …;
const vp8_tree_index vp8_small_mvtree[14] = …;
void vp8_init_mbmode_probs(VP8_COMMON *x) { … }
void vp8_default_bmode_probs(vp8_prob dest[VP8_BINTRAMODES - 1]) { … }