Searched refs:current_process_unit_height (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/post_filter/ |
D | loop_restoration.cc | 23 const int unit_row, const int current_process_unit_height, in ApplyLoopRestorationForOneRow() argument 52 int k = current_process_unit_height; in ApplyLoopRestorationForOneRow() 60 current_process_unit_height, dst, stride); in ApplyLoopRestorationForOneRow() 65 const Pixel* bottom_border = src + current_process_unit_height * stride; in ApplyLoopRestorationForOneRow() 68 (unit_y + current_process_unit_height >= plane_height); in ApplyLoopRestorationForOneRow() 90 current_process_unit_width, current_process_unit_height, in ApplyLoopRestorationForOneRow() 123 int current_process_unit_height; in ApplyLoopRestorationForOneSuperBlockRow() local 125 sb_y += 16, y += current_process_unit_height) { in ApplyLoopRestorationForOneSuperBlockRow() 130 current_process_unit_height = std::min(expected_height, plane_height - y); in ApplyLoopRestorationForOneSuperBlockRow() 135 current_process_unit_height, plane_unit_size, in ApplyLoopRestorationForOneSuperBlockRow()
|
/external/libgav1/libgav1/src/ |
D | post_filter.h | 453 int current_process_unit_height,
|