Lines Matching refs:hp
236 static av_always_inline int read_mv_component(VP9TileData *td, int idx, int hp) in read_mv_component() argument
258 if (hp) { in read_mv_component()
259 bit = vp56_rac_get_prob(td->c, s->prob.p.mv_comp[idx].hp); in read_mv_component()
260 td->counts.mv_comp[idx].hp[bit]++; in read_mv_component()
266 td->counts.mv_comp[idx].hp[1]++; in read_mv_component()
276 if (hp) { in read_mv_component()
299 int hp; in ff_vp9_fill_mv() local
306 !(hp = s->s.h.highprecisionmvs && in ff_vp9_fill_mv()
327 mv[0].y += read_mv_component(td, 0, hp); in ff_vp9_fill_mv()
329 mv[0].x += read_mv_component(td, 1, hp); in ff_vp9_fill_mv()
337 !(hp = s->s.h.highprecisionmvs && in ff_vp9_fill_mv()
358 mv[1].y += read_mv_component(td, 0, hp); in ff_vp9_fill_mv()
360 mv[1].x += read_mv_component(td, 1, hp); in ff_vp9_fill_mv()