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

  /external/webp/src/dec/
common_dec.h 31 DC_PRED = B_DC_PRED, V_PRED = B_VE_PRED,
tree_dec.c 312 : (VP8GetBit(br, 163) ? V_PRED : DC_PRED);
352 : !VP8GetBit(br, 114) ? V_PRED
  /external/libvpx/libvpx/vp8/common/
entropymode.c 75 -DC_PRED, 2, 4, 6, -V_PRED, -H_PRED, -TM_PRED, -B_PRED
79 -B_PRED, 2, 4, 6, -DC_PRED, -V_PRED, -H_PRED, -TM_PRED
82 const vp8_tree_index vp8_uv_mode_tree[6] = { -DC_PRED, 2, -V_PRED,
findnearmv.h 118 case V_PRED: return B_VE_PRED;
137 case V_PRED: return B_VE_PRED;
reconintra.c 34 pred[V_PRED][SIZE_##sz] = vpx_v_predictor_##sz##x##sz; \
blockd.h 64 V_PRED, /* vertical prediction */
vp8_loopfilter.c 37 lfi->mode_lf_lut[V_PRED] = 1;
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.h 21 INTRA_ALL = (1 << DC_PRED) | (1 << V_PRED) | (1 << H_PRED) | (1 << D45_PRED) |
26 INTRA_DC_H_V = (1 << DC_PRED) | (1 << V_PRED) | (1 << H_PRED),
28 (1 << DC_PRED) | (1 << TM_PRED) | (1 << V_PRED) | (1 << H_PRED)
vp9_pickmode.c     [all...]
vp9_rdopt.c 114 { V_PRED, { INTRA_FRAME, NONE } },
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 109 #define V_PRED 1 // Vertical
vp9_reconintra.c 77 INIT_ALL_SIZES(pred[V_PRED], v);
93 INIT_ALL_SIZES(pred_high[V_PRED], highbd_v);
vp9_entropymode.c 245 -V_PRED, 6, /* 2 = V_NODE */
  /external/webp/src/enc/
tree_enc.c 296 VP8PutBit(bw, mode == V_PRED, 163); // VE or DC
302 if (VP8PutBit(bw, uv_mode != V_PRED, 114)) {
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 344 pred_error[V_PRED] += diff * diff;
346 pred_error[V_PRED] += diff * diff;
885 case V_PRED:
    [all...]
rdopt.c 80 V_PRED, H_PRED, TM_PRED,
    [all...]

Completed in 3446 milliseconds