search for: mtostr

Displaying 1 result from an estimated 1 matches for "mtostr".

Did you mean: utostr
2005 Jul 20
1
MMX IDCT for theora-exp
...= idctconstants[15] = 65535; + + j = 1; + do + { + p = idctconstants + ( (j+3) << 2); + p[0] = p[1] = p[2] = p[3] = idctcosTbl[ j - 1]; + } + while( ++j <= 7); + + idctconstants[44] = idctconstants[45] = idctconstants[46] = idctconstants[47] = IdctAdjustBeforeShift; +} + + +#define MtoSTR(s) #s + +#define Dump "call MMX_dump\n" + +#define BeginIDCT "#BeginIDCT\n"\ + \ + " movq " I(3)","r2"\n" \ + \ + " movq " C(3)","r6"\n" \ + " movq " r2","r4"\n" \ + " movq " J(...