Searched refs:MV_JOINTS (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymv.h | 38 #define MV_JOINTS 4 macro 100 vpx_prob joints[MV_JOINTS - 1]; 126 unsigned int joints[MV_JOINTS];
|
D | vp9_entropymv.c | 14 const vpx_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = {
|
D | vp9_thread_common.c | 579 for (i = 0; i < MV_JOINTS; i++) accum->mv.joints[i] += counts->mv.joints[i]; in vp9_accumulate_frame_counts()
|
/external/libaom/libaom/av1/common/ |
D | entropymv.h | 32 #define MV_JOINTS 4 macro 90 aom_cdf_prob joints_cdf[CDF_SIZE(MV_JOINTS)];
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_block.h | 110 int nmvjointcost[MV_JOINTS]; 115 int nmvjointsadcost[MV_JOINTS];
|
D | vp9_encodemv.c | 21 static struct vp9_token mv_joint_encodings[MV_JOINTS]; 177 write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints, MV_JOINTS, w); in vp9_write_nmv_probs()
|
D | vp9_encoder.h | 66 int nmvjointcost[MV_JOINTS];
|
D | vp9_encoder.c | 360 for (i = 0; i < MV_JOINTS - 1; ++i) { in compute_context_model_diff() 364 pre_last_prob = MAX_PROB - pre_fc->nmvc.joints[MV_JOINTS - 2]; in compute_context_model_diff() 365 cur_last_prob = MAX_PROB - cur_fc->nmvc.joints[MV_JOINTS - 2]; in compute_context_model_diff() 368 (int)counts->mv.joints[MV_JOINTS - 1] * (pre_last_prob - cur_last_prob); in compute_context_model_diff()
|
/external/libaom/libaom/av1/encoder/ |
D | encodemv.c | 68 update_cdf(mvctx->joints_cdf, j, MV_JOINTS); in av1_update_mv_stats() 185 aom_write_symbol(w, j, mvctx->joints_cdf, MV_JOINTS); in av1_encode_mv() 211 aom_write_symbol(w, j, mvctx->joints_cdf, MV_JOINTS); in av1_encode_dv()
|
D | rd.h | 96 int joint_mv[MV_JOINTS];
|
D | block.h | 282 int nmv_vec_cost[MV_JOINTS];
|
D | mv_prec.c | 147 update_cdf(joint_cdf, mv_joint, MV_JOINTS); in keep_one_mv_stat()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 882 (MV_JOINT_TYPE)aom_read_symbol(r, ctx->joints_cdf, MV_JOINTS, ACCT_STR); in read_mv()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 142 update_mv_probs(ctx->joints, MV_JOINTS - 1, r); in read_mv_probs()
|