round              67 libavcodec/ac3dec_fixed.c     int i, shift, round;
round              74 libavcodec/ac3dec_fixed.c       round = 1 << (shift-1);
round              79 libavcodec/ac3dec_fixed.c           temp = temp + round;
round              82 libavcodec/ac3dec_fixed.c           temp1 = temp1 + round;
round              85 libavcodec/ac3dec_fixed.c           temp2 = temp2 + round;
round              89 libavcodec/ac3dec_fixed.c           temp3 = temp3 + round;
round              93 libavcodec/ac3dec_fixed.c           temp4 = temp4 + round;
round              98 libavcodec/ac3dec_fixed.c           temp5 = temp5 + round;
round             100 libavcodec/ac3dec_fixed.c           temp6 = temp6 + round;
round             103 libavcodec/ac3dec_fixed.c           temp7 = temp7 + round;
round             520 libavcodec/cavsdec.c     int round = 1 << (shift - 1);
round             533 libavcodec/cavsdec.c         dst[scantab[pos]] = (level_buf[coeff_num] * mul + round) >> shift;
round             927 libavcodec/ffv1enc.c                             best_state[av_clip(round(p), 1, 255)][av_clip_uint8((a + b) / gob_count)];
round             938 libavcodec/ffv1enc.c                         best_state[av_clip(round(p), 1, 255)][av_clip_uint8((a + b) / gob_count)];
round             354 libavcodec/libvpxenc.c     enccfg.rc_2pass_vbr_bias_pct           = round(avctx->qcompress * 100);
round             369 libavcodec/libvpxenc.c     enccfg.rc_undershoot_pct     = round(avctx->rc_buffer_aggressivity * 100);
round             312 libavcodec/tta.c                                      filter->shift, filter->round);
round              51 libavcodec/ttadata.c     c->round = ff_tta_shift_1[shift-1];
round              28 libavcodec/ttadata.h     int32_t shift, round, error;
round              23 libavcodec/ttadsp.c                                     int32_t round) {
round              32 libavcodec/ttadsp.c     round +=    dl[0] * qm[0] + dl[1] * qm[1] + dl[2] * qm[2] + dl[3] * qm[3] +
round              44 libavcodec/ttadsp.c     *in += (round >> shift);
round              28 libavcodec/ttadsp.h                                   int32_t round);
round              65 libavcodec/ttaenc.c     register int32_t *dl = c->dl, *qm = c->qm, *dx = c->dx, sum = c->round;
round              27 libavcodec/x86/ttadsp_init.c                                     int32_t round);
round              30 libavcodec/x86/ttadsp_init.c                                    int32_t round);
round              76 libavdevice/sndio_common.c     s->buffer_size = par.round * par.bps *
round             172 libavfilter/formats.c     int ret_max, ret_nb = 0, i, j, round;
round             216 libavfilter/formats.c     for (round = 0; round < 2; round++) {
round             116 libavfilter/vf_colorchannelmixer.c         s->lut[R][R][i] = round(i * s->rr);
round             117 libavfilter/vf_colorchannelmixer.c         s->lut[R][G][i] = round(i * s->rg);
round             118 libavfilter/vf_colorchannelmixer.c         s->lut[R][B][i] = round(i * s->rb);
round             119 libavfilter/vf_colorchannelmixer.c         s->lut[R][A][i] = round(i * s->ra);
round             121 libavfilter/vf_colorchannelmixer.c         s->lut[G][R][i] = round(i * s->gr);
round             122 libavfilter/vf_colorchannelmixer.c         s->lut[G][G][i] = round(i * s->gg);
round             123 libavfilter/vf_colorchannelmixer.c         s->lut[G][B][i] = round(i * s->gb);
round             124 libavfilter/vf_colorchannelmixer.c         s->lut[G][A][i] = round(i * s->ga);
round             126 libavfilter/vf_colorchannelmixer.c         s->lut[B][R][i] = round(i * s->br);
round             127 libavfilter/vf_colorchannelmixer.c         s->lut[B][G][i] = round(i * s->bg);
round             128 libavfilter/vf_colorchannelmixer.c         s->lut[B][B][i] = round(i * s->bb);
round             129 libavfilter/vf_colorchannelmixer.c         s->lut[B][A][i] = round(i * s->ba);
round             131 libavfilter/vf_colorchannelmixer.c         s->lut[A][R][i] = round(i * s->ar);
round             132 libavfilter/vf_colorchannelmixer.c         s->lut[A][G][i] = round(i * s->ag);
round             133 libavfilter/vf_colorchannelmixer.c         s->lut[A][B][i] = round(i * s->ab);
round             134 libavfilter/vf_colorchannelmixer.c         s->lut[A][A][i] = round(i * s->aa);
round             133 libavfilter/vf_colorlevels.c             int imin = round(r->in_min  * UINT8_MAX);
round             134 libavfilter/vf_colorlevels.c             int imax = round(r->in_max  * UINT8_MAX);
round             135 libavfilter/vf_colorlevels.c             int omin = round(r->out_min * UINT8_MAX);
round             136 libavfilter/vf_colorlevels.c             int omax = round(r->out_max * UINT8_MAX);
round             180 libavfilter/vf_colorlevels.c             int imin = round(r->in_min  * UINT16_MAX);
round             181 libavfilter/vf_colorlevels.c             int imax = round(r->in_max  * UINT16_MAX);
round             182 libavfilter/vf_colorlevels.c             int omin = round(r->out_min * UINT16_MAX);
round             183 libavfilter/vf_colorlevels.c             int omax = round(r->out_max * UINT16_MAX);
round             129 libavfilter/vf_crop.c         *n = round(d);
round              39 libavfilter/vf_cropdetect.c     int round;
round             131 libavfilter/vf_cropdetect.c            s->limit, s->round, s->reset_count);
round             166 libavfilter/vf_cropdetect.c     int limit = round(s->limit);
round             209 libavfilter/vf_cropdetect.c         if (s->round <= 1)
round             210 libavfilter/vf_cropdetect.c             s->round = 16;
round             211 libavfilter/vf_cropdetect.c         if (s->round % 2)
round             212 libavfilter/vf_cropdetect.c             s->round *= 2;
round             214 libavfilter/vf_cropdetect.c         shrink_by = w % s->round;
round             218 libavfilter/vf_cropdetect.c         shrink_by = h % s->round;
round             246 libavfilter/vf_cropdetect.c     { "round", "Value by which the width/height should be divisible", OFFSET(round),       AV_OPT_TYPE_INT, { .i64 = 16 }, 0, INT_MAX, FLAGS },
round             808 libavfilter/vf_drawtext.c             int64_t ms = round(pts * 1000);
round             281 libavfilter/vf_histogram.c                     col_height = round(h->level_height * (1. - (log2(h->histogram[i] + 1) / max_hval_log)));
round             423 libavfilter/vf_idet.c         idet->decay_coefficient = (uint64_t) round( PRECISION * exp2(-1.0 / idet->half_life) );
round             184 libavfilter/vsrc_mandelbrot.c         x= round((p->p[0] - mb->start_x) / scale + mb->w/2);
round            3685 libavformat/movenc.c     int i, round, ret;
round            3688 libavformat/movenc.c     for (round = 0; round < 2; round++) {
round            3693 libavformat/movenc.c         if (round == 0) {
round            3711 libavformat/movenc.c         if (round == 0)
round              54 libavutil/fixed_dsp.c     int32_t s0, s1, wi, wj, i,j, round;
round              59 libavutil/fixed_dsp.c     round = bits? 1 << (bits-1) : 0;
round              66 libavutil/fixed_dsp.c         dst[i] = av_clip_int16(((((int64_t)s0*wj - (int64_t)s1*wi + 0x40000000) >> 31) + round) >> bits);
round              67 libavutil/fixed_dsp.c         dst[j] = av_clip_int16(((((int64_t)s0*wi + (int64_t)s1*wj + 0x40000000) >> 31) + round) >> bits);
round             215 tools/sidxindex.c static void write_time(FILE *out, int64_t time, int decimals, enum AVRounding round)
round             221 tools/sidxindex.c     fractions = av_rescale_rnd(fractions, pow(10, decimals), AV_TIME_BASE, round);