Searched refs:gray_threshold (Results 1 – 2 of 2) sorted by relevance
/external/libxcam/cl_kernel/ |
D | kernel_geo_map.cl | 49 float2 gray_threshold, float8 output, float8 *lsc_data) 60 … float8 diff_ratio = (gray_threshold.y - output * 255.0f) / (gray_threshold.y - gray_threshold.x); 70 __read_only image2d_t lsc_table, float2 gray_threshold, 92 …get_lsc_data (lsc_table, (int2)(g_x, g_y), table_scale_step.x, gray_threshold, output_data, &lsc_d… 107 …get_lsc_data (lsc_table, (int2)(g_x, g_y + 1), table_scale_step.x, gray_threshold, output_data, &l…
|
/external/libxcam/modules/ocl/ |
D | cl_geo_map_handler.cpp | 67 float *gray_threshold = _handler->get_lsc_gray_threshold (); in prepare_arguments() local 70 lsc_image.ptr() && lsc_image->is_valid () && gray_threshold, in prepare_arguments() 74 args.push_back (new CLArgumentTArray<float, 2> (gray_threshold)); in prepare_arguments()
|