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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.c 42 160, // class0_hp bit
53 160, // class0_hp bit
131 comp_counts->class0_hp[e] += usehp * incr;
187 comp->class0_hp = mode_mv_merge_probs(pre_comp->class0_hp, c->class0_hp);
vp9_entropymv.h 95 vpx_prob class0_hp; member in struct:__anon24723
121 unsigned int class0_hp[2]; member in struct:__anon24725
vp9_thread_common.c 403 comps->class0_hp[i] += comps_t->class0_hp[i];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 66 vpx_write(w, hp, mv_class == MV_CLASS_0 ? mvcomp->class0_hp : mvcomp->hp);
93 class0_hp_cost[0] = vp9_cost_zero(mvcomp->class0_hp);
94 class0_hp_cost[1] = vp9_cost_one(mvcomp->class0_hp);
203 update_mv(w, counts->comps[i].class0_hp, &mvc->comps[i].class0_hp,
vp9_encoder.c 410 // class0_hp
411 diff += (int)nmv_count->class0_hp[0] *
412 (pre_nmv_prob->class0_hp - cur_nmv_prob->class0_hp);
414 pre_last_prob = MAX_PROB - pre_nmv_prob->class0_hp;
415 cur_last_prob = MAX_PROB - cur_nmv_prob->class0_hp;
417 diff += (int)nmv_count->class0_hp[1] * (pre_last_prob - cur_last_prob);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 260 hp = usehp ? vpx_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp) : 1;
vp9_decodeframe.c 178 update_mv_probs(&comp_ctx->class0_hp, 1, r);
    [all...]

Completed in 146 milliseconds