Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:cbcr

1410         cbcr[4];
1452 cbcr[i]=(Quantum) (quantum);
1456 SetPixelRed(image,cbcr[1],q);
1457 SetPixelGreen(image,cbcr[0],q);
1458 SetPixelBlue(image,cbcr[2],q);
1460 SetPixelRed(image,cbcr[3],q);
1461 SetPixelGreen(image,cbcr[0],q);
1462 SetPixelBlue(image,cbcr[2],q);