libavutil/x86/intmath.h File Reference

Go to the source code of this file.

Defines

#define FASTDIV(a, b)


Define Documentation

#define FASTDIV ( a,
 ) 

Value:

({\
        int ret, dmy;\
        __asm__ volatile(\
            "mull %3"\
            :"=d"(ret), "=a"(dmy)\
            :"1"(a), "g"(ff_inverse[b])\
            );\
        ret;\
    })

Definition at line 24 of file intmath.h.


Generated on Fri Oct 26 02:43:53 2012 for FFmpeg by  doxygen 1.5.8