TM_PRED           290 third_party/libwebp/dec/tree.c         VP8GetBit(br, 156) ? (VP8GetBit(br, 128) ? TM_PRED : H_PRED)
TM_PRED           332 third_party/libwebp/dec/tree.c                  : VP8GetBit(br, 183) ? TM_PRED : H_PRED;
TM_PRED           293 third_party/libwebp/enc/tree.c   if (VP8PutBit(bw, (mode == TM_PRED || mode == H_PRED), 156)) {
TM_PRED           294 third_party/libwebp/enc/tree.c     VP8PutBit(bw, mode == TM_PRED, 128);    // TM or HE