Home
last modified time | relevance | path

Searched refs:getBits (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h8305 inline long long getBits(int nBits, long long &c, int &lc, const char *&in) { in getBits() function
8635 long long l = hcode[im] = getBits(6, c, lc, p); // code length in hufUnpackEncTable()
8642 int zerun = getBits(8, c, lc, p) + SHORTEST_LONG_RUN; in hufUnpackEncTable()