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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavutil/
H A Drational.h68 * @param dst_den destination denominator
71 * @param max the maximum allowed for dst_num & dst_den
74 int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Drational.h68 * @param dst_den destination denominator
71 * @param max the maximum allowed for dst_num & dst_den
74 int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max);
H A Drational.c36 int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max){ argument
73 *dst_den = a1.den;

Completed in 44 milliseconds