MCPcopy Create free account
hub / github.com/IENT/YUView / parse

Method parse

YUViewLib/src/parser/VVC/filler_data_rbsp.cpp:40–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38using namespace parser::reader;
39
40void filler_data_rbsp::parse(SubByteReaderLogging &reader)
41{
42 SubByteReaderLoggingSubLevel subLevel(reader, "filler_data_rbsp");
43
44 while(reader.canReadBits(8))
45 {
46 reader.readBits("fd_ff_byte", 8, Options().withCheckEqualTo(255));
47 this->number_fd_ff_bytes++;
48 }
49 this->rbsp_trailing_bits_instance.parse(reader);
50}
51
52} // namespace parser::vvc

Callers

nothing calls this directly

Calls 3

OptionsClass · 0.85
canReadBitsMethod · 0.80
readBitsMethod · 0.45

Tested by

no test coverage detected