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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h 89 vp9_prob class0_hp; member in struct:__anon17738
117 unsigned int class0_hp[2]; member in struct:__anon17740
vp9_entropymv.c 59 160, // class0_hp bit
69 160, // class0_hp bit
160 comp_counts->class0_hp[e] += usehp * incr;
225 comp->class0_hp = adapt_prob(pre_comp->class0_hp, c->class0_hp);
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 89 vp9_prob class0_hp; member in struct:__anon4457
117 unsigned int class0_hp[2]; member in struct:__anon4459
vp9_entropymv.c 59 160, // class0_hp bit
69 160, // class0_hp bit
160 comp_counts->class0_hp[e] += usehp * incr;
225 comp->class0_hp = adapt_prob(pre_comp->class0_hp, c->class0_hp);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemv.c 70 mv_class == MV_CLASS_0 ? mvcomp->class0_hp : mvcomp->hp);
97 class0_hp_cost[0] = vp9_cost_zero(mvcomp->class0_hp);
98 class0_hp_cost[1] = vp9_cost_one(mvcomp->class0_hp);
195 update_mv(w, counts->comps[i].class0_hp, &mvc->comps[i].class0_hp,
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 70 mv_class == MV_CLASS_0 ? mvcomp->class0_hp : mvcomp->hp);
97 class0_hp_cost[0] = vp9_cost_zero(mvcomp->class0_hp);
98 class0_hp_cost[1] = vp9_cost_one(mvcomp->class0_hp);
195 update_mv(w, counts->comps[i].class0_hp, &mvc->comps[i].class0_hp,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c 228 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp)
vp9_decodeframe.c 178 update_mv_probs(&comp_ctx->class0_hp, 1, r);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 229 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp)
vp9_decodeframe.c 176 update_mv_probs(&comp_ctx->class0_hp, 1, r);
    [all...]

Completed in 303 milliseconds