Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc158 const int row4x4_end = frame_header_.rows4x4 + kNum4x4InLoopRestorationUnit; in ApplyLoopRestorationWorker()
159 while ((row4x4 = row4x4_atomic->fetch_add(kNum4x4InLoopRestorationUnit, in ApplyLoopRestorationWorker()
162 CopyBordersForOneSuperBlockRow(row4x4, kNum4x4InLoopRestorationUnit, in ApplyLoopRestorationWorker()
167 row4x4, kNum4x4InLoopRestorationUnit); in ApplyLoopRestorationWorker()
172 row4x4, kNum4x4InLoopRestorationUnit); in ApplyLoopRestorationWorker()
/external/libgav1/libgav1/src/utils/
Dconstants.h111 kNum4x4InLoopRestorationUnit = 16, enumerator