Searched refs:AV_ROUND_DOWN (Results 1 – 20 of 20) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | mathematics.c | 153 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()
|
D | mathematics.h | 82 AV_ROUND_DOWN = 2, ///< Round toward -infinity. enumerator
|
D | rational.c | 137 int64_t x_down = av_rescale_rnd(a, q.den, b, AV_ROUND_DOWN); in av_nearer_q()
|
/third_party/ffmpeg/libavformat/ |
D | pcm.c | 78 (flags & AVSEEK_FLAG_BACKWARD) ? AV_ROUND_DOWN : AV_ROUND_UP); in ff_pcm_read_seek()
|
D | dvenc.c | 145 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()
|
D | astenc.c | 40 … ast->loop ## type = av_rescale_rnd(ast->loop ## type, par->sample_rate, 1000, AV_ROUND_DOWN); \
|
D | vqf.c | 277 AV_ROUND_DOWN : AV_ROUND_UP); in vqf_read_seek()
|
D | nut.c | 261 AV_ROUND_DOWN); in ff_nut_reset_ts()
|
D | librtmp.c | 303 flags & AVSEEK_FLAG_BACKWARD ? AV_ROUND_DOWN : AV_ROUND_UP); in rtmp_read_seek()
|
D | aadec.c | 346 (flags & AVSEEK_FLAG_BACKWARD) ? AV_ROUND_DOWN : AV_ROUND_UP) in aa_read_seek()
|
D | concatdec.c | 659 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX); in rescale_interval()
|
D | mpeg.c | 1015 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX); in vobsub_read_seek()
|
D | hls.c | 2176 tb.den, AV_ROUND_DOWN) - in hls_read_packet() 2284 AV_ROUND_DOWN : AV_ROUND_UP); in hls_read_seek()
|
D | nutenc.c | 1012 AV_ROUND_DOWN); in nut_write_packet()
|
D | utils.c | 1318 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()
|
D | dashdec.c | 2350 AV_ROUND_DOWN : AV_ROUND_UP); in dash_read_seek()
|
D | movenc.c | 3084 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/ |
D | pcm_rechunk_bsf.c | 52 min_samples = av_rescale_q_rnd(1, sr, s->frame_rate, AV_ROUND_DOWN); in init()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fps.c | 84 …{ "down", "round towards -infty", 0, AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_DOWN }, 0…
|
/third_party/ffmpeg/tools/ |
D | sidxindex.c | 284 write_time(out, tracks->duration, 1, AV_ROUND_DOWN); in output_mpd()
|