Home
last modified time | relevance | path

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

/external/libyuv/files/util/
Dssim.cc291 static int start_max(int x, int y) { in start_max() function
302 const int start_x = start_max(image_width - 8 + KERNEL_X, KERNEL_X); in CalcSSIM()
303 const int start_y = start_max(image_height - KERNEL_Y, KERNEL_Y); in CalcSSIM()