/external/libgav1/libgav1/src/utils/ |
D | block_parameters_holder.h | 51 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()
|
D | block_parameters_holder.cc | 34 BlockParameters* BlockParametersHolder::Get(int row4x4, int column4x4, in Get() 47 void BlockParametersHolder::FillCache(int row4x4, int column4x4, in FillCache()
|
D | segmentation_map.h | 43 int8_t segment_id(int row4x4, int column4x4) const { in segment_id()
|
D | segmentation_map.cc | 42 void SegmentationMap::FillBlock(int row4x4, int column4x4, int block_width4x4, in FillBlock()
|
D | types.h | 535 int column4x4 = -1; member
|
/external/libgav1/libgav1/src/post_filter/ |
D | deblock.cc | 123 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() 244 int column4x4, BlockParameters* const* bp_ptr, uint8_t* level_u, in GetVerticalDeblockFilterEdgeInfoUV() 308 for (int column4x4 = 0; column4x4 < kNum4x4InLoopFilterUnit && in HorizontalDeblockFilter() local 343 for (int column4x4 = 0; column4x4 < kNum4x4InLoopFilterUnit && in HorizontalDeblockFilter() local 391 for (int column4x4 = 0; column4x4 < kNum4x4InLoopFilterUnit && in VerticalDeblockFilter() local 435 for (int column4x4 = 0; column4x4 < kNum4x4InLoopFilterUnit && in VerticalDeblockFilter() local 468 int column4x4; in ApplyDeblockFilterForOneSuperBlockRow() local 490 for (int column4x4 = 0; column4x4 < frame_header_.columns4x4; in DeblockFilterWorker() local [all …]
|
D | cdef.cc | 118 int row4x4, int column4x4, in PrepareCdefBlock() 371 int column4x4 = column4x4_start; in ApplyCdefForOneUnit() local 523 int column4x4 = column4x4_start; in ApplyCdefForOneUnit() local 594 for (int column4x4 = 0; column4x4 < frame_header_.columns4x4; in ApplyCdefForOneSuperBlockRowHelper() local
|
/external/libgav1/libgav1/src/tile/bitstream/ |
D | partition.cc | 84 uint16_t* Tile::GetPartitionCdf(int row4x4, int column4x4, in GetPartitionCdf() 103 bool Tile::ReadPartition(int row4x4, int column4x4, BlockSize block_size, in ReadPartition()
|
D | transform_size.cc | 70 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 int column4x4, TransformSize tx_size) { in ReadVariableTransformTree()
|
D | mode_info.cc | 303 const int column4x4 = block.column4x4 & cdef_mask4x4; in ReadCdef() local
|
/external/libgav1/libgav1/src/ |
D | post_filter.h | 226 uint8_t* GetSourceBuffer(Plane plane, int row4x4, int column4x4) const { in GetSourceBuffer() 230 uint8_t* GetCdefBuffer(Plane plane, int row4x4, int column4x4) const { in GetCdefBuffer() 234 uint8_t* GetSuperResBuffer(Plane plane, int row4x4, int column4x4) const { in GetSuperResBuffer() 312 static int GetShift(int row4x4, int column4x4) { in GetShift()
|
D | tile.h | 132 bool IsInside(int row4x4, int column4x4) const { in IsInside() 137 bool IsLeftInside(int column4x4) const { in IsLeftInside() 151 bool IsTopLeftInside(int row4x4, int column4x4) const { in IsTopLeftInside() 159 bool IsBottomRightInside(int row4x4, int column4x4) const { in IsBottomRightInside() 165 BlockParameters** BlockParametersAddress(int row4x4, int column4x4) const { in BlockParametersAddress() 575 int SuperBlockColumnIndex(int column4x4) const { in SuperBlockColumnIndex() 891 const int column4x4; member
|
D | warp_prediction.cc | 136 const int column4x4, const MotionVector& mv, in WarpEstimation()
|
D | loop_restoration_info.cc | 106 uint8_t superres_scale_denominator, int row4x4, int column4x4, in PopulateUnitInfoForSuperBlock()
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 610 for (int column4x4 = column4x4_start_; column4x4 < column4x4_end_; in ProcessSuperBlockRow() local 773 for (int column4x4 = column4x4_start_, column_index = 0; in ThreadedParseAndDecode() local 857 const int column4x4 = column4x4_start_ + (column_index * block_width4x4); in DecodeSuperBlock() local 2124 bool Tile::ProcessBlock(int row4x4, int column4x4, BlockSize block_size, in ProcessBlock() 2204 bool Tile::DecodeBlock(int row4x4, int column4x4, BlockSize block_size, in DecodeBlock() 2234 int column4x4 = node.column4x4; in ProcessPartition() local 2384 void Tile::ResetCdef(const int row4x4, const int column4x4) { in ResetCdef() 2400 int row4x4, int column4x4) { in ClearBlockDecoded() 2434 bool Tile::ProcessSuperBlock(int row4x4, int column4x4, in ProcessSuperBlock() 2511 void Tile::ReadLoopRestorationCoefficients(int row4x4, int column4x4, in ReadLoopRestorationCoefficients()
|
D | prediction.cc | 857 int column4x4 = block.column4x4; in ObmcPrediction() local
|