Home
last modified time | relevance | path

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

/external/puffin/src/
Dhuffer.cc59 TEST_AND_RETURN_FALSE(pd.type == PuffData::Type::kEndOfBlock); in HuffDeflate()
60 } else if (pd.type == PuffData::Type::kEndOfBlock) { in HuffDeflate()
164 case PuffData::Type::kEndOfBlock: { in HuffDeflate()
Dpuffer.cc100 pd.type = PuffData::Type::kEndOfBlock; in PuffDeflate()
162 pd.type = PuffData::Type::kEndOfBlock; in PuffDeflate()
Dpuff_io_unittest.cc123 pd.type = PuffData::Type::kEndOfBlock; in TEST()
132 ASSERT_EQ(pd.type, PuffData::Type::kEndOfBlock); in TEST()
208 pd.type = PuffData::Type::kEndOfBlock; in TEST()
217 ASSERT_EQ(pd.type, PuffData::Type::kEndOfBlock); in TEST()
Dpuff_data.h34 kEndOfBlock, enumerator
Dpuff_reader.cc46 pd.type = PuffData::Type::kEndOfBlock; in GetNext()
Dpuff_writer.cc137 case PuffData::Type::kEndOfBlock: in Insert()
Dpuffin_unittest.cc75 case PuffData::Type::kEndOfBlock: in DecompressPuff()