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

  /external/libvpx/libvpx/vp8/common/
entropymode.c 108 -V_PRED, -H_PRED,
117 -H_PRED, -TM_PRED
124 -H_PRED, -TM_PRED
findnearmv.h 143 case H_PRED:
170 case H_PRED:
reconintra.c 96 case H_PRED:
232 case H_PRED:
blockd.h 74 H_PRED, /* horizontal prediction */
loopfilter.c 50 lfi->mode_lf_lut[H_PRED] = 1;
  /external/libvpx/libvpx/vp8/common/x86/
recon_wrapper_sse2.c 49 case H_PRED: fn = ho_func; break;
141 case H_PRED: fn = vp8_intra_pred_y_ho_sse2; break;
  /external/webp/src/enc/
tree.c 296 if (VP8PutBit(bw, (mode == TM_PRED || mode == H_PRED), 156)) {
306 VP8PutBit(bw, uv_mode != H_PRED, 183); // else: TM_PRED
vp8enci.h 48 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
  /external/webp/src/dec/
tree.c 44 -V_PRED, -H_PRED,
344 VP8GetBit(br, 156) ? (VP8GetBit(br, 128) ? TM_PRED : H_PRED)
385 : VP8GetBit(br, 183) ? TM_PRED : H_PRED;
vp8i.h 50 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
  /external/libvpx/libvpx/test/
intrapred_test.cc 184 SCOPED_TRACE("H_PRED");
186 Predict(H_PRED);
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 351 pred_error[H_PRED] += diff * diff;
353 pred_error[H_PRED] += diff * diff;
832 case H_PRED:
    [all...]
rdopt.c 102 H_PRED,
    [all...]

Completed in 99 milliseconds