libavcodec/arm/mathops.h File Reference

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

Go to the source code of this file.

Defines

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

Functions

static av_const int mid_pred (int a, int b, int c)

Define Documentation

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

Definition at line 41 of file mathops.h.


Function Documentation

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

Definition at line 61 of file mathops.h.