Searched refs:hufCode (Results 1 – 1 of 1) sorted by relevance
8293 inline long long hufCode(long long code) { return code >> 6; } in hufCode() function8710 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()