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

/external/webp/src/dec/
H A Dcommon.h32 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED, enumerator in enum:__anon20498
H A Dtree.c304 VP8GetBit(br, 156) ? (VP8GetBit(br, 128) ? TM_PRED : H_PRED)
346 : VP8GetBit(br, 183) ? TM_PRED : H_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:__anon10996
105 #define VP8_UV_MODES (TM_PRED + 1)
H A Dfindnearmv.h152 case TM_PRED:
180 case TM_PRED:
H A Dreconintra.c38 pred[TM_PRED][SIZE_##sz] = vpx_tm_predictor_##sz##x##sz; \
H A Dvp8_loopfilter.c50 lfi->mode_lf_lut[TM_PRED] = 1;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_enums.h121 #define TM_PRED 9 // True-motion macro
129 #define INTRA_MODES (TM_PRED + 1)
H A Dvp9_reconintra.c85 INIT_ALL_SIZES(pred[TM_PRED], tm);
101 INIT_ALL_SIZES(pred_high[TM_PRED], highbd_tm);
H A Dvp9_entropymode.c225 -TM_PRED, 4, /* 1 = TM_NODE */
/external/libvpx/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.c80 vp9_kf_uv_mode_prob[TM_PRED], vp9_intra_mode_tree);
82 fc->uv_mode_prob[TM_PRED], vp9_intra_mode_tree);
H A Dvp9_mbgraph.c147 for (mode = DC_PRED; mode <= TM_PRED; mode++) {
H A Dvp9_rdopt.c104 {TM_PRED, {INTRA_FRAME, NONE}},
797 for (mode = DC_PRED; mode <= TM_PRED; ++mode) {
901 for (mode = DC_PRED; mode <= TM_PRED; ++mode) {
1088 for (mode = DC_PRED; mode <= TM_PRED; mode++) {
1192 for (mode = DC_PRED; mode <= TM_PRED; ++mode) {
3273 (this_mode >= D45_PRED && this_mode <= TM_PRED)) {
3333 if (this_mode != DC_PRED && this_mode != TM_PRED)
H A Dvp9_pickmode.c938 DC_PRED, V_PRED, H_PRED, TM_PRED
952 case TM_PRED:
/external/opencv3/3rdparty/libwebp/enc/
H A Dtree.c298 if (VP8PutBit(bw, (mode == TM_PRED || mode == H_PRED), 156)) {
299 VP8PutBit(bw, mode == TM_PRED, 128); // TM or HE
308 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:__anon14950
/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/opencv3/3rdparty/libwebp/dec/
H A Dtree.c47 -TM_PRED, -B_PRED
346 VP8GetBit(br, 156) ? (VP8GetBit(br, 128) ? TM_PRED : H_PRED)
387 : VP8GetBit(br, 183) ? TM_PRED : H_PRED;
H A Dvp8i.h52 H_PRED = B_HE_PRED, TM_PRED = B_TM_PRED, enumerator in enum:__anon14916
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c458 pred_error[TM_PRED] += diff * diff;
460 pred_error[TM_PRED] += diff * diff;
479 for (i = DC_PRED; i <= TM_PRED; i++)
1047 case TM_PRED:
1529 for (mode = DC_PRED; mode <= TM_PRED; mode ++)
H A Drdopt.c104 TM_PRED,
785 for (mode = DC_PRED; mode <= TM_PRED; mode++)
889 for (mode = DC_PRED; mode <= TM_PRED; mode++)
2215 case TM_PRED:

Completed in 3357 milliseconds