Home
last modified time | relevance | path

Searched refs:MV_JOINTS (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h35 #define MV_JOINTS 4 macro
97 vpx_prob joints[MV_JOINTS - 1];
123 unsigned int joints[MV_JOINTS];
Dvp9_entropymv.c17 const vpx_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = {
Dvp9_thread_common.c406 for (i = 0; i < MV_JOINTS; i++) in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h86 int nmvjointcost[MV_JOINTS];
91 int nmvjointsadcost[MV_JOINTS];
Dvp9_encodemv.c21 static struct vp9_token mv_joint_encodings[MV_JOINTS];
170 write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints, MV_JOINTS, w); in vp9_write_nmv_probs()
Dvp9_encoder.h54 int nmvjointcost[MV_JOINTS];
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c161 update_mv_probs(ctx->joints, MV_JOINTS - 1, r); in read_mv_probs()