Home
last modified time | relevance | path

Searched defs:nBits (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_util.cpp242 bool BitSet::resize(unsigned int nBits) in resize()
265 bool BitSet::allocate(unsigned int nBits, bool zero) in allocate()
Dnv50_ir_util.h477 BitSet(unsigned int nBits, bool zero) : marker(false), data(0), size(0) in BitSet()
/third_party/lame/libmp3lame/
Dquantize.c371 int nBits; in bin_search_StepSize() local
/third_party/ffmpeg/libavcodec/
Dexr.c449 uint32_t nBits; in huf_uncompress() local
/third_party/astc-encoder/Source/
Dtinyexr.h8295 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