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