Home
last modified time | relevance | path

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

/external/libgav1/src/
Ddecoder_impl.cc114 const SegmentationMap* prev_segment_ids, in SetSegmentationMap() argument
121 if (prev_segment_ids == nullptr) { in SetSegmentationMap()
126 frame->segmentation_map()->CopyFrom(*prev_segment_ids); in SetSegmentationMap()
234 const SegmentationMap* const prev_segment_ids, in DecodeTilesFrameParallel() argument
244 SetSegmentationMap(frame_header, prev_segment_ids, current_frame); in DecodeTilesFrameParallel()
429 const SegmentationMap* const prev_segment_ids, in DecodeTilesThreadedFrameParallel() argument
481 SetSegmentationMap(frame_header, prev_segment_ids, current_frame); in DecodeTilesThreadedFrameParallel()
1507 const SegmentationMap* prev_segment_ids = nullptr; in DecodeTiles() local
1521 prev_segment_ids = prev_frame->segmentation_map(); in DecodeTiles()
1573 quantizer_matrix_, &saved_symbol_decoder_context, prev_segment_ids, in DecodeTiles()
[all …]
Dtile.h80 const SegmentationMap* prev_segment_ids, PostFilter* const post_filter, in Create() argument
87 saved_symbol_decoder_context, prev_segment_ids, post_filter, dsp, in Create()
256 const SegmentationMap* prev_segment_ids, PostFilter* post_filter,
/external/libgav1/src/tile/
Dtile.cc426 const SegmentationMap* prev_segment_ids, in Tile() argument
453 prev_segment_ids_(prev_segment_ids),