Home
last modified time | relevance | path

Searched refs:MV_CLASSES (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h49 #define MV_CLASSES 11 macro
66 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2)
69 #define MV_MAX_BITS (MV_CLASSES + CLASS0_BITS + 2)
84 vp9_prob classes[MV_CLASSES - 1];
112 unsigned int classes[MV_CLASSES];
Dvp9_entropymv.c26 const vp9_tree_index vp9_mv_class_tree[TREE_SIZE(MV_CLASSES)] = {
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c21 static struct vp9_token mv_class_encodings[MV_CLASSES];
78 int sign_cost[2], class_cost[MV_CLASSES], class0_cost[CLASS0_SIZE]; in build_nmv_component_cost_table()
177 MV_CLASSES, w); in vp9_write_nmv_probs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c163 update_mv_probs(comp_ctx->classes, MV_CLASSES - 1, r); in read_mv_probs()