HomeSort by relevance Sort by last modified time
    Searched refs:nmvc (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.c 159 nmv_context *fc = &cm->fc->nmvc;
160 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc;
193 void vp9_init_mv_probs(VP9_COMMON *cm) { cm->fc->nmvc = default_nmv_context; }
vp9_entropymode.h 58 nmv_context nmvc; member in struct:frame_contexts
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 239 const nmv_context *nmvc = &cm->fc->nmvc; local
321 nmvc, allow_hp, max_mv_magnitude);
329 &mbmi_ext->ref_mvs[mi->ref_frame[ref]][0].as_mv, nmvc,
    [all...]
vp9_encodemv.c 175 nmv_context *const mvc = &cm->fc->nmvc;
vp9_rd.c 285 &cm->fc->nmvc, cm->allow_high_precision_mv);
305 &cm->fc->nmvc, cm->allow_high_precision_mv);
vp9_encoder.c 331 (pre_fc->nmvc.joints[i] - cur_fc->nmvc.joints[i]);
333 pre_last_prob = MAX_PROB - pre_fc->nmvc.joints[MV_JOINTS - 2];
334 cur_last_prob = MAX_PROB - cur_fc->nmvc.joints[MV_JOINTS - 2];
341 const nmv_component *pre_nmv_prob = &pre_fc->nmvc.comps[i];
342 const nmv_component *cur_nmv_prob = &cur_fc->nmvc.comps[i];
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1944 nmv_context *const nmvc = &fc->nmvc; local
    [all...]
vp9_decodemv.c 414 read_mv(r, &mv[i].as_mv, &ref_mv[i].as_mv, &cm->fc->nmvc, mv_counts,

Completed in 153 milliseconds