Lines Matching refs:cp2
1693 uint32* cp2 = cp1+w+toskew; in putcontig8bitYCbCrGenericTile() local
1694 uint32* cp3 = cp2+w+toskew; in putcontig8bitYCbCrGenericTile()
1730 YCbCrtoRGB(cp2[0], pp[ 8]); in putcontig8bitYCbCrGenericTile()
1731 YCbCrtoRGB(cp2[1], pp[ 9]); in putcontig8bitYCbCrGenericTile()
1732 YCbCrtoRGB(cp2[2], pp[10]); in putcontig8bitYCbCrGenericTile()
1733 YCbCrtoRGB(cp2[3], pp[11]); in putcontig8bitYCbCrGenericTile()
1739 cp += 4, cp1 += 4, cp2 += 4, cp3 += 4; in putcontig8bitYCbCrGenericTile()
1742 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr; in putcontig8bitYCbCrGenericTile()
1754 uint32* cp2 = cp1+w+toskew; in DECLAREContigPutFunc() local
1755 uint32* cp3 = cp2+w+toskew; in DECLAREContigPutFunc()
1776 YCbCrtoRGB(cp2[0], pp[ 8]); in DECLAREContigPutFunc()
1777 YCbCrtoRGB(cp2[1], pp[ 9]); in DECLAREContigPutFunc()
1778 YCbCrtoRGB(cp2[2], pp[10]); in DECLAREContigPutFunc()
1779 YCbCrtoRGB(cp2[3], pp[11]); in DECLAREContigPutFunc()
1785 cp += 4, cp1 += 4, cp2 += 4, cp3 += 4; in DECLAREContigPutFunc()
1788 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr; in DECLAREContigPutFunc()
1800 case 3: YCbCrtoRGB(cp2[3], pp[11]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1807 case 3: YCbCrtoRGB(cp2[2], pp[10]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1814 case 3: YCbCrtoRGB(cp2[1], pp[ 9]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1821 case 3: YCbCrtoRGB(cp2[0], pp[ 8]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1827 cp += x; cp1 += x; cp2 += x; cp3 += x; in DECLAREContigPutFunc()
1831 cp += 4; cp1 += 4; cp2 += 4; cp3 += 4; in DECLAREContigPutFunc()
1839 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr; in DECLAREContigPutFunc()
1972 uint32* cp2; in DECLAREContigPutFunc() local
1976 cp2 = cp+w+toskew; in DECLAREContigPutFunc()
1984 YCbCrtoRGB(cp2[0], pp[2]); in DECLAREContigPutFunc()
1985 YCbCrtoRGB(cp2[1], pp[3]); in DECLAREContigPutFunc()
1987 cp2 += 2; in DECLAREContigPutFunc()
1995 YCbCrtoRGB(cp2[0], pp[2]); in DECLAREContigPutFunc()
1997 cp2 ++ ; in DECLAREContigPutFunc()
2001 cp2 += incr; in DECLAREContigPutFunc()
2013 cp2 += 2; in DECLAREContigPutFunc()
2066 uint32* cp2; in DECLAREContigPutFunc() local
2070 cp2 = cp+w+toskew; in DECLAREContigPutFunc()
2077 YCbCrtoRGB(cp2[0], pp[1]); in DECLAREContigPutFunc()
2079 cp2 ++; in DECLAREContigPutFunc()
2083 cp2 += incr; in DECLAREContigPutFunc()