Searched refs:TM_PRED (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dentropymode.c109 -TM_PRED, -B_PRED
117 -H_PRED, -TM_PRED
124 -H_PRED, -TM_PRED
H A Dblockd.h79 TM_PRED, /* Truemotion prediction */ enumerator in enum:__anon13044
105 #define VP8_UV_MODES (TM_PRED + 1)
H A Dfindnearmv.h149 case TM_PRED:
176 case TM_PRED:
H A Dreconintra.c107 case TM_PRED:
240 case TM_PRED:
/external/libvpx/libvpx/vp8/common/
H A Dentropymode.c109 -TM_PRED, -B_PRED
117 -H_PRED, -TM_PRED
124 -H_PRED, -TM_PRED
H A Dblockd.h79 TM_PRED, /* Truemotion prediction */ enumerator in enum:__anon24835
105 #define VP8_UV_MODES (TM_PRED + 1)
H A Dfindnearmv.h149 case TM_PRED:
176 case TM_PRED:
H A Dreconintra.c107 case TM_PRED:
240 case TM_PRED:
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_speed_features.h26 (1 << TM_PRED),
28 INTRA_DC_TM = (1 << DC_PRED) | (1 << TM_PRED),
30 INTRA_DC_TM_H_V = (1 << DC_PRED) | (1 << TM_PRED) | (1 << V_PRED) |
H A Dvp9_rd.c66 vp9_kf_uv_mode_prob[TM_PRED], vp9_intra_mode_tree);
68 fc->uv_mode_prob[TM_PRED], vp9_intra_mode_tree);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Drecon_wrapper_sse2.c50 case TM_PRED: fn = tm_func; break;
142 case TM_PRED: fn = tm_func; 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:__anon13237
/external/chromium_org/third_party/libwebp/enc/
H A Dtree.c293 if (VP8PutBit(bw, (mode == TM_PRED || mode == H_PRED), 156)) {
294 VP8PutBit(bw, mode == TM_PRED, 128); // TM or HE
303 VP8PutBit(bw, uv_mode != H_PRED, 183); // else: TM_PRED
/external/libvpx/libvpx/vp8/common/x86/
H A Drecon_wrapper_sse2.c50 case TM_PRED: fn = tm_func; break;
142 case TM_PRED: fn = tm_func; 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:__anon33331
/external/webp/src/enc/
H A Dtree.c293 if (VP8PutBit(bw, (mode == TM_PRED || mode == H_PRED), 156)) {
294 VP8PutBit(bw, mode == TM_PRED, 128); // TM or HE
303 VP8PutBit(bw, uv_mode != H_PRED, 183); // else: TM_PRED
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Dreconintra_neon.c77 case TM_PRED:
182 case TM_PRED:
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h75 TM_PRED, // True-motion enumerator in enum:__anon13103
87 #define INTRA_MODES (TM_PRED + 1)
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h74 TM_PRED, // True-motion enumerator in enum:__anon24893
86 #define INTRA_MODES (TM_PRED + 1)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_speed_features.c21 (1 << TM_PRED))
23 #define INTRA_DC_TM ((1 << TM_PRED) | (1 << DC_PRED))
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dpickinter.c357 pred_error[TM_PRED] += diff * diff;
359 pred_error[TM_PRED] += diff * diff;
378 for (i = DC_PRED; i <= TM_PRED; i++)
844 case TM_PRED:
1276 for (mode = DC_PRED; mode <= TM_PRED; mode ++)
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c357 pred_error[TM_PRED] += diff * diff;
359 pred_error[TM_PRED] += diff * diff;
378 for (i = DC_PRED; i <= TM_PRED; i++)
834 case TM_PRED:
1263 for (mode = DC_PRED; mode <= TM_PRED; mode ++)
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dintrapred_test.cc204 SCOPED_TRACE("TM_PRED");
206 Predict(TM_PRED);

Completed in 4982 milliseconds

12