Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.h32 #define MV_JOINTS 4 macro
94 vp9_prob joints[MV_JOINTS - 1];
122 unsigned int joints[MV_JOINTS];
Dvp9_entropymv.c20 const vp9_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h119 int nmvjointcost[MV_JOINTS];
126 int nmvjointsadcost[MV_JOINTS];
Dvp9_encodemv.c20 static struct vp9_token mv_joint_encodings[MV_JOINTS];
169 write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints, MV_JOINTS, w); in vp9_write_nmv_probs()
Dvp9_onyx_int.h51 int nmvjointcost[MV_JOINTS];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c158 update_mv_probs(ctx->joints, MV_JOINTS - 1, r); in read_mv_probs()