Searched refs:B_HE_PRED (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dentropymode.c94 -B_HE_PRED, 10, /* 4 = HE_NODE */
H A Dfindnearmv.h148 return B_HE_PRED;
175 return B_HE_PRED;
H A Dblockd.h115 B_HE_PRED, /* horizontal prediction */ enumerator in enum:__anon13046
H A Dreconintra4x4.c102 case B_HE_PRED:
/external/libvpx/libvpx/vp8/common/
H A Dentropymode.c94 -B_HE_PRED, 10, /* 4 = HE_NODE */
H A Dfindnearmv.h148 return B_HE_PRED;
175 return B_HE_PRED;
H A Dblockd.h115 B_HE_PRED, /* horizontal prediction */ enumerator in enum:__anon24837
H A Dreconintra4x4.c102 case B_HE_PRED:
/external/chromium_org/third_party/libwebp/dec/
H A Dtree.c25 -B_HE_PRED, 5,
330 (!VP8GetBit(br, prob[4]) ? B_HE_PRED :
H A Dvp8i.h40 B_HE_PRED, enumerator in enum:__anon13237
51 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
/external/webp/src/dec/
H A Dtree.c25 -B_HE_PRED, 5,
330 (!VP8GetBit(br, prob[4]) ? B_HE_PRED :
H A Dvp8i.h40 B_HE_PRED, enumerator in enum:__anon33331
51 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
/external/chromium_org/third_party/libwebp/enc/
H A Dtree.c276 if (VP8PutBit(bw, mode != B_HE_PRED, prob[4])) {
H A Dvp8enci.h39 B_HE_PRED = 3, enumerator in enum:__anon13280
50 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
/external/webp/src/enc/
H A Dtree.c276 if (VP8PutBit(bw, mode != B_HE_PRED, prob[4])) {
H A Dvp8enci.h39 B_HE_PRED = 3, enumerator in enum:__anon33377
50 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dpickinter.c154 for (mode = B_DC_PRED; mode <= B_HE_PRED; mode++)
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c154 for (mode = B_DC_PRED; mode <= B_HE_PRED; mode++)

Completed in 299 milliseconds