td 86 libavcodec/g726.c int td; /**< tone detect */ td 198 libavcodec/g726.c tr= (c->td == 1 && dq > ((3*thr2)>>2)); td 235 libavcodec/g726.c c->td = c->a[1] < -11776; td 244 libavcodec/g726.c if (c->y <= 1535 || c->td || abs((c->dms << 2) - c->dml) >= (c->dml >> 3)) td 893 libavcodec/h264.c int td = av_clip(poc1 - poc0, -128, 127); td 894 libavcodec/h264.c if(td == 0 || h->ref_list[0][i].long_ref){ td 898 libavcodec/h264.c int tx = (16384 + (FFABS(td) >> 1)) / td; td 3078 libavcodec/h264.c int td = av_clip(poc1 - poc0, -128, 127); td 3079 libavcodec/h264.c if(td){ td 3081 libavcodec/h264.c int tx = (16384 + (FFABS(td) >> 1)) / td;