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

  /external/libvpx/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:
  /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/webp/src/dec/
tree.c 22 -B_TM_PRED, 2,
327 !VP8GetBit(br, prob[1]) ? B_TM_PRED :
vp8i.h 38 B_TM_PRED,
51 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])) {
vp8enci.h 37 B_TM_PRED = 1,
50 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,

Completed in 106 milliseconds