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

Method parse

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

Source from the content-addressed store, hash-verified

38using namespace parser::reader;
39
40void byte_alignment::parse(SubByteReaderLogging &reader)
41{
42 SubByteReaderLoggingSubLevel subLevel(reader, "byte_alignment");
43
44 reader.readFlag("byte_alignment_bit_equal_to_one", Options().withCheckEqualTo(1));
45 while (!reader.byte_aligned())
46 {
47 reader.readFlag("byte_alignment_bit_equal_to_zero", Options().withCheckEqualTo(0));
48 }
49}
50
51} // namespace parser::vvc

Callers

nothing calls this directly

Calls 3

OptionsClass · 0.85
readFlagMethod · 0.80
byte_alignedMethod · 0.80

Tested by

no test coverage detected