Home
last modified time | relevance | path

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

/external/libaom/libaom/common/
Dav1_config.c248 AV1C_READ_BIT_OR_RETURN_ERROR(reduced_still_picture_header); in parse_sequence_header()
249 if (reduced_still_picture_header) { in parse_sequence_header()
326 if (!reduced_still_picture_header) { in parse_sequence_header()
340 if (!reduced_still_picture_header) { in parse_sequence_header()
/external/libgav1/libgav1/src/
Dobu_parser.cc324 sequence_header.reduced_still_picture_header = static_cast<bool>(scratch); in ParseSequenceHeader()
325 if (sequence_header.reduced_still_picture_header) { in ParseSequenceHeader()
392 if (!sequence_header.reduced_still_picture_header) { in ParseSequenceHeader()
417 if (sequence_header.reduced_still_picture_header) { in ParseSequenceHeader()
1768 if (sequence_header_.reduced_still_picture_header) { in ParseFrameParameters()
1935 } else if (!sequence_header_.reduced_still_picture_header) { in ParseFrameParameters()
2152 !sequence_header_.reduced_still_picture_header) { in ParseFrameParameters()
Dobu_parser.h143 bool reduced_still_picture_header; member