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()
142 void PostFilter::ApplyLoopRestoration(const int row4x4_start, const int sb4x4) { in ApplyLoopRestoration()
Ddeblock.cc298 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()
Dsuper_res.cc96 void PostFilter::ApplySuperResForOneSuperBlockRow(int row4x4_start, int sb4x4, in ApplySuperResForOneSuperBlockRow()
Dcdef.cc260 const int row4x4_start, in ApplyCdefForOneUnit()
614 void PostFilter::ApplyCdefForOneSuperBlockRow(int row4x4_start, int sb4x4, in ApplyCdefForOneSuperBlockRow()
Dpost_filter.cc431 void PostFilter::SetupLoopRestorationBorder(int row4x4_start, int sb4x4) { in SetupLoopRestorationBorder()
/external/libgav1/libgav1/src/
Dtile.h185 int row4x4_start() const { return row4x4_start_; } in row4x4_start() function
Dmotion_vector.cc933 int row4x4_start, int row4x4_end, int column4x4_start, int column4x4_end, in SetupMotionField()
/external/libgav1/libgav1/src/tile/
Dtile.cc2220 bool Tile::ProcessPartition(int row4x4_start, int column4x4_start, in ProcessPartition()