Home
last modified time | relevance | path

Searched refs:ApplyLoopRestorationForOneSuperBlockRow (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc99 void PostFilter::ApplyLoopRestorationForOneSuperBlockRow(const int row4x4_start, in ApplyLoopRestorationForOneSuperBlockRow() function in libgav1::PostFilter
145 ApplyLoopRestorationForOneSuperBlockRow<uint16_t>(row4x4_start, sb4x4); in ApplyLoopRestoration()
149 ApplyLoopRestorationForOneSuperBlockRow<uint8_t>(row4x4_start, sb4x4); in ApplyLoopRestoration()
166 ApplyLoopRestorationForOneSuperBlockRow<uint16_t>( in ApplyLoopRestorationWorker()
171 ApplyLoopRestorationForOneSuperBlockRow<uint8_t>( in ApplyLoopRestorationWorker()
/external/libgav1/libgav1/src/
Dpost_filter.h458 void ApplyLoopRestorationForOneSuperBlockRow(int row4x4_start, int sb4x4);