Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:bmask

577 #define BIT_MASK(nbits)   bmask[nbits]
578 #define HUFF_EXTEND(x,s) ((x) <= bmask[(s) - 1] ? (x) - bmask[s] : (x))
580 static const int bmask[16] = /* bmask[n] is mask for n rightmost bits */