Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Ddecoder_impl.cc109 const SegmentationMap* prev_segment_ids, in SetSegmentationMap() argument
116 if (prev_segment_ids == nullptr) { in SetSegmentationMap()
121 frame->segmentation_map()->CopyFrom(*prev_segment_ids); in SetSegmentationMap()
219 const SegmentationMap* const prev_segment_ids, in DecodeTilesFrameParallel() argument
233 SetSegmentationMap(frame_header, prev_segment_ids, current_frame); in DecodeTilesFrameParallel()
418 const SegmentationMap* const prev_segment_ids, in DecodeTilesThreadedFrameParallel() argument
470 SetSegmentationMap(frame_header, prev_segment_ids, current_frame); in DecodeTilesThreadedFrameParallel()
1424 const SegmentationMap* prev_segment_ids = nullptr; in DecodeTiles() local
1438 prev_segment_ids = prev_frame->segmentation_map(); in DecodeTiles()
1487 quantizer_matrix_, &saved_symbol_decoder_context, prev_segment_ids, in DecodeTiles()
[all …]
Dtile.h78 const SegmentationMap* prev_segment_ids, PostFilter* const post_filter, in Create() argument
85 saved_symbol_decoder_context, prev_segment_ids, post_filter, dsp, in Create()
248 const SegmentationMap* prev_segment_ids, PostFilter* post_filter,
/external/libgav1/libgav1/src/tile/
Dtile.cc424 const SegmentationMap* prev_segment_ids, in Tile() argument
451 prev_segment_ids_(prev_segment_ids),