libavcodec/armv4l/mathops.h File Reference

Go to the source code of this file.

Defines

#define MULH(a, b)


Define Documentation

#define MULH ( a,
 ) 

Value:

({ int lo, hi;\
     asm ("smull %0, %1, %2, %3" : "=&r"(lo), "=&r"(hi) : "r"(b), "r"(a));\
     hi; })

Definition at line 36 of file mathops.h.

Referenced by compute_imdct(), imdct12(), and imdct36().


Generated on Fri Oct 3 22:46:54 2008 for ffmpeg by  doxygen 1.5.6