Searched refs:AV_ROUND_NEAR_INF (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dmathematics.h50 AV_ROUND_NEAR_INF = 5, ///< Round to nearest and halfway cases away from zero. enumerator in enum:AVRounding
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmathematics.h75 AV_ROUND_NEAR_INF = 5, ///< Round to nearest and halfway cases away from zero. enumerator in enum:AVRounding
H A Dmathematics.c82 if (rnd == AV_ROUND_NEAR_INF)
129 return av_rescale_rnd(a, b, c, AV_ROUND_NEAR_INF);
142 return av_rescale_q_rnd(a, bq, cq, AV_ROUND_NEAR_INF);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dmathematics.h71 AV_ROUND_NEAR_INF = 5, ///< Round to nearest and halfway cases away from zero. enumerator in enum:AVRounding
H A Dmathematics.c85 if(rnd==AV_ROUND_NEAR_INF) r= c/2;
130 return av_rescale_rnd(a, b, c, AV_ROUND_NEAR_INF);
136 return av_rescale_rnd(a, b, c, AV_ROUND_NEAR_INF);
/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/libavfilter/
H A Dvf_fps.c67 { "round", "set rounding method for timestamps", OFFSET(rounding), AV_OPT_TYPE_INT, { .i64 = AV_ROUND_NEAR_INF }, 0, 5, V|F, "round" },
72 { "near", "round to nearest", OFFSET(rounding), AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_NEAR_INF }, 0, 5, V|F, "round" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibvpxenc.c251 AV_ROUND_NEAR_INF);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvpxenc.c310 AV_ROUND_NEAR_INF);

Completed in 163 milliseconds