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

  /external/webp/src/dec/
common.h 20 B_VE_PRED = 2,
31 DC_PRED = B_DC_PRED, V_PRED = B_VE_PRED,
tree.c 23 -B_VE_PRED, 3,
328 !VP8GetBit(br, prob[2]) ? B_VE_PRED :
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 27 pred[B_VE_PRED] = vpx_ve_predictor_4x4;
entropymode.c 92 -B_VE_PRED, 6, /* 2 = VE_NODE */
findnearmv.h 149 return B_VE_PRED;
177 return B_VE_PRED;
blockd.h 114 B_VE_PRED, /* vertical prediction */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
entropymode.c 92 -B_VE_PRED, 6, /* 2 = VE_NODE */
findnearmv.h 146 return B_VE_PRED;
173 return B_VE_PRED;
blockd.h 114 B_VE_PRED, /* vertical prediction */
reconintra4x4.c 78 case B_VE_PRED:
  /external/opencv3/3rdparty/libwebp/dec/
vp8i.h 40 B_VE_PRED,
51 DC_PRED = B_DC_PRED, V_PRED = B_VE_PRED,
tree.c 26 -B_VE_PRED, 3,
370 !VP8GetBit(br, prob[2]) ? B_VE_PRED :
  /external/opencv3/3rdparty/libwebp/enc/
tree.c 279 if (VP8PutBit(bw, mode != B_VE_PRED, prob[2])) {
vp8enci.h 38 B_VE_PRED = 2,
49 DC_PRED = B_DC_PRED, V_PRED = B_VE_PRED,
  /external/webp/src/enc/
tree.c 274 if (VP8PutBit(bw, mode != B_VE_PRED, prob[2])) {

Completed in 144 milliseconds