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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropymv.h85 vp9_prob class0[CLASS0_SIZE - 1]; member in struct:__anon13113
113 unsigned int class0[CLASS0_SIZE]; member in struct:__anon13115
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymv.h85 vp9_prob class0[CLASS0_SIZE - 1]; member in struct:__anon24905
113 unsigned int class0[CLASS0_SIZE]; member in struct:__anon24907
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c208 const int class0 = mv_class == MV_CLASS_0; local
211 if (class0) {
212 d = vp9_read_tree(r, vp9_mv_class0_tree, mvcomp->class0);
223 fr = vp9_read_tree(r, vp9_mv_fp_tree, class0 ? mvcomp->class0_fp[d]
228 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp)
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c209 const int class0 = mv_class == MV_CLASS_0; local
212 if (class0) {
213 d = vp9_read_tree(r, vp9_mv_class0_tree, mvcomp->class0);
224 fr = vp9_read_tree(r, vp9_mv_fp_tree, class0 ? mvcomp->class0_fp[d]
229 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp)

Completed in 146 milliseconds