Searched refs:H_PRED (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dentropymode.c108 -V_PRED, -H_PRED,
117 -H_PRED, -TM_PRED
124 -H_PRED, -TM_PRED
H A Dfindnearmv.h147 case H_PRED:
174 case H_PRED:
H A Dreconintra.c95 case H_PRED:
228 case H_PRED:
H A Dblockd.h78 H_PRED, /* horizontal prediction */ enumerator in enum:__anon12066
/external/libvpx/libvpx/vp8/common/
H A Dentropymode.c108 -V_PRED, -H_PRED,
117 -H_PRED, -TM_PRED
124 -H_PRED, -TM_PRED
H A Dfindnearmv.h147 case H_PRED:
174 case H_PRED:
H A Dreconintra.c95 case H_PRED:
228 case H_PRED:
H A Dblockd.h78 H_PRED, /* horizontal prediction */ enumerator in enum:__anon24031
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Drecon_wrapper_sse2.c49 case H_PRED: fn = ho_func; break;
141 case H_PRED: fn = vp8_intra_pred_y_ho_sse2; break;
/external/chromium_org/third_party/libwebp/dec/
H A Dtree.c304 VP8GetBit(br, 156) ? (VP8GetBit(br, 128) ? TM_PRED : H_PRED)
346 : VP8GetBit(br, 183) ? TM_PRED : H_PRED;
H A Dvp8i.h51 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED, enumerator in enum:__anon12237
/external/chromium_org/third_party/libwebp/enc/
H A Dtree.c293 if (VP8PutBit(bw, (mode == TM_PRED || mode == H_PRED), 156)) {
303 VP8PutBit(bw, uv_mode != H_PRED, 183); // else: TM_PRED
H A Dvp8enci.h50 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED, enumerator in enum:__anon12280
/external/libvpx/libvpx/vp8/common/x86/
H A Drecon_wrapper_sse2.c49 case H_PRED: fn = ho_func; break;
141 case H_PRED: fn = vp8_intra_pred_y_ho_sse2; break;
/external/webp/src/dec/
H A Dtree.c304 VP8GetBit(br, 156) ? (VP8GetBit(br, 128) ? TM_PRED : H_PRED)
346 : VP8GetBit(br, 183) ? TM_PRED : H_PRED;
H A Dvp8i.h51 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED, enumerator in enum:__anon32449
/external/webp/src/enc/
H A Dtree.c293 if (VP8PutBit(bw, (mode == TM_PRED || mode == H_PRED), 156)) {
303 VP8PutBit(bw, uv_mode != H_PRED, 183); // else: TM_PRED
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_speed_features.c18 (1 << V_PRED) | (1 << H_PRED) |
28 INTRA_DC_H_V = (1 << DC_PRED) | (1 << V_PRED) | (1 << H_PRED),
30 INTRA_DC_TM_H_V = INTRA_DC_TM | (1 << V_PRED) | (1 << H_PRED)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_speed_features.c17 (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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h67 H_PRED, // Horizontal enumerator in enum:__anon12124
H A Dvp9_entropymode.c228 -H_PRED, 10, /* 4 = H_NODE */
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h67 H_PRED, // Horizontal enumerator in enum:__anon24089
H A Dvp9_entropymode.c228 -H_PRED, 10, /* 4 = H_NODE */
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dintrapred_test.cc192 SCOPED_TRACE("H_PRED");
194 Predict(H_PRED);
/external/libvpx/libvpx/test/
H A Dintrapred_test.cc192 SCOPED_TRACE("H_PRED");
194 Predict(H_PRED);

Completed in 523 milliseconds

12