Searched defs:row4x4_start (Results 1 – 7 of 7) sorted by relevance
/external/libgav1/libgav1/src/post_filter/ |
D | super_res.cc | 87 void PostFilter::ApplySuperResForOneSuperBlockRow(int row4x4_start, int sb4x4, in ApplySuperResForOneSuperBlockRow() 151 for (int i = 0, row4x4_start = 0; i < num_threads; ++i, in ApplySuperResThreaded() local 184 void PostFilter::SetupDeblockBuffer(int row4x4_start, int sb4x4) { in SetupDeblockBuffer()
|
D | deblock.cc | 299 void PostFilter::HorizontalDeblockFilter(int row4x4_start, in HorizontalDeblockFilter() 375 void PostFilter::VerticalDeblockFilter(int row4x4_start, int column4x4_start) { in VerticalDeblockFilter() 461 void PostFilter::ApplyDeblockFilterForOneSuperBlockRow(int row4x4_start, in ApplyDeblockFilterForOneSuperBlockRow() 547 int row4x4_start, int column4x4_start, in ApplyDeblockFilter()
|
D | loop_restoration.cc | 176 void PostFilter::ApplyLoopRestorationSingleThread(const int row4x4_start, in ApplyLoopRestorationSingleThread() 352 void PostFilter::ApplyLoopRestoration(const int row4x4_start, const int sb4x4) { in ApplyLoopRestoration()
|
D | cdef.cc | 180 const int row4x4_start, in ApplyCdefForOneUnit() 449 void PostFilter::ApplyCdefForOneSuperBlockRow(int row4x4_start, int sb4x4, in ApplyCdefForOneSuperBlockRow()
|
/external/libgav1/libgav1/src/ |
D | tile.h | 184 int row4x4_start() const { return row4x4_start_; } in row4x4_start() function
|
D | motion_vector.cc | 931 int row4x4_start, int row4x4_end, int column4x4_start, int column4x4_end, in SetupMotionField()
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 2233 bool Tile::ProcessPartition(int row4x4_start, int column4x4_start, in ProcessPartition()
|