#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_entropymv.h"
const vpx_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = …;
const vpx_tree_index vp9_mv_class_tree[TREE_SIZE(MV_CLASSES)] = …;
const vpx_tree_index vp9_mv_class0_tree[TREE_SIZE(CLASS0_SIZE)] = …;
const vpx_tree_index vp9_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = …;
static const nmv_context default_nmv_context = …;
static const uint8_t log_in_base_2[] = …;
static INLINE int mv_class_base(MV_CLASS_TYPE c) { … }
MV_CLASS_TYPE vp9_get_mv_class(int z, int *offset) { … }
static void inc_mv_component(int v, nmv_component_counts *comp_counts, int incr,
int usehp) { … }
void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { … }
void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) { … }
void vp9_init_mv_probs(VP9_COMMON *cm) { … }