Searched defs:class0 (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymv.h91 vpx_prob class0[CLASS0_SIZE - 1]; member in struct:__anon12824
117 unsigned int class0[CLASS0_SIZE]; member in struct:__anon12826
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c240 const int class0 = mv_class == MV_CLASS_0; local
243 if (class0) {
244 d = vpx_read(r, mvcomp->class0[0]);
257 class0 ? mvcomp->class0_fp[d] : mvcomp->fp);
260 hp = usehp ? vpx_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp) : 1;

Completed in 433 milliseconds