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

  /external/webp/src/dec/
common.h 19 B_TM_PRED = 1,
32 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
tree.c 22 -B_TM_PRED, 2,
327 !VP8GetBit(br, prob[1]) ? B_TM_PRED :
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 26 pred[B_TM_PRED] = vpx_tm_predictor_4x4;
entropymode.c 91 -B_TM_PRED, 4, /* 1 = TM_NODE */
findnearmv.h 153 return B_TM_PRED;
181 return B_TM_PRED;
blockd.h 112 B_TM_PRED,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
entropymode.c 91 -B_TM_PRED, 4, /* 1 = TM_NODE */
findnearmv.h 150 return B_TM_PRED;
177 return B_TM_PRED;
blockd.h 112 B_TM_PRED,
reconintra4x4.c 55 case B_TM_PRED:
  /external/opencv3/3rdparty/libwebp/dec/
vp8i.h 39 B_TM_PRED,
52 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
tree.c 25 -B_TM_PRED, 2,
369 !VP8GetBit(br, prob[1]) ? B_TM_PRED :
  /external/opencv3/3rdparty/libwebp/enc/
tree.c 278 if (VP8PutBit(bw, mode != B_TM_PRED, prob[1])) {
vp8enci.h 37 B_TM_PRED = 1,
50 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
  /external/webp/src/enc/
tree.c 273 if (VP8PutBit(bw, mode != B_TM_PRED, prob[1])) {

Completed in 2570 milliseconds