round            2210 fftools/cmdutils.c     if (fabs(theta - 90*round(theta/90)) > 2)
round             169 libavcodec/aacdec_fixed.c     unsigned int round;
round             179 libavcodec/aacdec_fixed.c         round = 1 << (s-1);
round             182 libavcodec/aacdec_fixed.c             dst[i] = ((int)(out+round) >> s) * ssign;
round             186 libavcodec/aacdec_fixed.c         round = 1U << (s-1);
round             188 libavcodec/aacdec_fixed.c             out = (int)((int64_t)((int64_t)src[i] * c + round) >> s);
round             199 libavcodec/aacdec_fixed.c     unsigned int round;
round             216 libavcodec/aacdec_fixed.c         round = s ? 1 << (s-1) : 0;
round             219 libavcodec/aacdec_fixed.c             coefs[i] = -((int)(out+round) >> s);
round             225 libavcodec/aacdec_fixed.c             round = 1 << (s-1);
round             227 libavcodec/aacdec_fixed.c                 out = (int)((int64_t)((int64_t)coefs[i] * c + round) >> s);
round             372 libavcodec/aacdec_fixed.c                 int shift, round, c, tmp;
round             387 libavcodec/aacdec_fixed.c                     round = 1 << (shift - 1);
round             393 libavcodec/aacdec_fixed.c                             dest[group * 128 + k] += (tmp + (int64_t)round) >> shift;
round             422 libavcodec/aacdec_fixed.c     int i, c, shift, round, tmp;
round             434 libavcodec/aacdec_fixed.c         round = 1 << (shift - 1);
round             438 libavcodec/aacdec_fixed.c             dest[i] += (tmp + round) >> shift;
round             284 libavcodec/aacps_fixed_tablegen.h                 int shift, round;
round             294 libavcodec/aacps_fixed_tablegen.h                 round = 1 << (shift-1);
round             295 libavcodec/aacps_fixed_tablegen.h                 pd_re_smooth[pd0*64+pd1*8+pd2] = (int)(((int64_t)re_smooth * pd_mag.mant + round) >> shift);
round             296 libavcodec/aacps_fixed_tablegen.h                 pd_im_smooth[pd0*64+pd1*8+pd2] = (int)(((int64_t)im_smooth * pd_mag.mant + round) >> shift);
round             241 libavcodec/aacsbr_fixed.c     int shift, round;
round             298 libavcodec/aacsbr_fixed.c                 round = 1 << (shift-1);
round             299 libavcodec/aacsbr_fixed.c                 alpha0[k][0] = (a00.mant + round) >> shift;
round             313 libavcodec/aacsbr_fixed.c                 round = 1 << (shift-1);
round             314 libavcodec/aacsbr_fixed.c                 alpha0[k][1] = (a01.mant + round) >> shift;
round             327 libavcodec/aacsbr_fixed.c                 round = 1 << (shift-1);
round             328 libavcodec/aacsbr_fixed.c                 alpha1[k][0] = (a10.mant + round) >> shift;
round             342 libavcodec/aacsbr_fixed.c                 round = 1 << (shift-1);
round             343 libavcodec/aacsbr_fixed.c                 alpha1[k][1] = (a11.mant + round) >> shift;
round             572 libavcodec/aacsbr_fixed.c                 unsigned round;
round             584 libavcodec/aacsbr_fixed.c                         round = 1 << (shift-1);
round             585 libavcodec/aacsbr_fixed.c                         out[2*m  ] += (int)(in[m  ].mant * A + round) >> shift;
round             589 libavcodec/aacsbr_fixed.c                         round = 1 << (shift2-1);
round             590 libavcodec/aacsbr_fixed.c                         out[2*m+2] += (int)(in[m+1].mant * B + round) >> shift2;
round             600 libavcodec/aacsbr_fixed.c                         round = 1 << (shift-1);
round             601 libavcodec/aacsbr_fixed.c                         out[2*m  ] += (int)(in[m  ].mant * A + round) >> shift;
round              68 libavcodec/ac3dec_fixed.c     unsigned mul, 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             519 libavcodec/cavsdec.c     int round = 1 << (shift - 1);
round             532 libavcodec/cavsdec.c         dst[scantab[pos]] = (level_buf[coeff_num] * mul + round) >> shift;
round            1283 libavcodec/dca_xll.c         int n, spkr, shift, round;
round            1303 libavcodec/dca_xll.c         round = shift > 0 ? 1 << (shift - 1) : 0;
round            1311 libavcodec/dca_xll.c                 dst[n] += (SUINT)clip23((mul16(src[n], scale_inv) + round) >> shift);
round            1315 libavcodec/dca_xll.c                 dst[n] += (unsigned)((src[n] + round) >> shift);
round             176 libavcodec/dcadct.c     int i, k, mag, shift, round;
round             183 libavcodec/dcadct.c     round = shift > 0 ? 1 << (shift - 1) : 0;
round             186 libavcodec/dcadct.c         buf_a[i] = (input[i] + round) >> shift;
round             295 libavcodec/dcadct.c     int i, k, mag, shift, round;
round             302 libavcodec/dcadct.c     round = shift > 0 ? 1 << (shift - 1) : 0;
round             305 libavcodec/dcadct.c         buf_a[i] = (input[i] + round) >> shift;
round             854 libavcodec/ffv1enc.c                             best_state[av_clip(round(p), 1, 255)][av_clip_uint8((a + b) / gob_count)];
round             865 libavcodec/ffv1enc.c                         best_state[av_clip(round(p), 1, 255)][av_clip_uint8((a + b) / gob_count)];
round             607 libavcodec/libaomenc.c     enccfg.rc_2pass_vbr_bias_pct       = round(avctx->qcompress * 100);
round             429 libavcodec/mips/hevc_idct_msa.c                                       uint8_t round)
round             585 libavcodec/mips/hevc_idct_msa.c         sum1_r = __msa_fill_w(round);
round             633 libavcodec/mips/hevc_idct_msa.c     uint8_t round;
round             640 libavcodec/mips/hevc_idct_msa.c     round = 7;
round             644 libavcodec/mips/hevc_idct_msa.c         hevc_idct_8x32_column_msa((coeffs + col_cnt * 8), buf_pitch, round);
round             648 libavcodec/mips/hevc_idct_msa.c     round = 12;
round             655 libavcodec/mips/hevc_idct_msa.c         hevc_idct_8x32_column_msa(tmp_buf_ptr, buf_pitch, round);
round              35 libavcodec/mips/hevcpred_msa.c                               res0, res1, mul_val_b0, mul_val_b1, round)       \
round              57 libavcodec/mips/hevcpred_msa.c     SRARI_H4_SH(res0_m, res1_m, res2_m, res3_m, round);                        \
round              37 libavcodec/sbrdsp_fixed.c     uint64_t accu = 0, round;
round              78 libavcodec/sbrdsp_fixed.c     round = 1ULL << (nz-1);
round              79 libavcodec/sbrdsp_fixed.c     u = ((accu + round) >> nz);
round             125 libavcodec/sbrdsp_fixed.c         unsigned round;
round             138 libavcodec/sbrdsp_fixed.c         round = 1U << (nz-1);
round             139 libavcodec/sbrdsp_fixed.c         mant = (int)((accu + round) >> nz);
round             277 libavcodec/sbrdsp_fixed.c             int shift, round;
round             284 libavcodec/sbrdsp_fixed.c                 round = 1 << (shift-1);
round             285 libavcodec/sbrdsp_fixed.c                 y0 += (s_m[m].mant * phi_sign0 + round) >> shift;
round             286 libavcodec/sbrdsp_fixed.c                 y1 += (s_m[m].mant * phi_sign1 + round) >> shift;
round             289 libavcodec/sbrdsp_fixed.c             int shift, round, tmp;
round             297 libavcodec/sbrdsp_fixed.c                 round = 1 << (shift-1);
round             301 libavcodec/sbrdsp_fixed.c                 y0 += (tmp + round) >> shift;
round             305 libavcodec/sbrdsp_fixed.c                 y1 += (tmp + round) >> shift;
round             318 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              25 libavcodec/ttadsp.c                                  int32_t round) {
round              36 libavcodec/ttadsp.c     round += dl[0] * qm[0] + dl[1] * qm[1] + dl[2] * qm[2] + dl[3] * qm[3] +
round              48 libavcodec/ttadsp.c     *in += (round >> shift);
round              27 libavcodec/ttadsp.h                            int32_t round);
round             132 libavcodec/ttaenc.c                               filter->shift, filter->round);
round              25 libavcodec/ttaencdsp.c                                     int32_t round) {
round              34 libavcodec/ttaencdsp.c     round += dl[0] * qm[0] + dl[1] * qm[1] + dl[2] * qm[2] + dl[3] * qm[3] +
round              49 libavcodec/ttaencdsp.c     *in -= (round >> shift);
round              27 libavcodec/ttaencdsp.h                            int32_t round);
round              27 libavcodec/x86/ttadsp_init.c                                  int32_t round);
round              30 libavcodec/x86/ttadsp_init.c                                 int32_t round);
round              27 libavcodec/x86/ttaencdsp_init.c                                     int32_t round);
round              30 libavcodec/x86/ttaencdsp_init.c                                    int32_t round);
round              76 libavdevice/sndio.c     s->buffer_size = par.round * par.bps *
round              61 libavfilter/af_acrusher.c     int    round;
round              95 libavfilter/af_acrusher.c     if (sr->samples >= s->round) {
round              97 libavfilter/af_acrusher.c         sr->real += s->round;
round             244 libavfilter/af_acrusher.c             s->round = round(s->samples);
round             313 libavfilter/af_acrusher.c     s->round = round(s->samples);
round             129 libavfilter/af_loudnorm.c     const int frame_size = round((double)sample_rate * (frame_len_msec / 1000.0));
round              37 libavfilter/asrc_sinc.c     int round;
round             178 libavfilter/asrc_sinc.c static float *lpf(float Fn, float Fc, float tbw, int *num_taps, float att, float *beta, int round)
round             194 libavfilter/asrc_sinc.c         if (round)
round             362 libavfilter/asrc_sinc.c     h[0] = lpf(Fn, s->Fc0, s->tbw0, &s->num_taps[0], s->att, &s->beta, s->round);
round             363 libavfilter/asrc_sinc.c     h[1] = lpf(Fn, s->Fc1, s->tbw1, &s->num_taps[1], s->att, &s->beta, s->round);
round             439 libavfilter/asrc_sinc.c     { "round",       "enable rounding",                               OFFSET(round),       AV_OPT_TYPE_BOOL,  {.i64=0},      0,       1, AF },
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              39 libavfilter/vf_cropdetect.c     int round;
round             133 libavfilter/vf_cropdetect.c            s->limit, s->round, s->reset_count);
round             211 libavfilter/vf_cropdetect.c         if (s->round <= 1)
round             212 libavfilter/vf_cropdetect.c             s->round = 16;
round             213 libavfilter/vf_cropdetect.c         if (s->round % 2)
round             214 libavfilter/vf_cropdetect.c             s->round *= 2;
round             216 libavfilter/vf_cropdetect.c         shrink_by = w % s->round;
round             220 libavfilter/vf_cropdetect.c         shrink_by = h % s->round;
round             248 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             308 libavfilter/vf_deflicker.c     return round(aa - bb);
round             522 libavfilter/vf_deshake_opencl.c     return denom >= 0 || -num >= max_iters * (-denom) ? max_iters : (int)round(num / denom);
round             433 libavfilter/vf_drawtext.c             roundedsize = round(size);
round             926 libavformat/hlsenc.c                                              't',  (int64_t)round(duration * HLS_MICROSECOND_UNIT)) < 1) {
round            4661 libavformat/movenc.c     int i, round, ret;
round            4664 libavformat/movenc.c     for (round = 0; round < 2; round++) {
round            4669 libavformat/movenc.c         if (round == 0) {
round            4687 libavformat/movenc.c         if (round == 0)
round             200 libavutil/eval.c         case e_round:  return e->value * round(eval_expr(p, e->param[0]));
round              76 libavutil/fixed_dsp.c     int32_t s0, s1, wi, wj, i,j, round;
round              81 libavutil/fixed_dsp.c     round = bits? 1 << (bits-1) : 0;
round              88 libavutil/fixed_dsp.c         dst[i] = av_clip_int16(((((int64_t)s0*wj - (int64_t)s1*wi + 0x40000000) >> 31) + round) >> bits);
round              89 libavutil/fixed_dsp.c         dst[j] = av_clip_int16(((((int64_t)s0*wi + (int64_t)s1*wj + 0x40000000) >> 31) + round) >> bits);
round             216 tools/sidxindex.c static void write_time(FILE *out, int64_t time, int decimals, enum AVRounding round)
round             222 tools/sidxindex.c     fractions = av_rescale_rnd(fractions, pow(10, decimals), AV_TIME_BASE, round);