Home | History | Annotate | Download | only in dec

Lines Matching refs:huffman_mask_

749   const int mask = hdr->huffman_mask_;
841 const int mask = hdr->huffman_mask_;
1094 hdr->huffman_mask_ = (num_bits == 0) ? ~0 : (1 << num_bits) - 1;