Searched refs:usehp (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 32 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 …]
|
D | vp9_encodemv.h | 22 void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vpx_writer *w, 26 const nmv_context *mvctx, int usehp, 30 const nmv_context *ctx, int usehp);
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymv.c | 112 int usehp) { in inc_mv_component() argument 129 comp_counts->class0_hp[e] += usehp * incr; in inc_mv_component() 135 comp_counts->hp[e] += usehp * incr; in inc_mv_component()
|
/external/libaom/libaom/av1/encoder/ |
D | encodemv.c | 141 nmv_context *mvctx, int usehp) { in av1_encode_mv() argument 145 usehp = MV_SUBPEL_NONE; in av1_encode_mv() 149 encode_mv_component(w, diff.row, &mvctx->comps[0], usehp); in av1_encode_mv() 152 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp); in av1_encode_mv()
|
D | encodemv.h | 22 nmv_context *mvctx, int usehp);
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 236 int usehp) { in read_mv_component() argument 260 hp = usehp ? vpx_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp) : 1; in read_mv_component()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 824 int use_subpel, int usehp) { in read_mv_component() argument 849 hp = usehp ? aom_read_symbol( in read_mv_component()
|