Home
last modified time | relevance | path

Searched refs:joints (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.c174 ++counts->joints[j]; in vp9_inc_mv()
203 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints); in vp9_adapt_mv_probs()
Dvp9_entropymv.h94 vp9_prob joints[MV_JOINTS - 1]; member
122 unsigned int joints[MV_JOINTS]; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c169 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/decoder/
Dvp9_decodemv.c241 (MV_JOINT_TYPE)vp9_read_tree(r, vp9_mv_joint_tree, ctx->joints); in read_mv()
Dvp9_decodeframe.c158 update_mv_probs(ctx->joints, MV_JOINTS - 1, r); in read_mv_probs()