30#ifndef SWSCALE_RATIONAL64_H
31#define SWSCALE_RATIONAL64_H
AVRational64 av_div_q64(AVRational64 b, AVRational64 c) av_const
Divide one 64-bit rational by another.
AVRational64 av_mul_q64(AVRational64 b, AVRational64 c) av_const
Multiply two 64-bit rationals.
int av_cmp_q64(AVRational64 a, AVRational64 b)
Compare two 64-bit rationals.
static av_always_inline AVRational64 av_inv_q64(AVRational64 q)
Invert a 64-bit rational.
AVRational64 av_add_q64(AVRational64 b, AVRational64 c) av_const
Add two 64-bit rationals.
static double av_q2d_64(AVRational64 a)
Convert an AVRational64 to a double.
AVRational64 av_sub_q64(AVRational64 b, AVRational64 c) av_const
Subtract one 64-bit rational from another.
static AVRational64 av_make_q64(int64_t num, int64_t den)
Create an AVRational64.
Macro definitions for various function/variable attributes.
64-bit Rational number (pair of numerator and denominator).