Searched refs:AV_ROUND_DOWN (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dmathematics.h48 AV_ROUND_DOWN = 2, ///< Round toward -infinity. enumerator in enum:AVRounding
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dpcm.c66 (flags & AVSEEK_FLAG_BACKWARD) ? AV_ROUND_DOWN : AV_ROUND_UP);
H A Ddvenc.c134 c->sys->time_base.den, AV_ROUND_DOWN);
150 c->sys->time_base.den, AV_ROUND_DOWN);
H A Dastenc.c40 ast->loop ## type = av_rescale_rnd(ast->loop ## type, enc->sample_rate, 1000, AV_ROUND_DOWN); \
H A Dnut.c227 AV_ROUND_DOWN);
H A Dvqf.c276 AV_ROUND_DOWN : AV_ROUND_UP);
H A Dlibrtmp.c281 flags & AVSEEK_FLAG_BACKWARD ? AV_ROUND_DOWN : AV_ROUND_UP);
H A Dconcatdec.c520 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX);
H A Drtpenc.c166 AV_ROUND_DOWN);
H A Dhls.c1565 tb.den, AV_ROUND_DOWN) -
1639 AV_ROUND_DOWN : AV_ROUND_UP);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmathematics.h73 AV_ROUND_DOWN = 2, ///< Round toward -infinity. enumerator in enum:AVRounding
H A Dmathematics.c151 if (av_rescale_rnd(ts_a, a, b, AV_ROUND_DOWN) < ts_b)
153 if (av_rescale_rnd(ts_b, b, a, AV_ROUND_DOWN) < ts_a)
178 a = av_rescale_q_rnd(2*in_ts-1, in_tb, fs_tb, AV_ROUND_DOWN) >>1;
H A Drational.c135 int64_t x_down = av_rescale_rnd(a, q.den, b, AV_ROUND_DOWN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dpcm.c48 (flags & AVSEEK_FLAG_BACKWARD) ? AV_ROUND_DOWN : AV_ROUND_UP);
H A Ddvenc.c84 c->sys->time_base.den, AV_ROUND_DOWN);
145 c->sys->time_base.den, AV_ROUND_DOWN);
161 c->sys->time_base.den, AV_ROUND_DOWN);
H A Dlibrtmp.c141 flags & AVSEEK_FLAG_BACKWARD ? AV_ROUND_DOWN : AV_ROUND_UP);
H A Dnut.c99 AV_ROUND_DOWN);
H A Dassdec.c188 AV_ROUND_DOWN);
H A Dvqf.c257 AV_ROUND_DOWN : AV_ROUND_UP);
H A Drtpenc.c125 s->max_frames_per_packet = av_rescale_rnd(s1->max_delay, st->codec->sample_rate, AV_TIME_BASE * (int64_t)st->codec->frame_size, AV_ROUND_DOWN);
H A Dapplehttp.c658 AV_ROUND_DOWN : AV_ROUND_UP);
666 flags & AVSEEK_FLAG_BACKWARD ? AV_ROUND_DOWN : AV_ROUND_UP);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dmathematics.h69 AV_ROUND_DOWN = 2, ///< Round toward -infinity. enumerator in enum:AVRounding
H A Dmathematics.c142 if (av_rescale_rnd(ts_a, a, b, AV_ROUND_DOWN) < ts_b) return -1;
143 if (av_rescale_rnd(ts_b, b, a, AV_ROUND_DOWN) < ts_a) return 1;
H A Drational.c133 int64_t x_down = av_rescale_rnd(a, q.den, b, AV_ROUND_DOWN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_fps.c70 { "down", "round towards -infty", OFFSET(rounding), AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_DOWN }, 0, 5, V|F, "round" },

Completed in 125 milliseconds

12