Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/post_filter/
Dsuper_res.cc87 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()
Ddeblock.cc299 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()
Dloop_restoration.cc176 void PostFilter::ApplyLoopRestorationSingleThread(const int row4x4_start, in ApplyLoopRestorationSingleThread()
352 void PostFilter::ApplyLoopRestoration(const int row4x4_start, const int sb4x4) { in ApplyLoopRestoration()
Dcdef.cc180 const int row4x4_start, in ApplyCdefForOneUnit()
449 void PostFilter::ApplyCdefForOneSuperBlockRow(int row4x4_start, int sb4x4, in ApplyCdefForOneSuperBlockRow()
/external/libgav1/libgav1/src/
Dtile.h184 int row4x4_start() const { return row4x4_start_; } in row4x4_start() function
Dmotion_vector.cc931 int row4x4_start, int row4x4_end, int column4x4_start, int column4x4_end, in SetupMotionField()
/external/libgav1/libgav1/src/tile/
Dtile.cc2233 bool Tile::ProcessPartition(int row4x4_start, int column4x4_start, in ProcessPartition()