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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Drational.c116 int64_t x_down = av_rescale_rnd(a, q.den, b, AV_ROUND_DOWN); local
118 return ((x_up > q.num) - (x_down < q.num)) * av_cmp_q(q2, q1);

Completed in 89 milliseconds