Home
last modified time | relevance | path

Searched defs:row4x4 (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/libgav1/src/utils/
H A Dsegmentation_map_test.cc31 for (int row4x4 = 0; row4x4 < kRows4x4; ++row4x4) { in TEST() local
50 for (int row4x4 = 0; row4x4 < kRows4x4; ++row4x4) { in TEST() local
85 for (int row4x4 = 0; row4x4 < kBlockHeight4x4; ++row4x4) { in TEST() local
91 for (int row4x4 = 0; row4x4 < kBlockHeight4x4; ++row4x4) { in TEST() local
99 for (int row4x4 = 0; row4x4 < kBlockHeight4x4; ++row4x4) { in TEST() local
107 for (int row4x4 = 0; row4x4 < kBlockHeight4x4; ++row4x4) { in TEST() local
H A Dblock_parameters_holder.h51 BlockParameters* Find(int row4x4, int column4x4) const { in Find()
55 BlockParameters** Address(int row4x4, int column4x4) { in Address()
59 BlockParameters* const* Address(int row4x4, int column4x4) const { in Address()
H A Dblock_parameters_holder.cc34 BlockParameters* BlockParametersHolder::Get(int row4x4, int column4x4, in Get()
47 void BlockParametersHolder::FillCache(int row4x4, int column4x4, in FillCache()
H A Dsegmentation_map.h43 int8_t segment_id(int row4x4, int column4x4) const { in segment_id()
H A Dsegmentation_map.cc45 void SegmentationMap::FillBlock(int row4x4, int column4x4, int block_width4x4, in FillBlock()
H A Dtypes.h511 int row4x4 = -1; member
/aosp_15_r20/external/libgav1/src/post_filter/
H A Dpost_filter.cc312 void PostFilter::CopyDeblockedPixels(Plane plane, int row4x4) { in CopyDeblockedPixels()
339 void PostFilter::CopyBordersForOneSuperBlockRow(int row4x4, int sb4x4, in CopyBordersForOneSuperBlockRow()
425 void PostFilter::SetupLoopRestorationBorder(const int row4x4) { in SetupLoopRestorationBorder()
474 const int row4x4 = row4x4_start + sb_y; in SetupLoopRestorationBorder() local
560 std::atomic<int> row4x4(0); in RunJobs() local
581 for (int row4x4 = 0; row4x4 < frame_header_.rows4x4; in ApplyFilteringThreaded() local
587 for (int row4x4 = 0; row4x4 < frame_header_.rows4x4; in ApplyFilteringThreaded() local
596 int row4x4 = 0; in ApplyFilteringThreaded() local
607 int PostFilter::ApplyFilteringForOneSuperBlockRow(int row4x4, int sb4x4, in ApplyFilteringForOneSuperBlockRow()
H A Ddeblock.cc123 bool PostFilter::GetHorizontalDeblockFilterEdgeInfo(int row4x4, int column4x4, in GetHorizontalDeblockFilterEdgeInfo()
154 int row4x4, int column4x4, uint8_t* level_u, uint8_t* level_v, int* step, in GetHorizontalDeblockFilterEdgeInfoUV()
214 int row4x4, int column4x4, BlockParameters* const* bp_ptr, uint8_t* level, in GetVerticalDeblockFilterEdgeInfo()
319 for (int row4x4 = 0; in HorizontalDeblockFilter() local
355 for (int row4x4 = 0; in HorizontalDeblockFilter() local
400 for (int row4x4 = 0; in VerticalDeblockFilter() local
443 for (int row4x4 = 0; in VerticalDeblockFilter() local
480 int row4x4; in DeblockFilterWorker() local
H A Dcdef.cc107 void PostFilter::SetupCdefBorder(int row4x4) { in SetupCdefBorder()
136 int row4x4, int column4x4, in PrepareCdefBlock()
381 int row4x4 = row4x4_start; in ApplyCdefForOneUnit() local
542 int row4x4 = row4x4_start; in ApplyCdefForOneUnit() local
618 int row4x4, int block_height4x4) { in ApplyCdefForOneSuperBlockRowHelper()
649 int row4x4 = row4x4_start; in ApplyCdefForOneSuperBlockRow() local
679 int row4x4; in ApplyCdefWorker() local
H A Dsuper_res.cc109 const int row4x4 = row4x4_start - 2; in ApplySuperResForOneSuperBlockRow() local
H A Dloop_restoration.cc161 int row4x4; in ApplyLoopRestorationWorker() local
/aosp_15_r20/external/libgav1/src/
H A Dtile.h129 bool IsRow4x4Inside(int row4x4) const { in IsRow4x4Inside()
134 bool IsInside(int row4x4, int column4x4) const { in IsInside()
146 bool IsTopInside(int row4x4) const { in IsTopInside()
153 bool IsTopLeftInside(int row4x4, int column4x4) const { in IsTopLeftInside()
161 bool IsBottomRightInside(int row4x4, int column4x4) const { in IsBottomRightInside()
167 BlockParameters** BlockParametersAddress(int row4x4, int column4x4) const { in BlockParametersAddress()
587 int SuperBlockRowIndex(int row4x4) const { in SuperBlockRowIndex()
929 const int row4x4; member
H A Dpost_filter.h220 uint8_t* GetSourceBuffer(Plane plane, int row4x4, int column4x4) const { in GetSourceBuffer()
224 uint8_t* GetCdefBuffer(Plane plane, int row4x4, int column4x4) const { in GetCdefBuffer()
228 uint8_t* GetSuperResBuffer(Plane plane, int row4x4, int column4x4) const { in GetSuperResBuffer()
H A Ddecoder_impl.cc137 for (int row4x4 = 0; row4x4 < frame_header.rows4x4; in DecodeTilesNonFrameParallel() local
244 for (int row4x4 = 0; row4x4 < frame_header.rows4x4; in DecodeTilesFrameParallel() local
273 const ObuFrameHeader& frame_header, int row4x4, int block_width4x4, in ApplyDeblockingFilterForTileBoundaries()
340 const Vector<std::unique_ptr<Tile>>& tiles, size_t tile_index, int row4x4, in DecodeSuperBlockRowInTile()
537 for (int row4x4 = 0, index = 0; row4x4 < frame_header.rows4x4; in DecodeTilesThreadedFrameParallel() local
H A Dwarp_prediction_test.cc208 const int row4x4 = rnd.Rand8(); in TEST_P() local
H A Dwarp_prediction.cc135 const int block_height4x4, const int row4x4, in WarpEstimation()
H A Dloop_restoration_info.cc106 uint8_t superres_scale_denominator, int row4x4, int column4x4, in PopulateUnitInfoForSuperBlock()
/aosp_15_r20/external/libgav1/src/tile/
H A Dtile.cc600 bool Tile::ProcessSuperBlockRow(int row4x4, in ProcessSuperBlockRow()
653 for (int row4x4 = row4x4_start_; row4x4 < row4x4_end_; in ParseAndDecode() local
674 for (int row4x4 = row4x4_start_; row4x4 < row4x4_end_; in Parse() local
698 for (int row4x4 = row4x4_start_, index = row4x4_start_ >> block_width4x4_log2; in Decode() local
766 for (int row4x4 = row4x4_start_, row_index = 0; row4x4 < row4x4_end_; in ThreadedParseAndDecode() local
851 const int row4x4 = row4x4_start_ + (row_index * block_width4x4); in DecodeSuperBlock() local
907 void Tile::PopulateIntraPredictionBuffer(int row4x4) { in PopulateIntraPredictionBuffer()
2169 bool Tile::ProcessBlock(int row4x4, int column4x4, BlockSize block_size, in ProcessBlock()
2250 bool Tile::DecodeBlock(int row4x4, int column4x4, BlockSize block_size, in DecodeBlock()
2279 int row4x4 = node.row4x4; in ProcessPartition() local
[all …]
H A Dprediction.cc874 int row4x4 = block.row4x4; in ObmcPrediction() local
/aosp_15_r20/external/libgav1/src/tile/bitstream/
H A Dtransform_size.cc70 int Tile::GetTopTransformWidth(const Block& block, int row4x4, int column4x4, in GetTopTransformWidth()
83 int Tile::GetLeftTransformHeight(const Block& block, int row4x4, int column4x4, in GetLeftTransformHeight()
134 void Tile::ReadVariableTransformTree(const Block& block, int row4x4, in ReadVariableTransformTree()
H A Dpartition.cc84 uint16_t* Tile::GetPartitionCdf(int row4x4, int column4x4, in GetPartitionCdf()
103 bool Tile::ReadPartition(int row4x4, int column4x4, BlockSize block_size, in ReadPartition()