Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c34 const nmv_component* mvcomp, int usehp) { in encode_mv_component() argument
69 if (usehp) in encode_mv_component()
77 int usehp) { in build_nmv_component_cost_table() argument
97 if (usehp) { in build_nmv_component_cost_table()
125 if (usehp) { in build_nmv_component_cost_table()
165 void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vpx_writer *w, in vp9_write_nmv_probs() argument
194 if (usehp) { in vp9_write_nmv_probs()
205 const nmv_context* mvctx, int usehp) { in vp9_encode_mv() argument
209 usehp = usehp && vp9_use_mv_hp(ref); in vp9_encode_mv()
213 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp); in vp9_encode_mv()
[all …]
Dvp9_encodemv.h23 void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vpx_writer *w,
27 const nmv_context* mvctx, int usehp);
30 const nmv_context* mvctx, int usehp);
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.c136 int incr, int usehp) { in inc_mv_component() argument
153 comp_counts->class0_hp[e] += usehp * incr; in inc_mv_component()
160 comp_counts->hp[e] += usehp * incr; in inc_mv_component()
Dvp9_entropymv.h29 void vp9_adapt_mv_probs(struct VP9Common *cm, int usehp);
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c254 const nmv_component *mvcomp, int usehp) { in read_mv_component() argument
279 hp = usehp ? vpx_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp) in read_mv_component()