Searched refs:AV_ROUND_PASS_MINMAX (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmathematics.h76 AV_ROUND_PASS_MINMAX = 8192, ///< Flag to pass INT64_MIN/MAX through instead of rescaling, this avoids special cases for AV_NOPTS_VALUE enumerator in enum:AVRounding
96 * @return rescaled value a, or if AV_ROUND_PASS_MINMAX is set and a is
109 * @return rescaled value a, or if AV_ROUND_PASS_MINMAX is set and a is
H A Dmathematics.c68 av_assert2((unsigned)(rnd&~AV_ROUND_PASS_MINMAX)<=5 && (rnd&~AV_ROUND_PASS_MINMAX)!=4);
70 if (c <= 0 || b < 0 || !((unsigned)(rnd&~AV_ROUND_PASS_MINMAX)<=5 && (rnd&~AV_ROUND_PASS_MINMAX)!=4))
73 if (rnd & AV_ROUND_PASS_MINMAX) {
76 rnd -= AV_ROUND_PASS_MINMAX;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dremuxing.c135 pkt.pts = av_rescale_q_rnd(pkt.pts, in_stream->time_base, out_stream->time_base, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX);
136 pkt.dts = av_rescale_q_rnd(pkt.dts, in_stream->time_base, out_stream->time_base, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX);
H A Dtranscoding.c391 AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX);
395 AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX);
515 AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX);
519 AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX);
544 AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX);
548 AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dconcatdec.c518 AV_ROUND_UP | AV_ROUND_PASS_MINMAX);
520 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX);
H A Dmpeg.c942 AV_ROUND_UP | AV_ROUND_PASS_MINMAX);
945 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX);
H A Dutils.c2280 AV_ROUND_UP | AV_ROUND_PASS_MINMAX);
2283 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX);

Completed in 164 milliseconds