Searched refs:nmvc (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymv.c | 159 nmv_context *fc = &cm->fc->nmvc; in vp9_adapt_mv_probs() 160 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs() 193 void vp9_init_mv_probs(VP9_COMMON *cm) { cm->fc->nmvc = default_nmv_context; } in vp9_init_mv_probs()
|
D | vp9_entropymode.h | 58 nmv_context nmvc; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.c | 285 &cm->fc->nmvc, cm->allow_high_precision_mv); in vp9_initialize_rd_consts() 305 &cm->fc->nmvc, cm->allow_high_precision_mv); in vp9_initialize_rd_consts()
|
D | vp9_bitstream.c | 239 const nmv_context *nmvc = &cm->fc->nmvc; in pack_inter_mode_mvs() local 321 nmvc, allow_hp, max_mv_magnitude); in pack_inter_mode_mvs() 329 &mbmi_ext->ref_mvs[mi->ref_frame[ref]][0].as_mv, nmvc, in pack_inter_mode_mvs()
|
D | vp9_encodemv.c | 175 nmv_context *const mvc = &cm->fc->nmvc; in vp9_write_nmv_probs()
|
D | vp9_encoder.c | 332 (pre_fc->nmvc.joints[i] - cur_fc->nmvc.joints[i]); in compute_context_model_diff() 334 pre_last_prob = MAX_PROB - pre_fc->nmvc.joints[MV_JOINTS - 2]; in compute_context_model_diff() 335 cur_last_prob = MAX_PROB - cur_fc->nmvc.joints[MV_JOINTS - 2]; in compute_context_model_diff() 342 const nmv_component *pre_nmv_prob = &pre_fc->nmvc.comps[i]; in compute_context_model_diff() 343 const nmv_component *cur_nmv_prob = &cur_fc->nmvc.comps[i]; in compute_context_model_diff()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1978 nmv_context *const nmvc = &fc->nmvc; in read_compressed_header() local 2001 read_mv_probs(nmvc, cm->allow_high_precision_mv, &r); in read_compressed_header()
|
D | vp9_decodemv.c | 414 read_mv(r, &mv[i].as_mv, &ref_mv[i].as_mv, &cm->fc->nmvc, mv_counts, in assign_mv()
|