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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Drational.c54 int64_t a2d= x*a1.den + a0.den; local
56 if(a2n > max || a2d > max){
66 a1= (AVRational){a2n, a2d};

Completed in 134 milliseconds