Home
last modified time | relevance | path

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

/external/puffin/src/
Dbit_writer.h17 class BitWriterInterface {
19 virtual ~BitWriterInterface() = default;
63 class BufferBitWriter : public BitWriterInterface {
Dhuffman_table.h201 BitWriterInterface* bw,
261 BitWriterInterface* bw,
Dhuffman_table.cc397 BitWriterInterface* bw, in BuildDynamicHuffmanTable()
495 BitWriterInterface* bw, in BuildHuffmanCodeLengths()
Dhuffer.cc29 BitWriterInterface* bw, in HuffDeflate()
/external/puffin/src/include/puffin/
Dhuffer.h16 class BitWriterInterface; variable
28 BitWriterInterface* bw,