Home
last modified time | relevance | path

Searched refs:dst_den (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
Drational.c35 int av_reduce(int *dst_num, int *dst_den, in av_reduce() argument
75 *dst_den = a1.den; in av_reduce()
Drational.h120 int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max);