Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp926 CLImageDesc cl_desc_out_gauss; in prepare_arguments() local
927 cl_desc_out_gauss.format.image_channel_data_type = CL_UNSIGNED_INT8; in prepare_arguments()
928 cl_desc_out_gauss.format.image_channel_order = CL_RGBA; in prepare_arguments()
929 cl_desc_out_gauss.width = cl_desc_out_gauss_pre.width * 2; in prepare_arguments()
930 cl_desc_out_gauss.height = cl_desc_out_gauss_pre.height; in prepare_arguments()
931 cl_desc_out_gauss.row_pitch = cl_desc_out_gauss_pre.row_pitch; in prepare_arguments()
933 change_image_format (context, image_out_gauss, format_image_out, cl_desc_out_gauss); in prepare_arguments()
957 int gloabal_y = XCAM_ALIGN_UP (cl_desc_out_gauss.height, workitem_lines) / workitem_lines; in prepare_arguments()
961 work_size.global[0] = XCAM_ALIGN_UP (cl_desc_out_gauss.width, work_size.local[0]); in prepare_arguments()