Searched defs:nBits (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 8295 inline void outputBits(int nBits, long long bits, long long &c, int &lc, in outputBits() 8305 inline long long getBits(int nBits, long long &c, int &lc, const char *&in) { in getBits() 9108 int nBits = hufEncode(freq.data(), raw, nRaw, iM, dataStart); in hufCompress() local 9131 int nBits = readUInt(compressed + 12); in hufUncompress() local
|