Lines Matching refs:cp2
1840 uint32* cp2 = cp1+w+toskew; in putcontig8bitYCbCrGenericTile() local
1841 uint32* cp3 = cp2+w+toskew; in putcontig8bitYCbCrGenericTile()
1877 YCbCrtoRGB(cp2[0], pp[ 8]); in putcontig8bitYCbCrGenericTile()
1878 YCbCrtoRGB(cp2[1], pp[ 9]); in putcontig8bitYCbCrGenericTile()
1879 YCbCrtoRGB(cp2[2], pp[10]); in putcontig8bitYCbCrGenericTile()
1880 YCbCrtoRGB(cp2[3], pp[11]); in putcontig8bitYCbCrGenericTile()
1886 cp += 4, cp1 += 4, cp2 += 4, cp3 += 4; in putcontig8bitYCbCrGenericTile()
1889 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr; in putcontig8bitYCbCrGenericTile()
1901 uint32* cp2 = cp1+w+toskew; in DECLAREContigPutFunc() local
1902 uint32* cp3 = cp2+w+toskew; in DECLAREContigPutFunc()
1923 YCbCrtoRGB(cp2[0], pp[ 8]); in DECLAREContigPutFunc()
1924 YCbCrtoRGB(cp2[1], pp[ 9]); in DECLAREContigPutFunc()
1925 YCbCrtoRGB(cp2[2], pp[10]); in DECLAREContigPutFunc()
1926 YCbCrtoRGB(cp2[3], pp[11]); in DECLAREContigPutFunc()
1934 cp2 += 4; in DECLAREContigPutFunc()
1940 cp2 += incr; in DECLAREContigPutFunc()
1953 case 3: YCbCrtoRGB(cp2[3], pp[11]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1960 case 3: YCbCrtoRGB(cp2[2], pp[10]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1967 case 3: YCbCrtoRGB(cp2[1], pp[ 9]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1974 case 3: YCbCrtoRGB(cp2[0], pp[ 8]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1980 cp += x; cp1 += x; cp2 += x; cp3 += x; in DECLAREContigPutFunc()
1984 cp += 4; cp1 += 4; cp2 += 4; cp3 += 4; in DECLAREContigPutFunc()
1994 cp2 += incr; in DECLAREContigPutFunc()
2132 uint32* cp2; in DECLAREContigPutFunc() local
2136 cp2 = cp+w+toskew; in DECLAREContigPutFunc()
2144 YCbCrtoRGB(cp2[0], pp[2]); in DECLAREContigPutFunc()
2145 YCbCrtoRGB(cp2[1], pp[3]); in DECLAREContigPutFunc()
2147 cp2 += 2; in DECLAREContigPutFunc()
2155 YCbCrtoRGB(cp2[0], pp[2]); in DECLAREContigPutFunc()
2157 cp2 ++ ; in DECLAREContigPutFunc()
2161 cp2 += incr; in DECLAREContigPutFunc()
2173 cp2 += 2; in DECLAREContigPutFunc()
2227 uint32* cp2; in DECLAREContigPutFunc() local
2231 cp2 = cp+w+toskew; in DECLAREContigPutFunc()
2238 YCbCrtoRGB(cp2[0], pp[1]); in DECLAREContigPutFunc()
2240 cp2 ++; in DECLAREContigPutFunc()
2244 cp2 += incr; in DECLAREContigPutFunc()