HomeSort by relevance Sort by last modified time
    Searched defs:class0 (Results 1 - 2 of 2) 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
  /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 1632 milliseconds