/external/libgav1/libgav1/src/utils/ |
D | block_parameters_holder.h | 48 BlockParameters* Find(int row4x4, int column4x4) const { in Find() 52 BlockParameters** Address(int row4x4, int column4x4) { in Address() 56 BlockParameters* const* Address(int row4x4, int column4x4) const { in Address()
|
D | parameter_tree.h | 66 int column4x4() const { return column4x4_; } in column4x4() function 79 ParameterTree(int row4x4, int column4x4, BlockSize block_size) in ParameterTree()
|
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 | parameter_tree.cc | 29 std::unique_ptr<ParameterTree> ParameterTree::Create(int row4x4, int column4x4, in Create()
|
D | block_parameters_holder.cc | 71 void BlockParametersHolder::FillCache(int row4x4, int column4x4, in FillCache()
|
/external/libgav1/libgav1/src/post_filter/ |
D | deblock.cc | 124 bool PostFilter::GetHorizontalDeblockFilterEdgeInfo(int row4x4, int column4x4, in GetHorizontalDeblockFilterEdgeInfo() 155 int row4x4, int column4x4, uint8_t* level_u, uint8_t* level_v, int* step, in GetHorizontalDeblockFilterEdgeInfoUV() 215 int row4x4, int column4x4, BlockParameters* const* bp_ptr, uint8_t* level, in GetVerticalDeblockFilterEdgeInfo() 245 int column4x4, BlockParameters* const* bp_ptr, uint8_t* level_u, in GetVerticalDeblockFilterEdgeInfoUV() 309 for (int column4x4 = 0; column4x4 < kNum4x4InLoopFilterUnit && in HorizontalDeblockFilter() local 344 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 495 for (int column4x4 = 0; column4x4 < frame_header_.columns4x4; in DeblockFilterWorker() local [all …]
|
D | cdef.cc | 96 int row4x4, int column4x4, in PrepareCdefBlock() 253 int column4x4 = column4x4_start; in ApplyCdefForOneUnit() local 360 int column4x4 = column4x4_start; in ApplyCdefForOneUnit() local 431 for (int column4x4 = 0; column4x4 < frame_header_.columns4x4; in ApplyCdefForOneSuperBlockRowHelper() local 488 const int column4x4 = column4x4_start + column4x4_64x64; in ApplyCdefForOneRowInWindow() local 515 for (int column4x4 = 0; column4x4 < frame_header_.columns4x4; in ApplyCdefThreaded() 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() 132 int column4x4, TransformSize tx_size) { in ReadVariableTransformTree()
|
D | mode_info.cc | 304 const int column4x4 = block.column4x4 & cdef_mask4x4; in ReadCdef() local
|
/external/libgav1/libgav1/src/ |
D | tile.h | 131 bool IsInside(int row4x4, int column4x4) const { in IsInside() 136 bool IsLeftInside(int column4x4) const { in IsLeftInside() 150 bool IsTopLeftInside(int row4x4, int column4x4) const { in IsTopLeftInside() 158 bool IsBottomRightInside(int row4x4, int column4x4) const { in IsBottomRightInside() 164 BlockParameters** BlockParametersAddress(int row4x4, int column4x4) const { in BlockParametersAddress() 564 int SuperBlockColumnIndex(int column4x4) const { in SuperBlockColumnIndex() 879 const int column4x4; member
|
D | post_filter.h | 238 int row4x4, int column4x4) const { in GetBufferOffset() 245 uint8_t* GetSourceBuffer(Plane plane, int row4x4, int column4x4) const { in GetSourceBuffer() 330 static int GetShift(int row4x4, int column4x4) { in GetShift()
|
D | warp_prediction.cc | 136 const int column4x4, const MotionVector& mv, in WarpEstimation()
|
D | loop_restoration_info.cc | 108 uint8_t superres_scale_denominator, int row4x4, int column4x4, in PopulateUnitInfoForSuperBlock()
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 611 for (int column4x4 = column4x4_start_; column4x4 < column4x4_end_; in ProcessSuperBlockRow() local 777 for (int column4x4 = column4x4_start_, column_index = 0; in ThreadedParseAndDecode() local 861 const int column4x4 = column4x4_start_ + (column_index * block_width4x4); in DecodeSuperBlock() local 2149 bool Tile::ProcessBlock(int row4x4, int column4x4, BlockSize block_size, in ProcessBlock() 2218 const int column4x4 = tree->column4x4(); in DecodeBlock() local 2242 int column4x4 = column4x4_start; in ProcessPartition() local 2348 void Tile::ResetCdef(const int row4x4, const int column4x4) { in ResetCdef() 2364 int row4x4, int column4x4) { in ClearBlockDecoded() 2398 bool Tile::ProcessSuperBlock(int row4x4, int column4x4, int block_width4x4, in ProcessSuperBlock() 2485 void Tile::ReadLoopRestorationCoefficients(int row4x4, int column4x4, in ReadLoopRestorationCoefficients()
|
D | prediction.cc | 862 int column4x4 = block.column4x4; in ObmcPrediction() local
|