Home
last modified time | relevance | path

Searched refs:AV_ROUND_DOWN (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavutil/
Dmathematics.c153 if (av_rescale_rnd(ts_a, a, b, AV_ROUND_DOWN) < ts_b) in av_compare_ts()
155 if (av_rescale_rnd(ts_b, b, a, AV_ROUND_DOWN) < ts_a) in av_compare_ts()
180 a = av_rescale_q_rnd(2*in_ts-1, in_tb, fs_tb, AV_ROUND_DOWN) >>1; in av_rescale_delta()
Dmathematics.h82 AV_ROUND_DOWN = 2, ///< Round toward -infinity. enumerator
Drational.c137 int64_t x_down = av_rescale_rnd(a, q.den, b, AV_ROUND_DOWN); in av_nearer_q()
/third_party/ffmpeg/libavformat/
Dpcm.c78 (flags & AVSEEK_FLAG_BACKWARD) ? AV_ROUND_DOWN : AV_ROUND_UP); in ff_pcm_read_seek()
Ddvenc.c145 c->sys->time_base.den, AV_ROUND_DOWN); in dv_write_pack()
161 c->sys->time_base.den, AV_ROUND_DOWN); in dv_write_pack()
Dastenc.c40 … ast->loop ## type = av_rescale_rnd(ast->loop ## type, par->sample_rate, 1000, AV_ROUND_DOWN); \
Dvqf.c277 AV_ROUND_DOWN : AV_ROUND_UP); in vqf_read_seek()
Dnut.c261 AV_ROUND_DOWN); in ff_nut_reset_ts()
Dlibrtmp.c303 flags & AVSEEK_FLAG_BACKWARD ? AV_ROUND_DOWN : AV_ROUND_UP); in rtmp_read_seek()
Daadec.c346 (flags & AVSEEK_FLAG_BACKWARD) ? AV_ROUND_DOWN : AV_ROUND_UP) in aa_read_seek()
Dconcatdec.c659 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX); in rescale_interval()
Dmpeg.c1015 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX); in vobsub_read_seek()
Dhls.c2176 tb.den, AV_ROUND_DOWN) - in hls_read_packet()
2284 AV_ROUND_DOWN : AV_ROUND_UP); in hls_read_seek()
Dnutenc.c1012 AV_ROUND_DOWN); in nut_write_packet()
Dutils.c1318 AV_ROUND_DOWN); in compute_pkt_fields()
1514 AV_ROUND_DOWN); in parse_packet()
2571 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX); in avformat_seek_file()
2871 AV_ROUND_DOWN); in estimate_timings_from_pts()
Ddashdec.c2350 AV_ROUND_DOWN : AV_ROUND_UP); in dash_read_seek()
Dmovenc.c3084 track->timescale, AV_ROUND_DOWN); in mov_write_edts_tag()
3119 av_assert0(av_rescale_rnd(start_dts, MOV_TIMESCALE, track->timescale, AV_ROUND_DOWN) <= 0); in mov_write_edts_tag()
/third_party/ffmpeg/libavcodec/
Dpcm_rechunk_bsf.c52 min_samples = av_rescale_q_rnd(1, sr, s->frame_rate, AV_ROUND_DOWN); in init()
/third_party/ffmpeg/libavfilter/
Dvf_fps.c84 …{ "down", "round towards -infty", 0, AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_DOWN }, 0…
/third_party/ffmpeg/tools/
Dsidxindex.c284 write_time(out, tracks->duration, 1, AV_ROUND_DOWN); in output_mpd()