Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h52 #define MV_CLASSES 11 macro
69 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2)
72 #define MV_MAX_BITS (MV_CLASSES + CLASS0_BITS + 2)
87 vpx_prob classes[MV_CLASSES - 1];
113 unsigned int classes[MV_CLASSES];
Dvp9_entropymv.c23 const vpx_tree_index vp9_mv_class_tree[TREE_SIZE(MV_CLASSES)] = {
Dvp9_thread_common.c419 for (i = 0; i < MV_CLASSES; i++) in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c22 static struct vp9_token mv_class_encodings[MV_CLASSES];
79 int sign_cost[2], class_cost[MV_CLASSES], class0_cost[CLASS0_SIZE]; in build_nmv_component_cost_table()
178 MV_CLASSES, w); in vp9_write_nmv_probs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c166 update_mv_probs(comp_ctx->classes, MV_CLASSES - 1, r); in read_mv_probs()