Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h8293 inline long long hufCode(long long code) { return code >> 6; } in hufCode() function
8710 long long c = hufCode(hcode[im]); in hufBuildDecTable()
8801 outputBits(hufLength(code), hufCode(code), c, lc, out); in outputCode()
9010 if (hufCode(hcode[pl.p[j]]) == in hufDecode()