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

  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 29 pred[B_LD_PRED] = vpx_d45e_predictor_4x4;
entropymode.c 96 -B_LD_PRED, 14, /* 6 = LD_NODE */
blockd.h 117 B_LD_PRED,
  /external/webp/src/dec/
common.h 24 B_LD_PRED = 6,
tree.c 27 -B_LD_PRED, 7,
332 (!VP8GetBit(br, prob[6]) ? B_LD_PRED :
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
entropymode.c 96 -B_LD_PRED, 14, /* 6 = LD_NODE */
blockd.h 117 B_LD_PRED,
reconintra4x4.c 122 case B_LD_PRED:
  /external/opencv3/3rdparty/libwebp/enc/
tree.c 280 if (!VP8PutBit(bw, mode >= B_LD_PRED, prob[3])) {
285 if (VP8PutBit(bw, mode != B_LD_PRED, prob[6])) {
vp8enci.h 42 B_LD_PRED = 6,
  /external/webp/src/enc/
tree.c 275 if (!VP8PutBit(bw, mode >= B_LD_PRED, prob[3])) {
280 if (VP8PutBit(bw, mode != B_LD_PRED, prob[6])) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
intra4x4_predict_v6.asm 43 b b_ld_pred
222 b_ld_pred label
  /external/opencv3/3rdparty/libwebp/dec/
vp8i.h 44 B_LD_PRED,
tree.c 30 -B_LD_PRED, 7,
374 (!VP8GetBit(br, prob[6]) ? B_LD_PRED :

Completed in 264 milliseconds