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 Tue Oct 13 22:20:32 2009 for ffmpeg by  doxygen 1.6.1