Home
last modified time | relevance | path

Searched refs:sequence_header_ (Results 1 – 9 of 9) sorted by relevance

/external/libgav1/libgav1/src/
Dobu_parser.cc475 sequence_header.ParametersChanged(sequence_header_)) { in ParseSequenceHeader()
485 sequence_header_ = sequence_header; in ParseSequenceHeader()
494 (sequence_header_.operating_point_idc[operating_point_] == 0); in ParseSequenceHeader()
503 (1 << sequence_header_.delta_frame_id_length_bits); in MarkInvalidReferenceFrames()
508 lower_bound += 1 << sequence_header_.frame_id_length_bits; in MarkInvalidReferenceFrames()
531 OBU_READ_LITERAL_OR_FAIL(sequence_header_.frame_width_bits); in ParseFrameSizeAndRenderSize()
533 OBU_READ_LITERAL_OR_FAIL(sequence_header_.frame_height_bits); in ParseFrameSizeAndRenderSize()
535 if (frame_header_.width > sequence_header_.max_frame_width || in ParseFrameSizeAndRenderSize()
536 frame_header_.height > sequence_header_.max_frame_height) { in ParseFrameSizeAndRenderSize()
542 frame_header_.width = sequence_header_.max_frame_width; in ParseFrameSizeAndRenderSize()
[all …]
Dtile.h118 const ObuSequenceHeader& sequence_header() const { return sequence_header_; } in sequence_header()
570 (sequence_header_.use_128x128_superblock ? 5 : 4); in SuperBlockRowIndex()
577 (sequence_header_.use_128x128_superblock ? 5 : 4); in SuperBlockColumnIndex()
581 return sequence_header_.use_128x128_superblock ? kBlock128x128 in SuperBlockSize()
585 return sequence_header_.color_config.is_monochrome ? kMaxPlanesMonochrome in PlaneCount()
643 const ObuSequenceHeader& sequence_header_; variable
774 (tile.sequence_header_.color_config.subsampling_y & height4x4) == 1) { in Block()
777 (tile.sequence_header_.color_config.subsampling_x & width4x4) == in Block()
781 has_chroma = !tile.sequence_header_.color_config.is_monochrome; in Block()
795 (tile.sequence_header_.color_config.subsampling_y & height4x4)); in Block()
[all …]
Dobu_parser.h275 const ObuSequenceHeader& sequence_header() const { return sequence_header_; } in sequence_header()
285 sequence_header_ = sequence_header; in set_sequence_header()
382 ObuSequenceHeader sequence_header_ = {}; variable
Ddecoder_impl.cc840 obu->set_sequence_header(sequence_header_); in ParseAndSchedule()
1027 obu->set_sequence_header(sequence_header_); in DecodeTemporalUnit()
1148 buffer_.color_range = sequence_header_.color_config.color_range; in CopyFrameToOutputBuffer()
1149 buffer_.color_primary = sequence_header_.color_config.color_primary; in CopyFrameToOutputBuffer()
1151 sequence_header_.color_config.transfer_characteristics; in CopyFrameToOutputBuffer()
1153 sequence_header_.color_config.matrix_coefficients; in CopyFrameToOutputBuffer()
1636 sequence_header_.color_config.bitdepth != in IsNewSequenceHeader()
1638 sequence_header_.color_config.is_monochrome != in IsNewSequenceHeader()
1640 sequence_header_.color_config.subsampling_x != in IsNewSequenceHeader()
1642 sequence_header_.color_config.subsampling_y != in IsNewSequenceHeader()
[all …]
Ddecoder_impl.h261 ObuSequenceHeader sequence_header_ = {}; variable
/external/libgav1/libgav1/src/tile/bitstream/
Dpalette.cc66 const int8_t bitdepth = sequence_header_.color_config.bitdepth; in ReadPaletteColors()
262 block_height >>= sequence_header_.color_config.subsampling_y; in ReadPaletteTokens()
263 block_width >>= sequence_header_.color_config.subsampling_x; in ReadPaletteTokens()
264 screen_height >>= sequence_header_.color_config.subsampling_y; in ReadPaletteTokens()
265 screen_width >>= sequence_header_.color_config.subsampling_x; in ReadPaletteTokens()
Dmode_info.cc297 !sequence_header_.enable_cdef || frame_header_.allow_intrabc) { in ReadCdef()
530 if (!sequence_header_.enable_filter_intra || bp.y_mode != kPredictionModeDc || in ReadFilterIntraModeInfo()
1004 if (bp.skip_mode || !sequence_header_.enable_interintra_compound || in ReadInterIntraMode()
1129 if (sequence_header_.enable_masked_compound) { in ReadCompoundType()
1145 if (sequence_header_.enable_jnt_comp) { in ReadCompoundType()
1241 for (int i = 0; i < (sequence_header_.enable_dual_filter ? 2 : 1); ++i) { in ReadInterpolationFilter()
1249 if (!sequence_header_.enable_dual_filter) { in ReadInterpolationFilter()
/external/libgav1/libgav1/src/tile/
Dtile.cc440 sequence_header_(sequence_header),
455 quantizer_(sequence_header_.color_config.bitdepth,
457 residual_size_((sequence_header_.color_config.bitdepth == 8)
462 ? (sequence_header_.use_128x128_superblock ? 3 : 5)
595 assert(sequence_header_.enable_order_hint); in Init()
694 const int block_width4x4 = sequence_header_.use_128x128_superblock ? 32 : 16; in Decode()
696 sequence_header_.use_128x128_superblock ? 5 : 4; in Decode()
918 (sequence_header_.color_config.bitdepth == 8 ? sizeof(uint8_t) in PopulateIntraPredictionBuffer()
931 if (sequence_header_.color_config.bitdepth > 8) { in PopulateIntraPredictionBuffer()
1502 const int max_value = (1 << (7 + sequence_header_.color_config.bitdepth)) - 1; in ReadTransformCoefficients()
[all …]
Dprediction.cc250 const int bitdepth = sequence_header_.color_config.bitdepth; in IntraPrediction()
289 block.row4x4 >> (sequence_header_.use_128x128_superblock ? 5 : 4); in IntraPrediction()
292 const int plane_shift = (sequence_header_.use_128x128_superblock ? 7 : 6) - in IntraPrediction()
446 if (sequence_header_.enable_intra_edge_filter) { in DirectionalPrediction()
596 if (sequence_header_.color_config.bitdepth > 8) { in InterIntraPrediction()
630 const int bitdepth = sequence_header_.color_config.bitdepth; in CompoundInterPrediction()
712 const int bitdepth = sequence_header_.color_config.bitdepth; in InterPrediction()
820 const int bitdepth = sequence_header_.color_config.bitdepth; in ObmcBlockPrediction()
1151 const int bitdepth = sequence_header_.color_config.bitdepth; in BlockInterPrediction()
1252 if (is_inter_intra && sequence_header_.color_config.bitdepth > 8) { in BlockInterPrediction()
[all …]