Home
last modified time | relevance | path

Searched refs:ApplyLoopRestoration (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc142 void PostFilter::ApplyLoopRestoration(const int row4x4_start, const int sb4x4) { in ApplyLoopRestoration() function in libgav1::PostFilter
Dpost_filter.cc583 ApplyLoopRestoration(row4x4, sb4x4); in ApplyFilteringForOneSuperBlockRow()
588 ApplyLoopRestoration(row4x4 + sb4x4, 16); in ApplyFilteringForOneSuperBlockRow()
/external/libgav1/libgav1/src/
Dpost_filter.h461 void ApplyLoopRestoration(int row4x4_start, int sb4x4);