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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dmathematics.h50 AV_ROUND_NEAR_INF = 5, ///< Round to nearest and halfway cases away from zero. enumerator in enum:AVRounding
H A Dmathematics.c72 if(rnd==AV_ROUND_NEAR_INF) r= c/2;
117 return av_rescale_rnd(a, b, c, AV_ROUND_NEAR_INF);
123 return av_rescale_rnd(a, b, c, AV_ROUND_NEAR_INF);

Completed in 98 milliseconds