Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc70 const Pixel* loop_restoration_border = border + column; in ApplyLoopRestorationForOneRow() local
72 top_border = loop_restoration_border; in ApplyLoopRestorationForOneRow()
74 loop_restoration_border += 4 * border_stride; in ApplyLoopRestorationForOneRow()
77 bottom_border = loop_restoration_border + in ApplyLoopRestorationForOneRow()
Dpost_filter.cc184 loop_restoration_border_(frame_scratch_buffer->loop_restoration_border),
/external/libgav1/libgav1/src/
Dframe_scratch_buffer.h68 YuvBuffer loop_restoration_border; member
Ddecoder_impl.cc1352 if (!frame_scratch_buffer->loop_restoration_border.Realloc( in DecodeTiles()