Searched refs:row4x4_atomic (Results 1 – 4 of 4) sorted by relevance
294 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);
154 void PostFilter::ApplyLoopRestorationWorker(std::atomic<int>* row4x4_atomic) { in ApplyLoopRestorationWorker() argument161 while ((row4x4 = row4x4_atomic->fetch_add(kNum4x4InLoopRestorationUnit, in ApplyLoopRestorationWorker()
477 void PostFilter::DeblockFilterWorker(std::atomic<int>* row4x4_atomic) { in DeblockFilterWorker() argument481 while ((row4x4 = row4x4_atomic->fetch_add( in DeblockFilterWorker()489 std::atomic<int>* row4x4_atomic);491 std::atomic<int>* row4x4_atomic);
659 void PostFilter::ApplyCdefWorker(std::atomic<int>* row4x4_atomic) { in ApplyCdefWorker() argument665 while ((row4x4 = row4x4_atomic->fetch_add( in ApplyCdefWorker()