HomeSort by relevance Sort by last modified time
    Searched refs:class0_hp (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 93 vp9_prob class0_hp; member in struct:__anon21268
121 unsigned int class0_hp[2]; member in struct:__anon21270
vp9_entropymv.c 64 160, /* class0_hp bit */
74 160, /* class0_hp bit */
167 comp_counts->class0_hp[e] += usehp * incr;
232 comp->class0_hp = adapt_prob(pre_comp->class0_hp, c->class0_hp);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 61 mv_class == MV_CLASS_0 ? mvcomp->class0_hp : mvcomp->hp);
88 class0_hp_cost[0] = vp9_cost_zero(mvcomp->class0_hp);
89 class0_hp_cost[1] = vp9_cost_one(mvcomp->class0_hp);
192 const uint32_t c0_hp0 = nmv_count->comps[i].class0_hp[0];
193 const uint32_t c0_hp1 = nmv_count->comps[i].class0_hp[1];
257 update_mv(bc, branch_ct_class0_hp[i], &mvc->comps[i].class0_hp,
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 234 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp)
vp9_decodframe.c 189 update_mv_probs(&comp_ctx->class0_hp, 1, r);
    [all...]

Completed in 59 milliseconds