Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dtile.cc2548 const int row_limit4x4 = in StoreMotionFieldMvsIntoCurrentFrame() local
2550 if (row_start4x4 >= row_limit4x4) return; in StoreMotionFieldMvsIntoCurrentFrame()
2575 const int row_limit8x8 = DivideBy2(row_limit4x4); in StoreMotionFieldMvsIntoCurrentFrame()