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

  /external/webp/src/dec/
common.h 21 B_HE_PRED = 3,
32 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
tree.c 25 -B_HE_PRED, 5,
330 (!VP8GetBit(br, prob[4]) ? B_HE_PRED :
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 28 pred[B_HE_PRED] = vpx_he_predictor_4x4;
entropymode.c 94 -B_HE_PRED, 10, /* 4 = HE_NODE */
findnearmv.h 151 return B_HE_PRED;
179 return B_HE_PRED;
blockd.h 115 B_HE_PRED, /* horizontal prediction */
  /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/opencv3/3rdparty/libwebp/dec/
vp8i.h 41 B_HE_PRED,
52 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
tree.c 28 -B_HE_PRED, 5,
372 (!VP8GetBit(br, prob[4]) ? B_HE_PRED :
  /external/opencv3/3rdparty/libwebp/enc/
tree.c 281 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/webp/src/enc/
tree.c 276 if (VP8PutBit(bw, mode != B_HE_PRED, prob[4])) {
  /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...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 255 for (mode = B_DC_PRED; mode <= B_HE_PRED; mode++)
    [all...]

Completed in 240 milliseconds