TM2_DELTAS 76 libavcodec/truemotion2.c int deltas[TM2_NUM_STREAMS][TM2_DELTAS]; TM2_DELTAS 277 libavcodec/truemotion2.c if ((d < 1) || (d > TM2_DELTAS) || (mb < 1)) { TM2_DELTAS 289 libavcodec/truemotion2.c for (; i < TM2_DELTAS; i++) TM2_DELTAS 381 libavcodec/truemotion2.c if (stream_id <= TM2_MOT && ctx->tokens[stream_id][i] >= TM2_DELTAS || ctx->tokens[stream_id][i]<0) { TM2_DELTAS 395 libavcodec/truemotion2.c if (stream_id <= TM2_MOT && ctx->tokens[stream_id][i] >= TM2_DELTAS) { TM2_DELTAS 419 libavcodec/truemotion2.c if (ctx->tokens[type][ctx->tok_ptrs[type]] >= TM2_DELTAS) {