Searched defs:nBits (Results 1 - 4 of 4) sorted by relevance
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_util.cpp | 242 bool BitSet::resize(unsigned int nBits) in resize() argument 265 bool BitSet::allocate(unsigned int nBits, boo argument [all...] |
| /third_party/lame/libmp3lame/ |
| H A D | quantize.c | 371 int nBits; in bin_search_StepSize() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | exr.c | 449 uint32_t nBits; in huf_uncompress() local
|
| /third_party/astc-encoder/Source/ |
| H A D | tinyexr.h | 8295 inline void outputBits(int nBits, long long bits, long long &c, int &lc, in outputBits() argument 8297 c <<= nBits; in outputBits() local 8305 inline long long getBits(int nBits, long long &c, int &lc, const char *&in) { in getBits() argument 9108 int nBits = hufEncode(freq.data(), raw, nRaw, iM, dataStart); in hufCompress() local 9131 int nBits = readUInt(compressed + 12); hufUncompress() local [all...] |
Completed in 23 milliseconds