Searched refs:vp9_mv_joint_tree (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 26 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/ |
D | vp9_entropymv.c | 14 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()
|
D | vp9_entropymv.h | 83 extern const vpx_tree_index vp9_mv_joint_tree[];
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 271 (MV_JOINT_TYPE)vpx_read_tree(r, vp9_mv_joint_tree, ctx->joints); in read_mv()
|