Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c33 const nmv_component* mvcomp, int usehp) { in encode_mv_component() argument
68 if (usehp) in encode_mv_component()
76 int usehp) { in build_nmv_component_cost_table() argument
96 if (usehp) { in build_nmv_component_cost_table()
124 if (usehp) { in build_nmv_component_cost_table()
164 void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vp9_writer *w) { in vp9_write_nmv_probs() argument
193 if (usehp) { in vp9_write_nmv_probs()
204 const nmv_context* mvctx, int usehp) { in vp9_encode_mv() argument
208 usehp = usehp && vp9_use_mv_hp(ref); in vp9_encode_mv()
212 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, vp9_writer *w);
26 const nmv_context* mvctx, int usehp);
29 const nmv_context* mvctx, int usehp);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.c143 int incr, int usehp) { in inc_mv_component() argument
160 comp_counts->class0_hp[e] += usehp * incr; in inc_mv_component()
167 comp_counts->hp[e] += usehp * incr; in inc_mv_component()
Dvp9_entropymv.h26 void vp9_adapt_mv_probs(struct VP9Common *cm, int usehp);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c205 const nmv_component *mvcomp, int usehp) { in read_mv_component() argument
229 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp) in read_mv_component()