Searched defs:nBits (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_util.cpp | 242 bool BitSet::resize(unsigned int nBits) in resize() 265 bool BitSet::allocate(unsigned int nBits, bool zero) in allocate()
|
D | nv50_ir_util.h | 477 BitSet(unsigned int nBits, bool zero) : marker(false), data(0), size(0) in BitSet()
|
/third_party/lame/libmp3lame/ |
D | quantize.c | 371 int nBits; in bin_search_StepSize() local
|
/third_party/ffmpeg/libavcodec/ |
D | exr.c | 449 uint32_t nBits; in huf_uncompress() local
|
/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
|