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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 85 vp9_prob class0[CLASS0_SIZE - 1]; member in struct:__anon23058
114 unsigned int class0[CLASS0_SIZE]; member in struct:__anon23060
vp9_entropymv.c 60 {216}, /* class0 */
70 {208}, /* class0 */
165 comp_counts->class0[d] += incr;
231 adapt_probs(0, vp9_mv_class0_tree, ctx->comps[i].class0,
232 pre_ctx->comps[i].class0, cts->comps[i].class0);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 44 write_token(w, vp9_mv_class0_tree, mvcomp->class0,
77 vp9_cost_tokens(class0_cost, mvcomp->class0, vp9_mv_class0_tree);
174 prob->comps[i].class0,
176 nmv_count->comps[i].class0, 0);
248 update_mv(bc, branch_ct_class0[i][j], &mvc->comps[i].class0[j],
249 prob.comps[i].class0[j], NMV_UPDATE_PROB);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 207 const int class0 = mv_class == MV_CLASS_0; local
210 if (class0) {
211 d = treed_read(r, vp9_mv_class0_tree, mvcomp->class0);
223 class0 ? mvcomp->class0_fp[d] : mvcomp->fp);
227 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp)
274 update_mv(r, &comp->class0[j]);

Completed in 1002 milliseconds