Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dpost_filter.h392 void ApplyCdefWorker(std::atomic<int>* row4x4_atomic);
393 static_assert(std::is_same<decltype(&PostFilter::ApplyCdefWorker),
/external/libgav1/libgav1/src/post_filter/
Dpost_filter.cc549 RunJobs(&PostFilter::ApplyCdefWorker); in ApplyFilteringThreaded()
Dcdef.cc645 void PostFilter::ApplyCdefWorker(std::atomic<int>* row4x4_atomic) { in ApplyCdefWorker() function in libgav1::PostFilter