Searched refs:thread_pool_rows (Results 1 – 1 of 1) sorted by relevance
152 int thread_pool_rows = height_ / num_threads; in ApplySuperResThreaded() local153 thread_pool_rows = std::max(thread_pool_rows, 1); in ApplySuperResThreaded()155 if ((thread_pool_rows & 1) != 0 && subsampling_y_[kPlaneU] != 0) { in ApplySuperResThreaded()156 ++thread_pool_rows; in ApplySuperResThreaded()159 num_threads = Clip3(height_ / thread_pool_rows, 1, num_threads); in ApplySuperResThreaded()161 int current_thread_rows = height_ - thread_pool_rows * (num_threads - 1); in ApplySuperResThreaded()169 ++line_buffer_row, row_start += thread_pool_rows) { in ApplySuperResThreaded()183 (((line_buffer_row < num_threads - 1) ? thread_pool_rows in ApplySuperResThreaded()