• Home
  • Raw
  • Download

Lines Matching refs:ObuParser

140 bool ObuParser::ParseColorConfig(ObuSequenceHeader* sequence_header) {  in ParseColorConfig()
247 bool ObuParser::ParseTimingInfo(ObuSequenceHeader* sequence_header) { in ParseTimingInfo()
274 bool ObuParser::ParseDecoderModelInfo(ObuSequenceHeader* sequence_header) { in ParseDecoderModelInfo()
292 bool ObuParser::ParseOperatingParameters(ObuSequenceHeader* sequence_header, in ParseOperatingParameters()
313 bool ObuParser::ParseSequenceHeader(bool seen_frame_header) { in ParseSequenceHeader()
501 void ObuParser::MarkInvalidReferenceFrames() { in MarkInvalidReferenceFrames()
528 bool ObuParser::ParseFrameSizeAndRenderSize() { in ParseFrameSizeAndRenderSize()
564 bool ObuParser::ParseSuperResParametersAndComputeImageSize() { in ParseSuperResParametersAndComputeImageSize()
598 bool ObuParser::ValidateInterFrameSize() const { in ValidateInterFrameSize()
618 bool ObuParser::ParseReferenceOrderHint() { in ParseReferenceOrderHint()
636 int ObuParser::FindLatestBackwardReference( in FindLatestBackwardReference()
654 int ObuParser::FindEarliestBackwardReference( in FindEarliestBackwardReference()
672 int ObuParser::FindLatestForwardReference( in FindLatestForwardReference()
690 int ObuParser::FindReferenceWithSmallestOutputOrder( in FindReferenceWithSmallestOutputOrder()
733 bool ObuParser::SetFrameReferences(const int8_t last_frame_idx, in SetFrameReferences()
843 bool ObuParser::ParseLoopFilterParameters() { in ParseLoopFilterParameters()
918 bool ObuParser::ParseDeltaQuantizer(int8_t* const delta) { in ParseDeltaQuantizer()
934 bool ObuParser::ParseQuantizerParameters() { in ParseQuantizerParameters()
987 bool ObuParser::ParseSegmentationParameters() { in ParseSegmentationParameters()
1049 bool ObuParser::ParseQuantizerIndexDeltaParameters() { in ParseQuantizerIndexDeltaParameters()
1062 bool ObuParser::ParseLoopFilterDeltaParameters() { in ParseLoopFilterDeltaParameters()
1079 void ObuParser::ComputeSegmentLosslessAndQIndex() { in ComputeSegmentLosslessAndQIndex()
1102 bool ObuParser::ParseCdefParameters() { in ParseCdefParameters()
1133 bool ObuParser::ParseLoopRestorationParameters() { in ParseLoopRestorationParameters()
1182 bool ObuParser::ParseTxModeSyntax() { in ParseTxModeSyntax()
1193 bool ObuParser::ParseFrameReferenceModeSyntax() { in ParseFrameReferenceModeSyntax()
1202 bool ObuParser::IsSkipModeAllowed() { in IsSkipModeAllowed()
1276 bool ObuParser::ParseSkipModeParameters() { in ParseSkipModeParameters()
1285 bool ObuParser::ParseGlobalParamSyntax( in ParseGlobalParamSyntax()
1321 bool ObuParser::ParseGlobalMotionParameters() { in ParseGlobalMotionParameters()
1393 bool ObuParser::ParseFilmGrainParameters() { in ParseFilmGrainParameters()
1607 bool ObuParser::ParseTileInfoSyntax() { in ParseTileInfoSyntax()
1755 bool ObuParser::ReadAllowWarpedMotion() { in ReadAllowWarpedMotion()
1767 bool ObuParser::ParseFrameParameters() { in ParseFrameParameters()
2154 bool ObuParser::ParseFrameHeader() { in ParseFrameHeader()
2197 bool ObuParser::ParsePadding(const uint8_t* data, size_t size) { in ParsePadding()
2220 bool ObuParser::ParseMetadataScalability() { in ParseMetadataScalability()
2283 bool ObuParser::ParseMetadataTimecode() { in ParseMetadataTimecode()
2373 bool ObuParser::ParseMetadata(const uint8_t* data, size_t size) { in ParseMetadata()
2488 bool ObuParser::AddTileBuffers(int start, int end, size_t total_size, in AddTileBuffers()
2546 bool ObuParser::ParseTileGroup(size_t size, size_t bytes_consumed_so_far) { in ParseTileGroup()
2586 bool ObuParser::ParseHeader() { in ParseHeader()
2631 bool ObuParser::InitBitReader(const uint8_t* const data, size_t size) { in InitBitReader()
2636 bool ObuParser::EnsureCurrentFrameIsNotNull() { in EnsureCurrentFrameIsNotNull()
2646 bool ObuParser::HasData() const { return size_ > 0; } in HasData()
2648 StatusCode ObuParser::ParseOneFrame(RefCountedBufferPtr* const current_frame) { in ParseOneFrame()
2884 std::unique_ptr<uint8_t[]> ObuParser::GetAV1CodecConfigurationBox( in GetAV1CodecConfigurationBox()
2951 StatusCode ObuParser::ParseBasicStreamInfo(const uint8_t* data, size_t size, in ParseBasicStreamInfo()
2956 ObuParser parser(nullptr, 0, 0, nullptr, &state); in ParseBasicStreamInfo()