round 910 libavcodec/atrac3.c samples[i] = av_clip_int16(round(q->outSamples[i])); round 915 libavcodec/atrac3.c samples[i*2] = av_clip_int16(round(q->outSamples[i])); round 916 libavcodec/atrac3.c samples[i*2+1] = av_clip_int16(round(q->outSamples[1024+i])); round 279 libavcodec/cavs.h int round = 1 << (shift - 1); round 292 libavcodec/cavs.h dst[scantab[pos]] = (level_buf[coeff_num]*mul + round) >> shift; round 84 libavcodec/tta.c int32_t shift, round, error, mode; round 100 libavcodec/tta.c c->round = shift_1[shift-1]; round 120 libavcodec/tta.c register int32_t *dl = c->dl, *qm = c->qm, *dx = c->dx, sum = c->round; round 34 libavcodec/x86/idct_mmx.c #define rounder(bias) {round (bias), round (bias)}