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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 74 extern const vp9_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)];
vp9_entropymv.c 21 const vp9_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = { variable
210 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints);
239 vp9_tokens_from_tree(vp9_mv_joint_encodings, vp9_mv_joint_tree);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 158 vp9_tree_probs_from_distribution(vp9_mv_joint_tree, branch_ct_joint,
273 write_token(w, vp9_mv_joint_tree, mvctx->joints, &vp9_mv_joint_encodings[j]);
295 vp9_cost_tokens(mvjoint, mvctx->joints, vp9_mv_joint_tree);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 245 const MV_JOINT_TYPE j = treed_read(r, vp9_mv_joint_tree, ctx->joints);

Completed in 1585 milliseconds