Displaying 2 results from an estimated 2 matches for "genefxaccumul".
2009 Nov 14
2
[LLVMdev] Very slow performance of lli on x86
...s
*/
typedef union {
struct {
unsigned short b;
unsigned short g;
unsigned short r;
unsigned short a;
} RGB;
struct {
unsigned short u;
unsigned short v;
unsigned short y;
unsigned short a;
} YUV;
} GenefxAccumulator;
extern void Xacc_blend_invsrccolor( int , GenefxAccumulator* , GenefxAccumulator , GenefxAccumulator* );
extern void Dacc_premultiply( int , GenefxAccumulator* );
GenefxAccumulator D[ACC_SIZE] =
{
{ 0x0, 0x1, 0x2, 0x4 },
{ 0x1, 0x2, 0x3, 0x5 },
{ 0x2, 0x3, 0x4, 0x6 },
{ 0x3, 0x4, 0x5, 0x...
2009 Nov 14
0
[LLVMdev] Very slow performance of lli on x86
...s
*/
typedef union {
struct {
unsigned short b;
unsigned short g;
unsigned short r;
unsigned short a;
} RGB;
struct {
unsigned short u;
unsigned short v;
unsigned short y;
unsigned short a;
} YUV;
} GenefxAccumulator;
extern void Xacc_blend_invsrccolor( int , GenefxAccumulator* , GenefxAccumulator , GenefxAccumulator* );
extern void Dacc_premultiply( int , GenefxAccumulator* );
GenefxAccumulator D[ACC_SIZE] =
{
{ 0x0, 0x1, 0x2, 0x4 },
{ 0x1, 0x2, 0x3, 0x5 },
{ 0x2, 0x3, 0x4, 0x6 },
{ 0x3, 0x4, 0x5, 0x...