FFmpeg
|
integer.h
Go to the documentation of this file.
int av_cmp_i(AVInteger a, AVInteger b) av_const
Return 0 if a==b, 1 if a>b and -1 if a<b.
Definition: integer.c:83
int64_t av_i2int(AVInteger a) av_const
Convert the given AVInteger to an int64_t.
Definition: integer.c:150
struct AVInteger AVInteger
Definition: integer.h:36
AVInteger av_mod_i(AVInteger *quot, AVInteger a, AVInteger b)
Return a % b.
Definition: integer.c:109
int av_log2_i(AVInteger a) av_const
Return the rounded-down value of the base 2 logarithm of the given AVInteger.
Definition: integer.c:52
common internal and external API header
AVInteger av_int2i(int64_t a) av_const
Convert the given int64_t to an AVInteger.
Definition: integer.c:139
Generated on Mon Nov 18 2024 06:51:56 for FFmpeg by 1.8.11