Home
last modified time | relevance | path

Searched refs:row4x4_atomic (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/src/
Dpost_filter.h294 using WorkerFunction = void (PostFilter::*)(std::atomic<int>* row4x4_atomic);
330 void DeblockFilterWorker(std::atomic<int>* row4x4_atomic);
374 void ApplyCdefWorker(std::atomic<int>* row4x4_atomic);
445 void ApplyLoopRestorationWorker(std::atomic<int>* row4x4_atomic);
/external/libgav1/src/post_filter/
Dloop_restoration.cc154 void PostFilter::ApplyLoopRestorationWorker(std::atomic<int>* row4x4_atomic) { in ApplyLoopRestorationWorker() argument
161 while ((row4x4 = row4x4_atomic->fetch_add(kNum4x4InLoopRestorationUnit, in ApplyLoopRestorationWorker()
Ddeblock.cc477 void PostFilter::DeblockFilterWorker(std::atomic<int>* row4x4_atomic) { in DeblockFilterWorker() argument
481 while ((row4x4 = row4x4_atomic->fetch_add( in DeblockFilterWorker()
489 std::atomic<int>* row4x4_atomic);
491 std::atomic<int>* row4x4_atomic);
Dcdef.cc659 void PostFilter::ApplyCdefWorker(std::atomic<int>* row4x4_atomic) { in ApplyCdefWorker() argument
665 while ((row4x4 = row4x4_atomic->fetch_add( in ApplyCdefWorker()