libavcodec/avr32/mathops.h File Reference

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

Go to the source code of this file.

Defines

#define MULL   MULL
#define MULH   MULH
#define MUL64   MUL64
#define MAC64(d, a, b)   ((d) = MAC64(d, a, b))
#define MLS64(d, a, b)   MAC64(d, -(a), b)
#define MAC16(d, a, b)   ((d) = MAC16(d, a, b))
#define MLS16(d, a, b)   MAC16(d, -(a), b)
#define MUL16   MUL16
#define mid_pred   mid_pred

Functions

static av_const int MULL (int a, int b, unsigned shift)
static av_const int MULH (int a, int b)
static av_const int64_t MUL64 (int a, int b)
static av_const int64_t MAC64 (int64_t d, int a, int b)
static av_const int MAC16 (int d, int a, int b)
static av_const int MUL16 (int a, int b)
static av_const int mid_pred (int a, int b, int c)

Define Documentation

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

Definition at line 71 of file mathops.h.

Referenced by ff_g722_apply_qmf().

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

Definition at line 63 of file mathops.h.

Referenced by ac3_sum_square_butterfly_int32_c().

#define mid_pred   mid_pred

Definition at line 82 of file mathops.h.

#define MLS16 (   d,
  a,
  b 
)    MAC16(d, -(a), b)

Definition at line 72 of file mathops.h.

#define MLS64 (   d,
  a,
  b 
)    MAC64(d, -(a), b)

Definition at line 64 of file mathops.h.

#define MUL16   MUL16

Definition at line 74 of file mathops.h.

Referenced by apply_window_int16_c(), ff_dot_product(), pRNG(), and synth_frame().

#define MUL64   MUL64
#define MULH   MULH

Definition at line 42 of file mathops.h.

Referenced by calc_transform_coeffs_cpl(), and pRNG().

#define MULL   MULL

Definition at line 31 of file mathops.h.

Referenced by long_term_filter(), and lsp2poly().


Function Documentation

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

Definition at line 66 of file mathops.h.

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

Definition at line 58 of file mathops.h.

static av_const int mid_pred ( int  a,
int  b,
int  c 
) [inline, static]

Definition at line 83 of file mathops.h.

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

Definition at line 75 of file mathops.h.

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

Definition at line 51 of file mathops.h.

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

Definition at line 43 of file mathops.h.

static av_const int MULL ( int  a,
int  b,
unsigned  shift 
) [inline, static]

Definition at line 32 of file mathops.h.