Home
last modified time | relevance | path

Searched defs:row4x4_start (Results 1 – 8 of 8) sorted by relevance

/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc99 void PostFilter::ApplyLoopRestorationForOneSuperBlockRow(const int row4x4_start, in ApplyLoopRestorationForOneSuperBlockRow()
144 void PostFilter::ApplyLoopRestoration(const int row4x4_start, const int sb4x4) { in ApplyLoopRestoration()
Ddeblock.cc298 void PostFilter::HorizontalDeblockFilter(int row4x4_start, int row4x4_end, in HorizontalDeblockFilter()
382 void PostFilter::VerticalDeblockFilter(int row4x4_start, int row4x4_end, in VerticalDeblockFilter()
495 int row4x4_start, int column4x4_start, in ApplyDeblockFilter()
Dsuper_res.cc96 void PostFilter::ApplySuperResForOneSuperBlockRow(int row4x4_start, int sb4x4, in ApplySuperResForOneSuperBlockRow()
Dcdef.cc260 const int row4x4_start, in ApplyCdefForOneUnit()
626 void PostFilter::ApplyCdefForOneSuperBlockRow(int row4x4_start, int sb4x4, in ApplyCdefForOneSuperBlockRow()
Dpost_filter.cc448 void PostFilter::SetupLoopRestorationBorder(int row4x4_start, int sb4x4) { in SetupLoopRestorationBorder()
/external/libgav1/libgav1/src/
Dtile.h187 int row4x4_start() const { return row4x4_start_; } in row4x4_start() function
Dmotion_vector.cc932 int row4x4_start, int row4x4_end, int column4x4_start, int column4x4_end, in SetupMotionField()
/external/libgav1/libgav1/src/tile/
Dtile.cc2266 bool Tile::ProcessPartition(int row4x4_start, int column4x4_start, in ProcessPartition()