#include <stdint.h>
#include "config.h"
#include "libavutil/common.h"
Go to the source code of this file.
Macros |
#define | MULH MULH |
#define | MAC64(d, a, b) ((d) = MAC64(d, a, b)) |
#define | MLS64(d, a, b) ((d) = MLS64(d, a, b)) |
Macro Definition Documentation
#define MAC64 |
( |
|
d, |
|
|
|
a, |
|
|
|
b |
|
) |
| ((d) = MAC64(d, a, b)) |
#define MLS64 |
( |
|
d, |
|
|
|
a, |
|
|
|
b |
|
) |
| ((d) = MLS64(d, a, b)) |
Function Documentation
static av_const int64_t MAC64 |
( |
int64_t |
d, |
|
|
int |
a, |
|
|
int |
b |
|
) |
| |
|
inlinestatic |
static av_const int64_t MLS64 |
( |
int64_t |
d, |
|
|
int |
a, |
|
|
int |
b |
|
) |
| |
|
inlinestatic |
static av_const int MULH |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
inlinestatic |