OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_max
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libyuv/util/
ssim.cc
270
static int
start_max
(int x, int y) { return (x > y) ? x : y; }
function
277
const int start_x =
start_max
(image_width - 8 + KERNEL_X, KERNEL_X);
278
const int start_y =
start_max
(image_height - KERNEL_Y, KERNEL_Y);
Completed in 77 milliseconds