Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp924 const CLImageDesc &cl_desc_out_gauss_pre = image_out_gauss->get_image_desc (); in prepare_arguments() local
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()