libavcodec/ppc/mathops.h File Reference

#include <stdint.h>
#include "config.h"
#include "libavutil/common.h"

Go to the source code of this file.

Defines

#define MULH   MULH
#define MAC64(d, a, b)   ((d) = MAC64(d, a, b))
#define MLS64(d, a, b)   ((d) = 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)


Define Documentation

#define MAC64 ( d,
a,
 )     ((d) = MAC64(d, a, b))

Definition at line 62 of file mathops.h.

#define MLS64 ( d,
a,
 )     ((d) = MLS64(d, a, b))

Definition at line 76 of file mathops.h.

#define MULH   MULH

Definition at line 42 of file mathops.h.


Function Documentation

static av_const int64_t MAC64 ( int64_t  d,
int  a,
int  b 
) [inline, static]

Definition at line 50 of file mathops.h.

static av_const int64_t MLS64 ( int64_t  d,
int  a,
int  b 
) [inline, static]

Definition at line 64 of file mathops.h.

static av_const int MULH ( int  a,
int  b 
) [inline, static]

Definition at line 43 of file mathops.h.


Generated on Fri Oct 26 02:47:55 2012 for FFmpeg by  doxygen 1.5.8