TM2_DELTAS         75 libavcodec/truemotion2.c     int deltas[TM2_NUM_STREAMS][TM2_DELTAS];
TM2_DELTAS        266 libavcodec/truemotion2.c     if ((d < 1) || (d > TM2_DELTAS) || (mb < 1)) {
TM2_DELTAS        278 libavcodec/truemotion2.c     for (; i < TM2_DELTAS; i++)
TM2_DELTAS        367 libavcodec/truemotion2.c             if (stream_id <= TM2_MOT && ctx->tokens[stream_id][i] >= TM2_DELTAS || ctx->tokens[stream_id][i]<0) {
TM2_DELTAS        376 libavcodec/truemotion2.c             if (stream_id <= TM2_MOT && ctx->tokens[stream_id][i] >= TM2_DELTAS) {
TM2_DELTAS        395 libavcodec/truemotion2.c         if (ctx->tokens[type][ctx->tok_ptrs[type]] >= TM2_DELTAS) {