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

  /external/libvpx/vp8/common/
blockd.h 115 B_HE_PRED, /* horizontal prediction */
entropymode.c 111 -B_HE_PRED, 10, /* 4 = HE_NODE */
reconintra4x4.c 104 case B_HE_PRED:
  /external/webp/src/dec/
tree.c 26 -B_HE_PRED, 5,
370 (!VP8GetBit(br, prob[4]) ? B_HE_PRED :
vp8i.h 36 B_HE_PRED,
47 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
  /external/libvpx/vp8/encoder/
encodeintra.c 106 d->bmi.mode = B_HE_PRED;
pickinter.c 190 for (mode = B_DC_PRED; mode <= B_HE_PRED /*B_HU_PRED*/; mode++)
  /external/webp/src/enc/
tree.c 276 if (VP8PutBit(bw, mode != B_HE_PRED, prob[4])) {
vp8enci.h 38 B_HE_PRED = 3,
49 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED
  /external/libvpx/vp8/decoder/
decodemv.c 118 BMode = B_HE_PRED;
reconintra_mt.c 716 case B_HE_PRED:

Completed in 27 milliseconds