AV_ROUND_ZERO      82 libavfilter/vf_fps.c         { "zero", "round towards 0",                 0, AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_ZERO     }, 0, 0, V|F, "round" },
AV_ROUND_ZERO     623 libavfilter/vsrc_testsrc.c         second = av_rescale_rnd(test->nb_frame * test->time_base.num, p10decimals, test->time_base.den, AV_ROUND_ZERO);
AV_ROUND_ZERO     103 libavformat/rmenc.c         v = av_rescale_q_rnd(stream->total_frames, (AVRational){1000, 1}, stream->frame_rate, AV_ROUND_ZERO);
AV_ROUND_ZERO     179 libavformat/rmenc.c             avio_wb32(s, av_rescale_q_rnd(stream->total_frames, (AVRational){1000, 1},  stream->frame_rate, AV_ROUND_ZERO));
AV_ROUND_ZERO     307 libavformat/rmenc.c     timestamp = av_rescale_q_rnd(stream->nb_frames, (AVRational){1000, 1}, stream->frame_rate, AV_ROUND_ZERO);
AV_ROUND_ZERO     298 libavutil/imgutils.c         scaled_dim = av_rescale_rnd(w, sar.num, sar.den, AV_ROUND_ZERO);
AV_ROUND_ZERO     300 libavutil/imgutils.c         scaled_dim = av_rescale_rnd(h, sar.den, sar.num, AV_ROUND_ZERO);
AV_ROUND_ZERO      69 libavutil/tests/rational.c                 res = av_rescale_rnd(a,b,c, AV_ROUND_ZERO);