Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c32 const nmv_component *mvcomp, int usehp) { in encode_mv_component() argument
65 if (usehp) in encode_mv_component()
71 int usehp) { in build_nmv_component_cost_table() argument
108 if (usehp) { in build_nmv_component_cost_table()
125 if (usehp) { in build_nmv_component_cost_table()
172 void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vpx_writer *w, in vp9_write_nmv_probs() argument
201 if (usehp) { in vp9_write_nmv_probs()
211 const nmv_context *mvctx, int usehp, in vp9_encode_mv() argument
215 usehp = usehp && use_mv_hp(ref); in vp9_encode_mv()
219 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp); in vp9_encode_mv()
[all …]
Dvp9_encodemv.h22 void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vpx_writer *w,
26 const nmv_context *mvctx, int usehp,
30 const nmv_context *mvctx, int usehp);
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.c114 int usehp) { in inc_mv_component() argument
131 comp_counts->class0_hp[e] += usehp * incr; in inc_mv_component()
137 comp_counts->hp[e] += usehp * incr; in inc_mv_component()
Dvp9_entropymv.h28 void vp9_adapt_mv_probs(struct VP9Common *cm, int usehp);
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c236 int usehp) { in read_mv_component() argument
260 hp = usehp ? vpx_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp) : 1; in read_mv_component()