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

  /external/libvpx/libvpx/vp8/common/
entropymode.c 94 -B_HE_PRED, 10, /* 4 = HE_NODE */
findnearmv.h 148 return B_HE_PRED;
175 return B_HE_PRED;
blockd.h 115 B_HE_PRED, /* horizontal prediction */
reconintra4x4.c 102 case B_HE_PRED:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
entropymode.c 94 -B_HE_PRED, 10, /* 4 = HE_NODE */
findnearmv.h 148 return B_HE_PRED;
175 return B_HE_PRED;
blockd.h 115 B_HE_PRED, /* horizontal prediction */
reconintra4x4.c 102 case B_HE_PRED:
  /external/webp/src/dec/
tree.c 25 -B_HE_PRED, 5,
330 (!VP8GetBit(br, prob[4]) ? B_HE_PRED :
vp8i.h 40 B_HE_PRED,
51 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
  /external/webp/src/enc/
tree.c 276 if (VP8PutBit(bw, mode != B_HE_PRED, prob[4])) {
vp8enci.h 39 B_HE_PRED = 3,
50 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 154 for (mode = B_DC_PRED; mode <= B_HE_PRED; mode++)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.c 155 for (mode = B_DC_PRED; mode <= B_HE_PRED; mode++)
    [all...]

Completed in 868 milliseconds