Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_defog_dcp_handler.cpp228 uint32_t max_expect_count = (uint32_t)(max_percent * pixel_count / 100.0f); in get_max_value() local
234 if (sum_count >= max_expect_count) in get_max_value()