Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_initimg/
Dsimple_huffman.c105 static UInt _Huffman_ReadBits( huff_bitstream_t *stream, in _Huffman_ReadBits() function
316 if( _Huffman_ReadBits( stream, 1 ) ) in _Huffman_RecoverTree()
319 symbol = _Huffman_ReadBits( stream, 8 ); in _Huffman_RecoverTree()
333 if( _Huffman_ReadBits( stream, 1 ) ) in _Huffman_RecoverTree()
341 if( _Huffman_ReadBits( stream, 1 ) ) in _Huffman_RecoverTree()
502 new_bits = _Huffman_ReadBits( &stream, delta_bits ); in Huffman_Uncompress()