Lines Matching refs:high
431 inline deUint32 getBits (deUint64 src, int low, int high) in getBits() argument
433 const int numBits = (high-low) + 1; in getBits()
1355 inline deUint32 getBits128 (deUint64 low, deUint64 high, deUint32 first, deUint32 last) in getBits128() argument
1357 const deUint64 d[2] = { low, high }; in getBits128()
1389 const deUint32 data1 = (deUint32)(high & mask1); in getBits128()
1831 const deUint64 high = ((deUint64*)src)[1]; in decompressBc6H() local
1832 const deUint32 d = mode < 10 ? getBits128(low, high, 77, 81) : 0; in decompressBc6H()
1837 deUint64 colorIndexData = high >> (mode < 10 ? 18 : 1); in decompressBc6H()
1843 g[2] |= getBits128(low, high, 2, 2) << 4; in decompressBc6H()
1844 b[2] |= getBits128(low, high, 3, 3) << 4; in decompressBc6H()
1845 b[3] |= getBits128(low, high, 4, 4) << 4; in decompressBc6H()
1846 r[0] |= getBits128(low, high, 5, 14); in decompressBc6H()
1847 g[0] |= getBits128(low, high, 15, 24); in decompressBc6H()
1848 b[0] |= getBits128(low, high, 25, 34); in decompressBc6H()
1849 r[1] |= getBits128(low, high, 35, 39); in decompressBc6H()
1850 g[3] |= getBits128(low, high, 40, 40) << 4; in decompressBc6H()
1851 g[2] |= getBits128(low, high, 41, 44); in decompressBc6H()
1852 g[1] |= getBits128(low, high, 45, 49); in decompressBc6H()
1853 b[3] |= getBits128(low, high, 50, 50); in decompressBc6H()
1854 g[3] |= getBits128(low, high, 51, 54); in decompressBc6H()
1855 b[1] |= getBits128(low, high, 55, 59); in decompressBc6H()
1856 b[3] |= getBits128(low, high, 60, 60) << 1; in decompressBc6H()
1857 b[2] |= getBits128(low, high, 61, 64); in decompressBc6H()
1858 r[2] |= getBits128(low, high, 65, 69); in decompressBc6H()
1859 b[3] |= getBits128(low, high, 70, 70) << 2; in decompressBc6H()
1860 r[3] |= getBits128(low, high, 71, 75); in decompressBc6H()
1861 b[3] |= getBits128(low, high, 76, 76) << 3; in decompressBc6H()
1866 g[2] |= getBits128(low, high, 2, 2) << 5; in decompressBc6H()
1867 g[3] |= getBits128(low, high, 3, 3) << 4; in decompressBc6H()
1868 g[3] |= getBits128(low, high, 4, 4) << 5; in decompressBc6H()
1869 r[0] |= getBits128(low, high, 5, 11); in decompressBc6H()
1870 b[3] |= getBits128(low, high, 12, 12); in decompressBc6H()
1871 b[3] |= getBits128(low, high, 13, 13) << 1; in decompressBc6H()
1872 b[2] |= getBits128(low, high, 14, 14) << 4; in decompressBc6H()
1873 g[0] |= getBits128(low, high, 15, 21); in decompressBc6H()
1874 b[2] |= getBits128(low, high, 22, 22) << 5; in decompressBc6H()
1875 b[3] |= getBits128(low, high, 23, 23) << 2; in decompressBc6H()
1876 g[2] |= getBits128(low, high, 24, 24) << 4; in decompressBc6H()
1877 b[0] |= getBits128(low, high, 25, 31); in decompressBc6H()
1878 b[3] |= getBits128(low, high, 32, 32) << 3; in decompressBc6H()
1879 b[3] |= getBits128(low, high, 33, 33) << 5; in decompressBc6H()
1880 b[3] |= getBits128(low, high, 34, 34) << 4; in decompressBc6H()
1881 r[1] |= getBits128(low, high, 35, 40); in decompressBc6H()
1882 g[2] |= getBits128(low, high, 41, 44); in decompressBc6H()
1883 g[1] |= getBits128(low, high, 45, 50); in decompressBc6H()
1884 g[3] |= getBits128(low, high, 51, 54); in decompressBc6H()
1885 b[1] |= getBits128(low, high, 55, 60); in decompressBc6H()
1886 b[2] |= getBits128(low, high, 61, 64); in decompressBc6H()
1887 r[2] |= getBits128(low, high, 65, 70); in decompressBc6H()
1888 r[3] |= getBits128(low, high, 71, 76); in decompressBc6H()
1893 r[0] |= getBits128(low, high, 5, 14); in decompressBc6H()
1894 g[0] |= getBits128(low, high, 15, 24); in decompressBc6H()
1895 b[0] |= getBits128(low, high, 25, 34); in decompressBc6H()
1896 r[1] |= getBits128(low, high, 35, 39); in decompressBc6H()
1897 r[0] |= getBits128(low, high, 40, 40) << 10; in decompressBc6H()
1898 g[2] |= getBits128(low, high, 41, 44); in decompressBc6H()
1899 g[1] |= getBits128(low, high, 45, 48); in decompressBc6H()
1900 g[0] |= getBits128(low, high, 49, 49) << 10; in decompressBc6H()
1901 b[3] |= getBits128(low, high, 50, 50); in decompressBc6H()
1902 g[3] |= getBits128(low, high, 51, 54); in decompressBc6H()
1903 b[1] |= getBits128(low, high, 55, 58); in decompressBc6H()
1904 b[0] |= getBits128(low, high, 59, 59) << 10; in decompressBc6H()
1905 b[3] |= getBits128(low, high, 60, 60) << 1; in decompressBc6H()
1906 b[2] |= getBits128(low, high, 61, 64); in decompressBc6H()
1907 r[2] |= getBits128(low, high, 65, 69); in decompressBc6H()
1908 b[3] |= getBits128(low, high, 70, 70) << 2; in decompressBc6H()
1909 r[3] |= getBits128(low, high, 71, 75); in decompressBc6H()
1910 b[3] |= getBits128(low, high, 76, 76) << 3; in decompressBc6H()
1916 r[0] |= getBits128(low, high, 5, 14); in decompressBc6H()
1917 g[0] |= getBits128(low, high, 15, 24); in decompressBc6H()
1918 b[0] |= getBits128(low, high, 25, 34); in decompressBc6H()
1919 r[1] |= getBits128(low, high, 35, 38); in decompressBc6H()
1920 r[0] |= getBits128(low, high, 39, 39) << 10; in decompressBc6H()
1921 g[3] |= getBits128(low, high, 40, 40) << 4; in decompressBc6H()
1922 g[2] |= getBits128(low, high, 41, 44); in decompressBc6H()
1923 g[1] |= getBits128(low, high, 45, 49); in decompressBc6H()
1924 g[0] |= getBits128(low, high, 50, 50) << 10; in decompressBc6H()
1925 g[3] |= getBits128(low, high, 51, 54); in decompressBc6H()
1926 b[1] |= getBits128(low, high, 55, 58); in decompressBc6H()
1927 b[0] |= getBits128(low, high, 59, 59) << 10; in decompressBc6H()
1928 b[3] |= getBits128(low, high, 60, 60) << 1; in decompressBc6H()
1929 b[2] |= getBits128(low, high, 61, 64); in decompressBc6H()
1930 r[2] |= getBits128(low, high, 65, 68); in decompressBc6H()
1931 b[3] |= getBits128(low, high, 69, 69); in decompressBc6H()
1932 b[3] |= getBits128(low, high, 70, 70) << 2; in decompressBc6H()
1933 r[3] |= getBits128(low, high, 71, 74); in decompressBc6H()
1934 g[2] |= getBits128(low, high, 75, 75) << 4; in decompressBc6H()
1935 b[3] |= getBits128(low, high, 76, 76) << 3; in decompressBc6H()
1941 r[0] |= getBits128(low, high, 5, 14); in decompressBc6H()
1942 g[0] |= getBits128(low, high, 15, 24); in decompressBc6H()
1943 b[0] |= getBits128(low, high, 25, 34); in decompressBc6H()
1944 r[1] |= getBits128(low, high, 35, 38); in decompressBc6H()
1945 r[0] |= getBits128(low, high, 39, 39) << 10; in decompressBc6H()
1946 b[2] |= getBits128(low, high, 40, 40) << 4; in decompressBc6H()
1947 g[2] |= getBits128(low, high, 41, 44); in decompressBc6H()
1948 g[1] |= getBits128(low, high, 45, 48); in decompressBc6H()
1949 g[0] |= getBits128(low, high, 49, 49) << 10; in decompressBc6H()
1950 b[3] |= getBits128(low, high, 50, 50); in decompressBc6H()
1951 g[3] |= getBits128(low, high, 51, 54); in decompressBc6H()
1952 b[1] |= getBits128(low, high, 55, 59); in decompressBc6H()
1953 b[0] |= getBits128(low, high, 60, 60) << 10; in decompressBc6H()
1954 b[2] |= getBits128(low, high, 61, 64); in decompressBc6H()
1955 r[2] |= getBits128(low, high, 65, 68); in decompressBc6H()
1956 b[3] |= getBits128(low, high, 69, 69) << 1; in decompressBc6H()
1957 b[3] |= getBits128(low, high, 70, 70) << 2; in decompressBc6H()
1958 r[3] |= getBits128(low, high, 71, 74); in decompressBc6H()
1959 b[3] |= getBits128(low, high, 75, 75) << 4; in decompressBc6H()
1960 b[3] |= getBits128(low, high, 76, 76) << 3; in decompressBc6H()
1966 r[0] |= getBits128(low, high, 5, 13); in decompressBc6H()
1967 b[2] |= getBits128(low, high, 14, 14) << 4; in decompressBc6H()
1968 g[0] |= getBits128(low, high, 15, 23); in decompressBc6H()
1969 g[2] |= getBits128(low, high, 24, 24) << 4; in decompressBc6H()
1970 b[0] |= getBits128(low, high, 25, 33); in decompressBc6H()
1971 b[3] |= getBits128(low, high, 34, 34) << 4; in decompressBc6H()
1972 r[1] |= getBits128(low, high, 35, 39); in decompressBc6H()
1973 g[3] |= getBits128(low, high, 40, 40) << 4; in decompressBc6H()
1974 g[2] |= getBits128(low, high, 41, 44); in decompressBc6H()
1975 g[1] |= getBits128(low, high, 45, 49); in decompressBc6H()
1976 b[3] |= getBits128(low, high, 50, 50); in decompressBc6H()
1977 g[3] |= getBits128(low, high, 51, 54); in decompressBc6H()
1978 b[1] |= getBits128(low, high, 55, 59); in decompressBc6H()
1979 b[3] |= getBits128(low, high, 60, 60) << 1; in decompressBc6H()
1980 b[2] |= getBits128(low, high, 61, 64); in decompressBc6H()
1981 r[2] |= getBits128(low, high, 65, 69); in decompressBc6H()
1982 b[3] |= getBits128(low, high, 70, 70) << 2; in decompressBc6H()
1983 r[3] |= getBits128(low, high, 71, 75); in decompressBc6H()
1984 b[3] |= getBits128(low, high, 76, 76) << 3; in decompressBc6H()
1989 r[0] |= getBits128(low, high, 5, 12); in decompressBc6H()
1990 g[3] |= getBits128(low, high, 13, 13) << 4; in decompressBc6H()
1991 b[2] |= getBits128(low, high, 14, 14) << 4; in decompressBc6H()
1992 g[0] |= getBits128(low, high, 15, 22); in decompressBc6H()
1993 b[3] |= getBits128(low, high, 23, 23) << 2; in decompressBc6H()
1994 g[2] |= getBits128(low, high, 24, 24) << 4; in decompressBc6H()
1995 b[0] |= getBits128(low, high, 25, 32); in decompressBc6H()
1996 b[3] |= getBits128(low, high, 33, 33) << 3; in decompressBc6H()
1997 b[3] |= getBits128(low, high, 34, 34) << 4; in decompressBc6H()
1998 r[1] |= getBits128(low, high, 35, 40); in decompressBc6H()
1999 g[2] |= getBits128(low, high, 41, 44); in decompressBc6H()
2000 g[1] |= getBits128(low, high, 45, 49); in decompressBc6H()
2001 b[3] |= getBits128(low, high, 50, 50); in decompressBc6H()
2002 g[3] |= getBits128(low, high, 51, 54); in decompressBc6H()
2003 b[1] |= getBits128(low, high, 55, 59); in decompressBc6H()
2004 b[3] |= getBits128(low, high, 60, 60) << 1; in decompressBc6H()
2005 b[2] |= getBits128(low, high, 61, 64); in decompressBc6H()
2006 r[2] |= getBits128(low, high, 65, 70); in decompressBc6H()
2007 r[3] |= getBits128(low, high, 71, 76); in decompressBc6H()
2013 r[0] |= getBits128(low, high, 5, 12); in decompressBc6H()
2014 b[3] |= getBits128(low, high, 13, 13); in decompressBc6H()
2015 b[2] |= getBits128(low, high, 14, 14) << 4; in decompressBc6H()
2016 g[0] |= getBits128(low, high, 15, 22); in decompressBc6H()
2017 g[2] |= getBits128(low, high, 23, 23) << 5; in decompressBc6H()
2018 g[2] |= getBits128(low, high, 24, 24) << 4; in decompressBc6H()
2019 b[0] |= getBits128(low, high, 25, 32); in decompressBc6H()
2020 g[3] |= getBits128(low, high, 33, 33) << 5; in decompressBc6H()
2021 b[3] |= getBits128(low, high, 34, 34) << 4; in decompressBc6H()
2022 r[1] |= getBits128(low, high, 35, 39); in decompressBc6H()
2023 g[3] |= getBits128(low, high, 40, 40) << 4; in decompressBc6H()
2024 g[2] |= getBits128(low, high, 41, 44); in decompressBc6H()
2025 g[1] |= getBits128(low, high, 45, 50); in decompressBc6H()
2026 g[3] |= getBits128(low, high, 51, 54); in decompressBc6H()
2027 b[1] |= getBits128(low, high, 55, 59); in decompressBc6H()
2028 b[3] |= getBits128(low, high, 60, 60) << 1; in decompressBc6H()
2029 b[2] |= getBits128(low, high, 61, 64); in decompressBc6H()
2030 r[2] |= getBits128(low, high, 65, 69); in decompressBc6H()
2031 b[3] |= getBits128(low, high, 70, 70) << 2; in decompressBc6H()
2032 r[3] |= getBits128(low, high, 71, 75); in decompressBc6H()
2033 b[3] |= getBits128(low, high, 76, 76) << 3; in decompressBc6H()
2039 r[0] |= getBits128(low, high, 5, 12); in decompressBc6H()
2040 b[3] |= getBits128(low, high, 13, 13) << 1; in decompressBc6H()
2041 b[2] |= getBits128(low, high, 14, 14) << 4; in decompressBc6H()
2042 g[0] |= getBits128(low, high, 15, 22); in decompressBc6H()
2043 b[2] |= getBits128(low, high, 23, 23) << 5; in decompressBc6H()
2044 g[2] |= getBits128(low, high, 24, 24) << 4; in decompressBc6H()
2045 b[0] |= getBits128(low, high, 25, 32); in decompressBc6H()
2046 b[3] |= getBits128(low, high, 33, 33) << 5; in decompressBc6H()
2047 b[3] |= getBits128(low, high, 34, 34) << 4; in decompressBc6H()
2048 r[1] |= getBits128(low, high, 35, 39); in decompressBc6H()
2049 g[3] |= getBits128(low, high, 40, 40) << 4; in decompressBc6H()
2050 g[2] |= getBits128(low, high, 41, 44); in decompressBc6H()
2051 g[1] |= getBits128(low, high, 45, 49); in decompressBc6H()
2052 b[3] |= getBits128(low, high, 50, 50); in decompressBc6H()
2053 g[3] |= getBits128(low, high, 51, 54); in decompressBc6H()
2054 b[1] |= getBits128(low, high, 55, 60); in decompressBc6H()
2055 b[2] |= getBits128(low, high, 61, 64); in decompressBc6H()
2056 r[2] |= getBits128(low, high, 65, 69); in decompressBc6H()
2057 b[3] |= getBits128(low, high, 70, 70) << 2; in decompressBc6H()
2058 r[3] |= getBits128(low, high, 71, 75); in decompressBc6H()
2059 b[3] |= getBits128(low, high, 76, 76) << 3; in decompressBc6H()
2065 r[0] |= getBits128(low, high, 5, 10); in decompressBc6H()
2066 g[3] |= getBits128(low, high, 11, 11) << 4; in decompressBc6H()
2067 b[3] |= getBits128(low, high, 12, 13); in decompressBc6H()
2068 b[2] |= getBits128(low, high, 14, 14) << 4; in decompressBc6H()
2069 g[0] |= getBits128(low, high, 15, 20); in decompressBc6H()
2070 g[2] |= getBits128(low, high, 21, 21) << 5; in decompressBc6H()
2071 b[2] |= getBits128(low, high, 22, 22) << 5; in decompressBc6H()
2072 b[3] |= getBits128(low, high, 23, 23) << 2; in decompressBc6H()
2073 g[2] |= getBits128(low, high, 24, 24) << 4; in decompressBc6H()
2074 b[0] |= getBits128(low, high, 25, 30); in decompressBc6H()
2075 g[3] |= getBits128(low, high, 31, 31) << 5; in decompressBc6H()
2076 b[3] |= getBits128(low, high, 32, 32) << 3; in decompressBc6H()
2077 b[3] |= getBits128(low, high, 33, 33) << 5; in decompressBc6H()
2078 b[3] |= getBits128(low, high, 34, 34) << 4; in decompressBc6H()
2079 r[1] |= getBits128(low, high, 35, 40); in decompressBc6H()
2080 g[2] |= getBits128(low, high, 41, 44); in decompressBc6H()
2081 g[1] |= getBits128(low, high, 45, 50); in decompressBc6H()
2082 g[3] |= getBits128(low, high, 51, 54); in decompressBc6H()
2083 b[1] |= getBits128(low, high, 55, 60); in decompressBc6H()
2084 b[2] |= getBits128(low, high, 61, 64); in decompressBc6H()
2085 r[2] |= getBits128(low, high, 65, 70); in decompressBc6H()
2086 r[3] |= getBits128(low, high, 71, 76); in decompressBc6H()
2091 r[0] |= getBits128(low, high, 5, 14); in decompressBc6H()
2092 g[0] |= getBits128(low, high, 15, 24); in decompressBc6H()
2093 b[0] |= getBits128(low, high, 25, 34); in decompressBc6H()
2094 r[1] |= getBits128(low, high, 35, 44); in decompressBc6H()
2095 g[1] |= getBits128(low, high, 45, 54); in decompressBc6H()
2096 b[1] |= getBits128(low, high, 55, 64); in decompressBc6H()
2101 r[0] |= getBits128(low, high, 5, 14); in decompressBc6H()
2102 g[0] |= getBits128(low, high, 15, 24); in decompressBc6H()
2103 b[0] |= getBits128(low, high, 25, 34); in decompressBc6H()
2104 r[1] |= getBits128(low, high, 35, 43); in decompressBc6H()
2105 r[0] |= getBits128(low, high, 44, 44) << 10; in decompressBc6H()
2106 g[1] |= getBits128(low, high, 45, 53); in decompressBc6H()
2107 g[0] |= getBits128(low, high, 54, 54) << 10; in decompressBc6H()
2108 b[1] |= getBits128(low, high, 55, 63); in decompressBc6H()
2109 b[0] |= getBits128(low, high, 64, 64) << 10; in decompressBc6H()
2114 r[0] |= getBits128(low, high, 5, 14); in decompressBc6H()
2115 g[0] |= getBits128(low, high, 15, 24); in decompressBc6H()
2116 b[0] |= getBits128(low, high, 25, 34); in decompressBc6H()
2117 r[1] |= getBits128(low, high, 35, 42); in decompressBc6H()
2118 r[0] |= getBits128(low, high, 44, 43) << 10; in decompressBc6H()
2119 g[1] |= getBits128(low, high, 45, 52); in decompressBc6H()
2120 g[0] |= getBits128(low, high, 54, 53) << 10; in decompressBc6H()
2121 b[1] |= getBits128(low, high, 55, 62); in decompressBc6H()
2122 b[0] |= getBits128(low, high, 64, 63) << 10; in decompressBc6H()
2127 r[0] |= getBits128(low, high, 5, 14); in decompressBc6H()
2128 g[0] |= getBits128(low, high, 15, 24); in decompressBc6H()
2129 b[0] |= getBits128(low, high, 25, 34); in decompressBc6H()
2130 r[1] |= getBits128(low, high, 35, 38); in decompressBc6H()
2131 r[0] |= getBits128(low, high, 44, 39) << 10; in decompressBc6H()
2132 g[1] |= getBits128(low, high, 45, 48); in decompressBc6H()
2133 g[0] |= getBits128(low, high, 54, 49) << 10; in decompressBc6H()
2134 b[1] |= getBits128(low, high, 55, 58); in decompressBc6H()
2135 b[0] |= getBits128(low, high, 64, 59) << 10; in decompressBc6H()
2237 const deUint64 high = ((deUint64*)src)[1]; in decompressBc7() local
2250 partitionSetId = getBits128(low, high, offset, offset + partitionBits[mode] - 1); in decompressBc7()
2257 rotation = getBits128(low, high, offset, offset + 1); in decompressBc7()
2261 idxMode = getBits128(low, high, offset, offset); in decompressBc7()
2279 endpoints[ep][cpnt] = getBits128(low, high, offset, offset + n - 1); in decompressBc7()
2390 …const deUint32 colorIdx = getBits128(low, high, colorIdxOffset, colorIdxOffset + colorIndexBit… in decompressBc7()
2391 …const deUint32 alphaIdx = (mode == 4 || mode == 5) ? getBits128(low, high, alphaIdxOffset, alp… in decompressBc7()