libavcodec/mathops.h File Reference

#include "libavutil/common.h"

Go to the source code of this file.

Defines

#define MAC16(rt, ra, rb)   rt += (ra) * (rb)
#define MLS16(rt, ra, rb)   ((rt) -= (ra) * (rb))

Define Documentation

#define MAC16 ( rt,
ra,
rb   )     rt += (ra) * (rb)

Definition at line 74 of file mathops.h.

Referenced by idctRowCondDC(), idctSparseCol(), idctSparseColAdd(), and idctSparseColPut().

#define MLS16 ( rt,
ra,
rb   )     ((rt) -= (ra) * (rb))

Definition at line 83 of file mathops.h.


Generated on Thu Mar 31 18:51:27 2011 for ffmpeg by  doxygen 1.6.1