Searched refs:cl_desc_in_reconst (Results 1 – 1 of 1) sorted by relevance
1263 CLImageDesc cl_desc_in_reconst; in prepare_arguments() local1264 cl_desc_in_reconst.format.image_channel_data_type = CL_UNORM_INT8; in prepare_arguments()1266 cl_desc_in_reconst.format.image_channel_order = CL_RG; in prepare_arguments()1267 cl_desc_in_reconst.width = cl_desc_in_reconst_pre.width * 4; in prepare_arguments()1269 cl_desc_in_reconst.format.image_channel_order = CL_R; in prepare_arguments()1270 cl_desc_in_reconst.width = cl_desc_in_reconst_pre.width * 8; in prepare_arguments()1272 cl_desc_in_reconst.height = cl_desc_in_reconst_pre.height; in prepare_arguments()1273 cl_desc_in_reconst.row_pitch = cl_desc_in_reconst_pre.row_pitch; in prepare_arguments()1275 change_image_format (context, image_in_reconst, input_reconstruct, cl_desc_in_reconst); in prepare_arguments()1282 input_gauss_width = cl_desc_in_reconst.width; in prepare_arguments()[all …]