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

1 2

  /external/webp/src/dec/
common.h 32 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED,
tree.c 304 VP8GetBit(br, 156) ? (VP8GetBit(br, 128) ? TM_PRED : H_PRED)
346 : VP8GetBit(br, 183) ? TM_PRED : H_PRED;
  /external/libvpx/libvpx/vp8/common/
entropymode.c 108 -V_PRED, -H_PRED,
117 -H_PRED, -TM_PRED
124 -H_PRED, -TM_PRED
findnearmv.h 150 case H_PRED:
178 case H_PRED:
reconintra.c 37 pred[H_PRED][SIZE_##sz] = vpx_h_predictor_##sz##x##sz; \
blockd.h 78 H_PRED, /* horizontal prediction */
  /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/vp9/encoder/
vp9_speed_features.h 22 (1 << V_PRED) | (1 << H_PRED) |
29 INTRA_DC_H_V = (1 << DC_PRED) | (1 << V_PRED) | (1 << H_PRED),
31 (1 << H_PRED)
  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 114 #define H_PRED 2 // Horizontal
vp9_reconintra.c 78 INIT_ALL_SIZES(pred[H_PRED], h);
94 INIT_ALL_SIZES(pred_high[H_PRED], highbd_h);
vp9_entropymode.c 228 -H_PRED, 10, /* 4 = H_NODE */
  /external/opencv3/3rdparty/libwebp/enc/
tree.c 298 if (VP8PutBit(bw, (mode == TM_PRED || mode == H_PRED), 156)) {
308 VP8PutBit(bw, uv_mode != H_PRED, 183); // else: TM_PRED
vp8enci.h 50 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
  /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/opencv3/3rdparty/libwebp/dec/
tree.c 46 -V_PRED, -H_PRED,
346 VP8GetBit(br, 156) ? (VP8GetBit(br, 128) ? TM_PRED : H_PRED)
387 : VP8GetBit(br, 183) ? TM_PRED : H_PRED;
vp8i.h 52 H_PRED = B_HE_PRED, TM_PRED = B_TM_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))
  /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 */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
intrapred_test.cc 192 SCOPED_TRACE("H_PRED");
194 Predict(H_PRED);
  /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 401 milliseconds

1 2