Home
last modified time | relevance | path

Searched refs:vp9_mv_joint_tree (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c26 vp9_tokens_from_tree(mv_joint_encodings, vp9_mv_joint_tree); in vp9_entropy_mv_init()
177 write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints, MV_JOINTS, w); in vp9_write_nmv_probs()
217 vp9_write_token(w, vp9_mv_joint_tree, mvctx->joints, &mv_joint_encodings[j]); in vp9_encode_mv()
234 vp9_cost_tokens(mvjoint, ctx->joints, vp9_mv_joint_tree); in vp9_build_nmv_cost_table()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.c14 const vpx_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = { variable
161 vpx_tree_merge_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, in vp9_adapt_mv_probs()
Dvp9_entropymv.h83 extern const vpx_tree_index vp9_mv_joint_tree[];
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c271 (MV_JOINT_TYPE)vpx_read_tree(r, vp9_mv_joint_tree, ctx->joints); in read_mv()