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

  /external/libvpx/libvpx/vp8/common/
entropymode.c 108 -V_PRED, -H_PRED,
116 -DC_PRED, -V_PRED,
123 -V_PRED, 4,
findnearmv.h 141 case V_PRED:
168 case V_PRED:
reconintra.c 81 case V_PRED:
216 case V_PRED:
blockd.h 73 V_PRED, /* vertical prediction */
loopfilter.c 49 lfi->mode_lf_lut[V_PRED] = 1;
  /external/chromium_org/third_party/libwebp/enc/
tree.c 301 VP8PutBit(bw, mode == V_PRED, 163); // VE or DC
307 if (VP8PutBit(bw, uv_mode != V_PRED, 114)) {
vp8enci.h 49 DC_PRED = B_DC_PRED, V_PRED = B_VE_PRED,
  /external/libvpx/libvpx/vp8/common/x86/
recon_wrapper_sse2.c 48 case V_PRED: fn = vp8_intra_pred_uv_ve_mmx; break;
140 case V_PRED: fn = vp8_intra_pred_y_ve_sse2; break;
  /external/webp/src/enc/
tree.c 301 VP8PutBit(bw, mode == V_PRED, 163); // VE or DC
307 if (VP8PutBit(bw, uv_mode != V_PRED, 114)) {
vp8enci.h 49 DC_PRED = B_DC_PRED, V_PRED = B_VE_PRED,
  /external/chromium_org/third_party/libwebp/dec/
tree.c 46 -V_PRED, -H_PRED,
347 : (VP8GetBit(br, 163) ? V_PRED : DC_PRED);
386 : !VP8GetBit(br, 114) ? V_PRED
vp8i.h 51 DC_PRED = B_DC_PRED, V_PRED = B_VE_PRED,
  /external/webp/src/dec/
tree.c 46 -V_PRED, -H_PRED,
347 : (VP8GetBit(br, 163) ? V_PRED : DC_PRED);
386 : !VP8GetBit(br, 114) ? V_PRED
vp8i.h 51 DC_PRED = B_DC_PRED, V_PRED = B_VE_PRED,
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 228 #define INTRA_DC_H_V ((1 << DC_PRED) | (1 << V_PRED) | (1 << H_PRED))
229 #define INTRA_DC_TM_H_V (INTRA_DC_TM | (1 << V_PRED) | (1 << H_PRED))
vp9_rdopt.c 85 {V_PRED, INTRA_FRAME, NONE},
    [all...]
  /external/libvpx/libvpx/test/
intrapred_test.cc 203 SCOPED_TRACE("V_PRED");
205 Predict(V_PRED);
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.c 227 -V_PRED, 6, /* 2 = V_NODE */
vp9_blockd.h 61 V_PRED, // Vertical
vp9_reconintra.c 298 intra_pred_allsizes(pred[V_PRED], v);
vp9_loopfilter.c 233 lfi->mode_lf_lut[V_PRED] = 0;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 345 pred_error[V_PRED] += diff * diff;
347 pred_error[V_PRED] += diff * diff;
832 case V_PRED:
    [all...]
rdopt.c 101 V_PRED,
    [all...]

Completed in 741 milliseconds