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

1 2

  /external/libvpx/libvpx/vp8/common/
entropymode.c 108 -V_PRED, -H_PRED,
117 -H_PRED, -TM_PRED
124 -H_PRED, -TM_PRED
findnearmv.h 147 case H_PRED:
174 case H_PRED:
reconintra.c 95 case H_PRED:
228 case H_PRED:
blockd.h 78 H_PRED, /* horizontal prediction */
loopfilter.c 49 lfi->mode_lf_lut[H_PRED] = 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
entropymode.c 108 -V_PRED, -H_PRED,
117 -H_PRED, -TM_PRED
124 -H_PRED, -TM_PRED
findnearmv.h 147 case H_PRED:
174 case H_PRED:
reconintra.c 95 case H_PRED:
228 case H_PRED:
blockd.h 78 H_PRED, /* horizontal prediction */
  /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/dec/
tree.c 304 VP8GetBit(br, 156) ? (VP8GetBit(br, 128) ? TM_PRED : H_PRED)
346 : VP8GetBit(br, 183) ? TM_PRED : H_PRED;
vp8i.h 51 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
  /external/webp/src/enc/
tree.c 293 if (VP8PutBit(bw, (mode == TM_PRED || mode == H_PRED), 156)) {
303 VP8PutBit(bw, uv_mode != H_PRED, 183); // else: TM_PRED
vp8enci.h 50 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 18 (1 << V_PRED) | (1 << H_PRED) |
25 INTRA_DC_H_V = (1 << DC_PRED) | (1 << V_PRED) | (1 << H_PRED),
27 (1 << H_PRED)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.c 17 (1 << V_PRED) | (1 << H_PRED) | \
24 #define INTRA_DC_H_V ((1 << DC_PRED) | (1 << V_PRED) | (1 << H_PRED))
25 #define INTRA_DC_TM_H_V (INTRA_DC_TM | (1 << V_PRED) | (1 << H_PRED))
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 67 H_PRED, // Horizontal
vp9_entropymode.c 228 -H_PRED, 10, /* 4 = H_NODE */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 67 H_PRED, // Horizontal
vp9_entropymode.c 228 -H_PRED, 10, /* 4 = H_NODE */
  /external/libvpx/libvpx/test/
intrapred_test.cc 192 SCOPED_TRACE("H_PRED");
194 Predict(H_PRED);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
intrapred_test.cc 192 SCOPED_TRACE("H_PRED");
194 Predict(H_PRED);
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 351 pred_error[H_PRED] += diff * diff;
353 pred_error[H_PRED] += diff * diff;
840 case H_PRED:
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.c 353 pred_error[H_PRED] += diff * diff;
355 pred_error[H_PRED] += diff * diff;
836 case H_PRED:
    [all...]

Completed in 695 milliseconds

1 2