Searched defs:row4x4_start (Results 1 – 8 of 8) sorted by relevance
/external/libgav1/libgav1/src/post_filter/ |
D | loop_restoration.cc | 99 void PostFilter::ApplyLoopRestorationForOneSuperBlockRow(const int row4x4_start, in ApplyLoopRestorationForOneSuperBlockRow() 142 void PostFilter::ApplyLoopRestoration(const int row4x4_start, const int sb4x4) { in ApplyLoopRestoration()
|
D | deblock.cc | 298 void PostFilter::HorizontalDeblockFilter(int row4x4_start, in HorizontalDeblockFilter() 374 void PostFilter::VerticalDeblockFilter(int row4x4_start, int column4x4_start) { in VerticalDeblockFilter() 461 void PostFilter::ApplyDeblockFilterForOneSuperBlockRow(int row4x4_start, in ApplyDeblockFilterForOneSuperBlockRow() 503 int row4x4_start, int column4x4_start, in ApplyDeblockFilter()
|
D | super_res.cc | 96 void PostFilter::ApplySuperResForOneSuperBlockRow(int row4x4_start, int sb4x4, in ApplySuperResForOneSuperBlockRow()
|
D | cdef.cc | 260 const int row4x4_start, in ApplyCdefForOneUnit() 614 void PostFilter::ApplyCdefForOneSuperBlockRow(int row4x4_start, int sb4x4, in ApplyCdefForOneSuperBlockRow()
|
D | post_filter.cc | 431 void PostFilter::SetupLoopRestorationBorder(int row4x4_start, int sb4x4) { in SetupLoopRestorationBorder()
|
/external/libgav1/libgav1/src/ |
D | tile.h | 185 int row4x4_start() const { return row4x4_start_; } in row4x4_start() function
|
D | motion_vector.cc | 933 int row4x4_start, int row4x4_end, int column4x4_start, int column4x4_end, in SetupMotionField()
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 2220 bool Tile::ProcessPartition(int row4x4_start, int column4x4_start, in ProcessPartition()
|