HomeSort by relevance Sort by last modified time
    Searched refs:MV_JOINTS (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 38 #define MV_JOINTS 4
100 vpx_prob joints[MV_JOINTS - 1];
126 unsigned int joints[MV_JOINTS];
vp9_entropymv.c 14 const vpx_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = {
vp9_thread_common.c 395 for (i = 0; i < MV_JOINTS; i++) accum->mv.joints[i] += counts->mv.joints[i];
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 108 int nmvjointcost[MV_JOINTS];
113 int nmvjointsadcost[MV_JOINTS];
vp9_encodemv.c 21 static struct vp9_token mv_joint_encodings[MV_JOINTS];
177 write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints, MV_JOINTS, w);
vp9_encoder.h 62 int nmvjointcost[MV_JOINTS];
vp9_encoder.c 330 for (i = 0; i < MV_JOINTS - 1; ++i) {
334 pre_last_prob = MAX_PROB - pre_fc->nmvc.joints[MV_JOINTS - 2];
335 cur_last_prob = MAX_PROB - cur_fc->nmvc.joints[MV_JOINTS - 2];
338 (int)counts->mv.joints[MV_JOINTS - 1] * (pre_last_prob - cur_last_prob);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 158 update_mv_probs(ctx->joints, MV_JOINTS - 1, r);
    [all...]

Completed in 191 milliseconds