Home
last modified time | relevance | path

Searched refs:ObuFrameHeader (Results 1 – 15 of 15) sorted by relevance

/external/libgav1/libgav1/src/
Dpost_filter.h76 PostFilter(const ObuFrameHeader& frame_header,
151 static bool DoCdef(const ObuFrameHeader& frame_header, in DoCdef()
163 static bool DoDeblock(const ObuFrameHeader& frame_header, in DoDeblock()
228 static bool DoSuperRes(const ObuFrameHeader& frame_header, in DoSuperRes()
251 const ObuFrameHeader& frame_header) { in GetWindowBufferWidth()
262 const ObuFrameHeader& frame_header) { in GetWindowBufferHeight()
465 const ObuFrameHeader& frame_header_;
Ddecoder_impl.h65 const ObuFrameHeader frame_header;
193 const ObuFrameHeader& frame_header,
201 const ObuFrameHeader& frame_header,
Dmotion_vector.h51 const ObuFrameHeader& frame_header, const RefCountedBuffer& current_frame,
Dthreading_strategy.h52 LIBGAV1_MUST_USE_RESULT bool Reset(const ObuFrameHeader& frame_header,
Dobu_parser.h276 const ObuFrameHeader& frame_header() const { return frame_header_; } in frame_header()
379 ObuFrameHeader frame_header_ = {};
Ddecoder_impl.cc110 void SetSegmentationMap(const ObuFrameHeader& frame_header, in SetSegmentationMap()
130 const ObuFrameHeader& frame_header, in DecodeTilesNonFrameParallel()
218 const ObuFrameHeader& frame_header, in DecodeTilesFrameParallel()
275 const ObuFrameHeader& frame_header, int row4x4, int block_width4x4, in ApplyDeblockingFilterForTileBoundaries()
417 const ObuFrameHeader& frame_header, in DecodeTilesThreadedFrameParallel()
941 const ObuFrameHeader& frame_header = encoded_frame->frame_header; in DecodeFrame()
1177 const ObuFrameHeader& frame_header, const Vector<TileBuffer>& tile_buffers, in DecodeTiles()
1504 const ObuFrameHeader& frame_header, in ApplyFilmGrain()
Dtile.h74 const ObuFrameHeader& frame_header, RefCountedBuffer* const current_frame, in Create()
118 const ObuFrameHeader& frame_header() const { return frame_header_; } in frame_header()
191 const ObuFrameHeader& frame_header, RefCountedBuffer* current_frame,
633 const ObuFrameHeader& frame_header_;
Dthreading_strategy.cc68 bool ThreadingStrategy::Reset(const ObuFrameHeader& frame_header, in Reset()
Dmotion_vector.cc39 void LowerMvPrecision(const ObuFrameHeader& frame_header, in LowerMvPrecision()
63 const ObuFrameHeader& frame_header = block.tile.frame_header(); in SetupGlobalMv()
280 const ObuFrameHeader& frame_header, const int reference_offsets[2], in AddTemporalReferenceMvCandidate()
764 const ObuFrameHeader& frame_header, in MotionFieldProjection()
928 const ObuFrameHeader& frame_header, const RefCountedBuffer& current_frame, in SetupMotionField()
Dbuffer_pool.cc64 bool RefCountedBuffer::SetFrameDimensions(const ObuFrameHeader& frame_header) { in SetFrameDimensions()
Dbuffer_pool.h117 bool SetFrameDimensions(const ObuFrameHeader& frame_header);
/external/libgav1/libgav1/src/utils/
Dtypes.h439 struct ObuFrameHeader { struct
487 static_assert(sizeof(ObuFrameHeader::refresh_frame_flags) * 8 == argument
/external/libgav1/libgav1/src/post_filter/
Dpost_filter.cc142 PostFilter::PostFilter(const ObuFrameHeader& frame_header, in PostFilter()
Ddeblock.cc60 const ObuFrameHeader& frame_header, int segment_id, int level_index, in ComputeDeblockFilterLevelsHelper()
/external/libgav1/libgav1/src/tile/
Dtile.cc421 const ObuFrameHeader& frame_header, in Tile()