AV_ROUND_UP       354 doc/examples/muxing.c                                             c->sample_rate, c->sample_rate, AV_ROUND_UP);
AV_ROUND_UP       151 doc/examples/resampling_audio.c         av_rescale_rnd(src_nb_samples, dst_rate, src_rate, AV_ROUND_UP);
AV_ROUND_UP       169 doc/examples/resampling_audio.c                                         src_nb_samples, dst_rate, src_rate, AV_ROUND_UP);
AV_ROUND_UP       567 libavfilter/src_movie.c             frame->pts += av_rescale_q_rnd(movie->ts_offset, AV_TIME_BASE_Q, outlink->time_base, AV_ROUND_UP);
AV_ROUND_UP       573 libavfilter/src_movie.c                     movie->ts_offset += av_rescale_q_rnd(-diff, outlink->time_base, AV_TIME_BASE_Q, AV_ROUND_UP);
AV_ROUND_UP        85 libavfilter/vf_fps.c         { "up",   "round towards +infty",            0, AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_UP       }, 0, 0, V|F, "round" },
AV_ROUND_UP       267 libavfilter/vf_fps.c     int eof_rounding = (s->eof_action == EOF_ACTION_PASS) ? AV_ROUND_UP : s->rounding;
AV_ROUND_UP       346 libavformat/aadec.c         (flags & AVSEEK_FLAG_BACKWARD) ? AV_ROUND_DOWN : AV_ROUND_UP)
AV_ROUND_UP       657 libavformat/concatdec.c                                AV_ROUND_UP   | AV_ROUND_PASS_MINMAX);
AV_ROUND_UP      2350 libavformat/dashdec.c                                            AV_ROUND_DOWN : AV_ROUND_UP);
AV_ROUND_UP       908 libavformat/gxfenc.c                                   (int64_t)48000*gxf->time_base.num, AV_ROUND_UP);
AV_ROUND_UP      1001 libavformat/gxfenc.c                                          (int64_t)48000*gxf->time_base.num, AV_ROUND_UP);
AV_ROUND_UP      2284 libavformat/hls.c                                     AV_ROUND_DOWN : AV_ROUND_UP);
AV_ROUND_UP       303 libavformat/librtmp.c             flags & AVSEEK_FLAG_BACKWARD ? AV_ROUND_DOWN : AV_ROUND_UP);
AV_ROUND_UP      2917 libavformat/movenc.c                                       AV_ROUND_UP);
AV_ROUND_UP      3065 libavformat/movenc.c                                       AV_ROUND_UP);
AV_ROUND_UP      3355 libavformat/movenc.c                                                 AV_ROUND_UP);
AV_ROUND_UP      1009 libavformat/mpeg.c                                 AV_ROUND_UP   | AV_ROUND_PASS_MINMAX);
AV_ROUND_UP       892 libavformat/mpegtsenc.c             frame_period = av_rescale_rnd(frame_size, PCR_TIME_BASE, pcr_st->codecpar->sample_rate, AV_ROUND_UP);
AV_ROUND_UP       894 libavformat/mpegtsenc.c             frame_period = av_rescale_rnd(pcr_st->avg_frame_rate.den, PCR_TIME_BASE, pcr_st->avg_frame_rate.num, AV_ROUND_UP);
AV_ROUND_UP       695 libavformat/mux.c                                  AV_ROUND_UP);
AV_ROUND_UP       841 libavformat/mux.c         uint64_t max= av_rescale_q_rnd(s->max_chunk_duration, AV_TIME_BASE_Q, st->time_base, AV_ROUND_UP);
AV_ROUND_UP      2556 libavformat/mxfenc.c                 sc->frame_size = 4 + 8 * av_rescale_rnd(st->codecpar->sample_rate, mxf->time_base.num, mxf->time_base.den, AV_ROUND_UP) * 4;
AV_ROUND_UP      2579 libavformat/mxfenc.c                                  av_rescale_rnd(st->codecpar->sample_rate, mxf->time_base.num, mxf->time_base.den, AV_ROUND_UP) *
AV_ROUND_UP        74 libavformat/pcm.c                          (flags & AVSEEK_FLAG_BACKWARD) ? AV_ROUND_DOWN : AV_ROUND_UP);
AV_ROUND_UP      2564 libavformat/utils.c                                     AV_ROUND_UP   | AV_ROUND_PASS_MINMAX);
AV_ROUND_UP       274 libavformat/vqf.c                                                    AV_ROUND_DOWN : AV_ROUND_UP);
AV_ROUND_UP       761 libavresample/utils.c                                  AV_ROUND_UP);
AV_ROUND_UP       181 libavutil/mathematics.c     b = (av_rescale_q_rnd(2*in_ts+1, in_tb, fs_tb, AV_ROUND_UP  )+1)>>1;
AV_ROUND_UP       134 libavutil/rational.c     int64_t x_up = av_rescale_rnd(a, q.den, b, AV_ROUND_UP);
AV_ROUND_UP       535 libswresample/resample.c     num = av_rescale_rnd(num, s->out_sample_rate, ((int64_t)s->in_sample_rate) * c->phase_count, AV_ROUND_UP) + 2;
AV_ROUND_UP       571 tools/ismindex.c                                                 track->timescale, AV_ROUND_UP));
AV_ROUND_UP       191 tools/sidxindex.c                                                 track->timescale, AV_ROUND_UP));