Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc24 const int plane_unit_size, Pixel* dst_buffer) { in ApplyLoopRestorationForOneRow() argument
46 std::min(plane_unit_size, plane_width - column); in ApplyLoopRestorationForOneRow()
94 column += plane_unit_size; in ApplyLoopRestorationForOneRow()
114 const int plane_unit_size = 1 << loop_restoration_.unit_size_log2[plane]; in ApplyLoopRestorationForOneSuperBlockRow() local
135 current_process_unit_height, plane_unit_size, in ApplyLoopRestorationForOneSuperBlockRow()
/external/libgav1/libgav1/src/
Dpost_filter.h454 int plane_unit_size, Pixel* dst_buffer);