• Home
  • Raw
  • Download

Lines Matching refs:YCbCrtoRGB

1813 #define	YCbCrtoRGB(dst, Y) {						\  macro
1869 YCbCrtoRGB(cp [0], pp[ 0]); in putcontig8bitYCbCrGenericTile()
1870 YCbCrtoRGB(cp [1], pp[ 1]); in putcontig8bitYCbCrGenericTile()
1871 YCbCrtoRGB(cp [2], pp[ 2]); in putcontig8bitYCbCrGenericTile()
1872 YCbCrtoRGB(cp [3], pp[ 3]); in putcontig8bitYCbCrGenericTile()
1873 YCbCrtoRGB(cp1[0], pp[ 4]); in putcontig8bitYCbCrGenericTile()
1874 YCbCrtoRGB(cp1[1], pp[ 5]); in putcontig8bitYCbCrGenericTile()
1875 YCbCrtoRGB(cp1[2], pp[ 6]); in putcontig8bitYCbCrGenericTile()
1876 YCbCrtoRGB(cp1[3], pp[ 7]); 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()
1881 YCbCrtoRGB(cp3[0], pp[12]); in putcontig8bitYCbCrGenericTile()
1882 YCbCrtoRGB(cp3[1], pp[13]); in putcontig8bitYCbCrGenericTile()
1883 YCbCrtoRGB(cp3[2], pp[14]); in putcontig8bitYCbCrGenericTile()
1884 YCbCrtoRGB(cp3[3], pp[15]); in putcontig8bitYCbCrGenericTile()
1915 YCbCrtoRGB(cp [0], pp[ 0]); in DECLAREContigPutFunc()
1916 YCbCrtoRGB(cp [1], pp[ 1]); in DECLAREContigPutFunc()
1917 YCbCrtoRGB(cp [2], pp[ 2]); in DECLAREContigPutFunc()
1918 YCbCrtoRGB(cp [3], pp[ 3]); in DECLAREContigPutFunc()
1919 YCbCrtoRGB(cp1[0], pp[ 4]); in DECLAREContigPutFunc()
1920 YCbCrtoRGB(cp1[1], pp[ 5]); in DECLAREContigPutFunc()
1921 YCbCrtoRGB(cp1[2], pp[ 6]); in DECLAREContigPutFunc()
1922 YCbCrtoRGB(cp1[3], pp[ 7]); 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()
1927 YCbCrtoRGB(cp3[0], pp[12]); in DECLAREContigPutFunc()
1928 YCbCrtoRGB(cp3[1], pp[13]); in DECLAREContigPutFunc()
1929 YCbCrtoRGB(cp3[2], pp[14]); in DECLAREContigPutFunc()
1930 YCbCrtoRGB(cp3[3], pp[15]); in DECLAREContigPutFunc()
1952 default: YCbCrtoRGB(cp3[3], pp[15]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1953 case 3: YCbCrtoRGB(cp2[3], pp[11]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1954 case 2: YCbCrtoRGB(cp1[3], pp[ 7]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1955 case 1: YCbCrtoRGB(cp [3], pp[ 3]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1959 default: YCbCrtoRGB(cp3[2], pp[14]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1960 case 3: YCbCrtoRGB(cp2[2], pp[10]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1961 case 2: YCbCrtoRGB(cp1[2], pp[ 6]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1962 case 1: YCbCrtoRGB(cp [2], pp[ 2]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1966 default: YCbCrtoRGB(cp3[1], pp[13]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1967 case 3: YCbCrtoRGB(cp2[1], pp[ 9]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1968 case 2: YCbCrtoRGB(cp1[1], pp[ 5]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1969 case 1: YCbCrtoRGB(cp [1], pp[ 1]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1973 default: YCbCrtoRGB(cp3[0], pp[12]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1974 case 3: YCbCrtoRGB(cp2[0], pp[ 8]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1975 case 2: YCbCrtoRGB(cp1[0], pp[ 4]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
1976 case 1: YCbCrtoRGB(cp [0], pp[ 0]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
2018 YCbCrtoRGB(cp [0], pp[0]); in DECLAREContigPutFunc()
2019 YCbCrtoRGB(cp [1], pp[1]); in DECLAREContigPutFunc()
2020 YCbCrtoRGB(cp [2], pp[2]); in DECLAREContigPutFunc()
2021 YCbCrtoRGB(cp [3], pp[3]); in DECLAREContigPutFunc()
2022 YCbCrtoRGB(cp1[0], pp[4]); in DECLAREContigPutFunc()
2023 YCbCrtoRGB(cp1[1], pp[5]); in DECLAREContigPutFunc()
2024 YCbCrtoRGB(cp1[2], pp[6]); in DECLAREContigPutFunc()
2025 YCbCrtoRGB(cp1[3], pp[7]); in DECLAREContigPutFunc()
2043 default: YCbCrtoRGB(cp1[3], pp[ 7]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
2044 case 1: YCbCrtoRGB(cp [3], pp[ 3]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
2048 default: YCbCrtoRGB(cp1[2], pp[ 6]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
2049 case 1: YCbCrtoRGB(cp [2], pp[ 2]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
2053 default: YCbCrtoRGB(cp1[1], pp[ 5]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
2054 case 1: YCbCrtoRGB(cp [1], pp[ 1]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
2058 default: YCbCrtoRGB(cp1[0], pp[ 4]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
2059 case 1: YCbCrtoRGB(cp [0], pp[ 0]); /* FALLTHROUGH */ in DECLAREContigPutFunc()
2095 YCbCrtoRGB(cp [0], pp[0]); in DECLAREContigPutFunc()
2096 YCbCrtoRGB(cp [1], pp[1]); in DECLAREContigPutFunc()
2097 YCbCrtoRGB(cp [2], pp[2]); in DECLAREContigPutFunc()
2098 YCbCrtoRGB(cp [3], pp[3]); in DECLAREContigPutFunc()
2111 case 3: YCbCrtoRGB(cp [2], pp[2]); /*-fallthrough*/ in DECLAREContigPutFunc()
2112 case 2: YCbCrtoRGB(cp [1], pp[1]); /*-fallthrough*/ in DECLAREContigPutFunc()
2113 case 1: YCbCrtoRGB(cp [0], pp[0]); /*-fallthrough*/ in DECLAREContigPutFunc()
2142 YCbCrtoRGB(cp[0], pp[0]); in DECLAREContigPutFunc()
2143 YCbCrtoRGB(cp[1], pp[1]); in DECLAREContigPutFunc()
2144 YCbCrtoRGB(cp2[0], pp[2]); in DECLAREContigPutFunc()
2145 YCbCrtoRGB(cp2[1], pp[3]); in DECLAREContigPutFunc()
2154 YCbCrtoRGB(cp[0], pp[0]); in DECLAREContigPutFunc()
2155 YCbCrtoRGB(cp2[0], pp[2]); in DECLAREContigPutFunc()
2170 YCbCrtoRGB(cp[0], pp[0]); in DECLAREContigPutFunc()
2171 YCbCrtoRGB(cp[1], pp[1]); in DECLAREContigPutFunc()
2180 YCbCrtoRGB(cp[0], pp[0]); in DECLAREContigPutFunc()
2198 YCbCrtoRGB(cp[0], pp[0]); in DECLAREContigPutFunc()
2199 YCbCrtoRGB(cp[1], pp[1]); in DECLAREContigPutFunc()
2211 YCbCrtoRGB(cp[0], pp[0]); in DECLAREContigPutFunc()
2237 YCbCrtoRGB(cp[0], pp[0]); in DECLAREContigPutFunc()
2238 YCbCrtoRGB(cp2[0], pp[1]); in DECLAREContigPutFunc()
2253 YCbCrtoRGB(cp[0], pp[0]); in DECLAREContigPutFunc()
2273 YCbCrtoRGB(*cp++, pp[0]); in DECLAREContigPutFunc()
2301 #undef YCbCrtoRGB