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.cc111 const SegmentationMap* prev_segment_ids, in SetSegmentationMap() argument
118 if (prev_segment_ids == nullptr) { in SetSegmentationMap()
123 frame->segmentation_map()->CopyFrom(*prev_segment_ids); in SetSegmentationMap()
221 const SegmentationMap* const prev_segment_ids, in DecodeTilesFrameParallel() argument
235 SetSegmentationMap(frame_header, prev_segment_ids, current_frame); in DecodeTilesFrameParallel()
420 const SegmentationMap* const prev_segment_ids, in DecodeTilesThreadedFrameParallel() argument
472 SetSegmentationMap(frame_header, prev_segment_ids, current_frame); in DecodeTilesThreadedFrameParallel()
1402 const SegmentationMap* prev_segment_ids = nullptr; in DecodeTiles() local
1416 prev_segment_ids = prev_frame->segmentation_map(); in DecodeTiles()
1465 &saved_symbol_decoder_context, prev_segment_ids, &post_filter, dsp, in DecodeTiles()
[all …]
Dtile.h78 const SegmentationMap* prev_segment_ids, PostFilter* const post_filter, in Create() argument
85 prev_segment_ids, post_filter, dsp, thread_pool, pending_tiles, in Create()
195 const SegmentationMap* prev_segment_ids, PostFilter* post_filter,
/external/libgav1/libgav1/src/tile/
Dtile.cc426 const SegmentationMap* prev_segment_ids, in Tile() argument
452 prev_segment_ids_(prev_segment_ids),