Searched refs:HUF_DECMASK (Results 1 – 1 of 1) sorted by relevance
8282 const int HUF_DECMASK = HUF_DECSIZE - 1; variable8973 const HufDec pl = hdecod[(c >> (lc - HUF_DECBITS)) & HUF_DECMASK]; in hufDecode()9042 const HufDec pl = hdecod[(c << (HUF_DECBITS - lc)) & HUF_DECMASK]; in hufDecode()