Searched refs:input_uv (Results 1 – 7 of 7) sorted by relevance
/external/libxcam/cl_kernel/ |
D | kernel_geo_map.cl | 4 * input_uv, CL_RG + CL_UNORM_INT8 67 __read_only image2d_t input_y, __read_only image2d_t input_uv, 97 …output_data.s01 = out_of_bound[0] ? CONST_DATA_UV : read_imagef (input_uv, sampler, input_pos[0]).… 98 …output_data.s23 = out_of_bound[2] ? CONST_DATA_UV : read_imagef (input_uv, sampler, input_pos[2]).… 99 …output_data.s45 = out_of_bound[4] ? CONST_DATA_UV : read_imagef (input_uv, sampler, input_pos[4]).… 100 …output_data.s67 = out_of_bound[6] ? CONST_DATA_UV : read_imagef (input_uv, sampler, input_pos[6]).…
|
D | kernel_fisheye.cl | 4 * input_uv, CL_RG + CL_UNORM_INT8 //sampler 80 __read_only image2d_t input_y, __read_only image2d_t input_uv, 106 src_data.s01 = read_imagef (input_uv, sampler, src_pos[0]).xy; 107 src_data.s23 = read_imagef (input_uv, sampler, src_pos[2]).xy;
|
D | kernel_defog_dcp.cl | 4 * input_uv: UV channel image2d_t as read only 15 __read_only image2d_t input_y, __read_only image2d_t input_uv, 30 …float8 uv = convert_float8(as_uchar8(convert_ushort4(read_imageui(input_uv, sampler, (int2)(pos_x,…
|
D | kernel_csc.cl | 132 __read_only image2d_t input_y, __write_only image2d_t output, __read_only image2d_t input_uv) 141 float4 pixel_u = read_imagef(input_uv, sampler, (int2)(2 * x, y)); 142 float4 pixel_v = read_imagef(input_uv, sampler, (int2)(2 * x + 1, y));
|
D | kernel_retinex.cl | 56 __read_only image2d_t input_y, __read_only image2d_t input_uv, 141 uv_in = read_imagef(input_uv, sampler_orig, (int2)(x, y / 2)) - 0.5f;
|
/external/libxcam/modules/ocl/ |
D | cl_geo_map_handler.cpp | 49 SmartPtr<CLImage> input_uv = _handler->get_geo_input_image (NV12PlaneUVIdx); in prepare_arguments() local 61 args.push_back (new CLMemArgument (input_uv)); in prepare_arguments()
|
D | cl_fisheye_handler.cpp | 81 SmartPtr<CLImage> input_uv = _handler->get_input_image (NV12PlaneUVIdx); in prepare_arguments() local 114 args.push_back (new CLMemArgument (input_uv)); in prepare_arguments()
|