• Home
  • Raw
  • Download

Lines Matching refs:cp2

1789     uint32* cp2 = cp1+w+toskew;  in putcontig8bitYCbCrGenericTile()  local
1790 uint32* cp3 = cp2+w+toskew; in putcontig8bitYCbCrGenericTile()
1826 YCbCrtoRGB(cp2[0], pp[ 8]); in putcontig8bitYCbCrGenericTile()
1827 YCbCrtoRGB(cp2[1], pp[ 9]); in putcontig8bitYCbCrGenericTile()
1828 YCbCrtoRGB(cp2[2], pp[10]); in putcontig8bitYCbCrGenericTile()
1829 YCbCrtoRGB(cp2[3], pp[11]); in putcontig8bitYCbCrGenericTile()
1835 cp += 4, cp1 += 4, cp2 += 4, cp3 += 4; in putcontig8bitYCbCrGenericTile()
1838 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr; in putcontig8bitYCbCrGenericTile()
1850 uint32* cp2 = cp1+w+toskew; in DECLAREContigPutFunc() local
1851 uint32* cp3 = cp2+w+toskew; in DECLAREContigPutFunc()
1872 YCbCrtoRGB(cp2[0], pp[ 8]); in DECLAREContigPutFunc()
1873 YCbCrtoRGB(cp2[1], pp[ 9]); in DECLAREContigPutFunc()
1874 YCbCrtoRGB(cp2[2], pp[10]); in DECLAREContigPutFunc()
1875 YCbCrtoRGB(cp2[3], pp[11]); in DECLAREContigPutFunc()
1881 cp += 4, cp1 += 4, cp2 += 4, cp3 += 4; in DECLAREContigPutFunc()
1884 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr; in DECLAREContigPutFunc()
1896 case 3: YCbCrtoRGB(cp2[3], pp[11]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1903 case 3: YCbCrtoRGB(cp2[2], pp[10]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1910 case 3: YCbCrtoRGB(cp2[1], pp[ 9]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1917 case 3: YCbCrtoRGB(cp2[0], pp[ 8]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1923 cp += x; cp1 += x; cp2 += x; cp3 += x; in DECLAREContigPutFunc()
1927 cp += 4; cp1 += 4; cp2 += 4; cp3 += 4; in DECLAREContigPutFunc()
1935 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr; in DECLAREContigPutFunc()
2069 uint32* cp2; in DECLAREContigPutFunc() local
2073 cp2 = cp+w+toskew; in DECLAREContigPutFunc()
2081 YCbCrtoRGB(cp2[0], pp[2]); in DECLAREContigPutFunc()
2082 YCbCrtoRGB(cp2[1], pp[3]); in DECLAREContigPutFunc()
2084 cp2 += 2; in DECLAREContigPutFunc()
2092 YCbCrtoRGB(cp2[0], pp[2]); in DECLAREContigPutFunc()
2094 cp2 ++ ; in DECLAREContigPutFunc()
2098 cp2 += incr; in DECLAREContigPutFunc()
2110 cp2 += 2; in DECLAREContigPutFunc()
2164 uint32* cp2; in DECLAREContigPutFunc() local
2168 cp2 = cp+w+toskew; in DECLAREContigPutFunc()
2175 YCbCrtoRGB(cp2[0], pp[1]); in DECLAREContigPutFunc()
2177 cp2 ++; in DECLAREContigPutFunc()
2181 cp2 += incr; in DECLAREContigPutFunc()