FFmpeg
Loading...
Searching...
No Matches
mathops.h File Reference
#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)
 
#define MLS64(d, a, b)
 

Functions

static av_const int MULH (int a, int b)
 
static av_const int64_t MAC64 (int64_t d, int a, int b)
 
static av_const int64_t MLS64 (int64_t d, int a, int b)
 

Macro Definition Documentation

◆ MULH

#define MULH   MULH

◆ MAC64

#define MAC64 ( d,
a,
b )
Value:
((d) = MAC64(d, a, b))
int a
#define b
Definition input.c:43
#define MAC64(d, a, b)
Definition mathops.h:76

Definition at line 62 of file mathops.h.

◆ MLS64

#define MLS64 ( d,
a,
b )
Value:
((d) = MLS64(d, a, b))
#define MLS64(d, a, b)
Definition mathops.h:80

Definition at line 76 of file mathops.h.

Function Documentation

◆ MULH()

static av_const int MULH ( int a,
int b )
inlinestatic

Definition at line 43 of file mathops.h.

◆ MAC64()

static av_const int64_t MAC64 ( int64_t d,
int a,
int b )
inlinestatic

Definition at line 50 of file mathops.h.

◆ MLS64()

static av_const int64_t MLS64 ( int64_t d,
int a,
int b )
inlinestatic

Definition at line 64 of file mathops.h.