AV_ROUND_NEAR_INF  135 doc/examples/remuxing.c         pkt.pts = av_rescale_q_rnd(pkt.pts, in_stream->time_base, out_stream->time_base, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX);
AV_ROUND_NEAR_INF  136 doc/examples/remuxing.c         pkt.dts = av_rescale_q_rnd(pkt.dts, in_stream->time_base, out_stream->time_base, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX);
AV_ROUND_NEAR_INF  318 libavcodec/libvpxenc.c                                                   AV_ROUND_NEAR_INF);
AV_ROUND_NEAR_INF   67 libavfilter/vf_fps.c     { "round", "set rounding method for timestamps", OFFSET(rounding), AV_OPT_TYPE_INT, { .i64 = AV_ROUND_NEAR_INF }, 0, 5, V|F, "round" },
AV_ROUND_NEAR_INF   72 libavfilter/vf_fps.c     { "near", "round to nearest",     OFFSET(rounding), AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_NEAR_INF }, 0, 5, V|F, "round" },
AV_ROUND_NEAR_INF   82 libavutil/mathematics.c     if (rnd == AV_ROUND_NEAR_INF)
AV_ROUND_NEAR_INF  129 libavutil/mathematics.c     return av_rescale_rnd(a, b, c, AV_ROUND_NEAR_INF);
AV_ROUND_NEAR_INF  142 libavutil/mathematics.c     return av_rescale_q_rnd(a, bq, cq, AV_ROUND_NEAR_INF);