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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavutil/
H A Dmathematics.h48 AV_ROUND_DOWN = 2, ///< Round toward -infinity. enumerator in enum:AVRounding
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dmathematics.h48 AV_ROUND_DOWN = 2, ///< Round toward -infinity. enumerator in enum:AVRounding
H A Drational.c116 int64_t x_down = av_rescale_rnd(a, q.den, b, AV_ROUND_DOWN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dnut.c40 AV_ROUND_DOWN);
H A Ddvenc.c81 c->sys->time_base.den, AV_ROUND_DOWN);
142 c->sys->time_base.den, AV_ROUND_DOWN);
158 c->sys->time_base.den, AV_ROUND_DOWN);
H A Drtpenc.c80 s->max_frames_per_packet = av_rescale_rnd(s1->max_delay, st->codec->sample_rate, AV_TIME_BASE * st->codec->frame_size, AV_ROUND_DOWN);
H A Dnutenc.c681 AV_ROUND_DOWN);
H A Draw.c240 (flags & AVSEEK_FLAG_BACKWARD) ? AV_ROUND_DOWN : AV_ROUND_UP);

Completed in 169 milliseconds