Searched refs:vp9_mv_joint_tree (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 26 vp9_tokens_from_tree(mv_joint_encodings, vp9_mv_joint_tree); in vp9_entropy_mv_init() 169 write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints, MV_JOINTS, w); in vp9_write_nmv_probs() 210 vp9_write_token(w, vp9_mv_joint_tree, mvctx->joints, &mv_joint_encodings[j]); in vp9_encode_mv() 227 vp9_cost_tokens(mvjoint, ctx->joints, vp9_mv_joint_tree); in vp9_build_nmv_cost_table()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropymv.c | 20 const vp9_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = { variable 203 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints); in vp9_adapt_mv_probs()
|
D | vp9_entropymv.h | 77 extern const vp9_tree_index vp9_mv_joint_tree[];
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 241 (MV_JOINT_TYPE)vp9_read_tree(r, vp9_mv_joint_tree, ctx->joints); in read_mv()
|