|
FFmpeg
|
128-bit integers, falling back to integer.h if necessary More...
#include <stdint.h>#include <stddef.h>#include <limits.h>#include "config.h"#include "integer.h"Go to the source code of this file.
Macros | |
| #define | av_add128(a, b) |
| #define | av_sub128(a, b) |
| #define | av_mul128(a, b) |
| #define | av_div128(a, b) |
| #define | av_cmp128(a, b) |
| #define | av_min128(a, b) |
| #define | av_max128(a, b) |
| #define | av_eq128(a, b) |
| #define | av_mod128(a, b) |
| #define | av_shr128(a, b) |
| #define | av_to128i(a) |
| #define | av_from128i(a) |
| #define | av_from128u(a) |
| #define | av_test128(a) |
Functions | |
| static av_always_inline av_uint128 | av_to128u (uint64_t a) |
Definition at line 73 of file int128.h.
Referenced by av_add_q64(), av_cmp_q64(), av_mul_q64(), av_sub_q64(), and reduce64().
Definition at line 75 of file int128.h.
Referenced by av_cmp_q64(), and reduce64().
| #define av_to128i | ( | a | ) |
Definition at line 81 of file int128.h.
Referenced by av_add_q64(), av_cmp_q64(), av_mul_q64(), av_sub_q64(), and reduce64().
| #define av_from128i | ( | a | ) |
Definition at line 82 of file int128.h.
Referenced by reduce64().
| #define av_test128 | ( | a | ) |
|
static |
Definition at line 86 of file int128.h.
Referenced by reduce64().