Lines Matching refs:cp2

1752     uint32* cp2 = cp1+w+toskew;  in putcontig8bitYCbCrGenericTile()  local
1753 uint32* cp3 = cp2+w+toskew; in putcontig8bitYCbCrGenericTile()
1789 YCbCrtoRGB(cp2[0], pp[ 8]); in putcontig8bitYCbCrGenericTile()
1790 YCbCrtoRGB(cp2[1], pp[ 9]); in putcontig8bitYCbCrGenericTile()
1791 YCbCrtoRGB(cp2[2], pp[10]); in putcontig8bitYCbCrGenericTile()
1792 YCbCrtoRGB(cp2[3], pp[11]); in putcontig8bitYCbCrGenericTile()
1798 cp += 4, cp1 += 4, cp2 += 4, cp3 += 4; in putcontig8bitYCbCrGenericTile()
1801 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr; in putcontig8bitYCbCrGenericTile()
1813 uint32* cp2 = cp1+w+toskew; in DECLAREContigPutFunc() local
1814 uint32* cp3 = cp2+w+toskew; in DECLAREContigPutFunc()
1835 YCbCrtoRGB(cp2[0], pp[ 8]); in DECLAREContigPutFunc()
1836 YCbCrtoRGB(cp2[1], pp[ 9]); in DECLAREContigPutFunc()
1837 YCbCrtoRGB(cp2[2], pp[10]); in DECLAREContigPutFunc()
1838 YCbCrtoRGB(cp2[3], pp[11]); in DECLAREContigPutFunc()
1844 cp += 4, cp1 += 4, cp2 += 4, cp3 += 4; in DECLAREContigPutFunc()
1847 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr; in DECLAREContigPutFunc()
1859 case 3: YCbCrtoRGB(cp2[3], pp[11]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1866 case 3: YCbCrtoRGB(cp2[2], pp[10]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1873 case 3: YCbCrtoRGB(cp2[1], pp[ 9]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1880 case 3: YCbCrtoRGB(cp2[0], pp[ 8]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1886 cp += x; cp1 += x; cp2 += x; cp3 += x; in DECLAREContigPutFunc()
1890 cp += 4; cp1 += 4; cp2 += 4; cp3 += 4; in DECLAREContigPutFunc()
1898 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr; in DECLAREContigPutFunc()
2032 uint32* cp2; in DECLAREContigPutFunc() local
2036 cp2 = cp+w+toskew; in DECLAREContigPutFunc()
2044 YCbCrtoRGB(cp2[0], pp[2]); in DECLAREContigPutFunc()
2045 YCbCrtoRGB(cp2[1], pp[3]); in DECLAREContigPutFunc()
2047 cp2 += 2; in DECLAREContigPutFunc()
2055 YCbCrtoRGB(cp2[0], pp[2]); in DECLAREContigPutFunc()
2057 cp2 ++ ; in DECLAREContigPutFunc()
2061 cp2 += incr; in DECLAREContigPutFunc()
2073 cp2 += 2; in DECLAREContigPutFunc()
2127 uint32* cp2; in DECLAREContigPutFunc() local
2131 cp2 = cp+w+toskew; in DECLAREContigPutFunc()
2138 YCbCrtoRGB(cp2[0], pp[1]); in DECLAREContigPutFunc()
2140 cp2 ++; in DECLAREContigPutFunc()
2144 cp2 += incr; in DECLAREContigPutFunc()