HomeSort by relevance Sort by last modified time
    Searched refs:V_PRED (Results 1 - 13 of 13) 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 82 case V_PRED:
218 case V_PRED:
blockd.h 73 V_PRED, /* vertical prediction */
loopfilter.c 49 lfi->mode_lf_lut[V_PRED] = 1;
  /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 299 VP8PutBit(bw, mode == V_PRED, 163); // VE or DC
305 if (VP8PutBit(bw, uv_mode != V_PRED, 114)) {
vp8enci.h 47 DC_PRED = B_DC_PRED, V_PRED = B_VE_PRED,
  /external/webp/src/dec/
tree.c 44 -V_PRED, -H_PRED,
345 : (VP8GetBit(br, 163) ? V_PRED : DC_PRED);
384 : !VP8GetBit(br, 114) ? V_PRED
vp8i.h 49 DC_PRED = B_DC_PRED, V_PRED = B_VE_PRED,
  /external/libvpx/libvpx/test/
intrapred_test.cc 190 SCOPED_TRACE("V_PRED");
192 Predict(V_PRED);
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 345 pred_error[V_PRED] += diff * diff;
347 pred_error[V_PRED] += diff * diff;
831 case V_PRED:
    [all...]
rdopt.c 101 V_PRED,
    [all...]

Completed in 1260 milliseconds