Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc32 ptrdiff_t border_stride = 0; in ApplyLoopRestorationForOneRow() local
37 border_stride = loop_restoration_border_.stride(plane) / sizeof(Pixel); in ApplyLoopRestorationForOneRow()
40 border_unit_y * border_stride; in ApplyLoopRestorationForOneRow()
73 top_border_stride = border_stride; in ApplyLoopRestorationForOneRow()
74 loop_restoration_border += 4 * border_stride; in ApplyLoopRestorationForOneRow()
78 kRestorationVerticalBorder * border_stride; in ApplyLoopRestorationForOneRow()
79 bottom_border_stride = border_stride; in ApplyLoopRestorationForOneRow()