Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp1082 CLImageDesc out_gauss_desc = out_gauss->get_image_desc (); in prepare_arguments() local
1093 int image_width = out_gauss_desc.width; in prepare_arguments()
1113 uint32_t workitem_height = XCAM_ALIGN_UP (out_gauss_desc.height, 2) / 2; in prepare_arguments()
1118 work_size.local[0] = XCAM_ALIGN_UP (out_gauss_desc.width, 16); in prepare_arguments()
1125 work_size.global[0] = XCAM_ALIGN_UP (out_gauss_desc.width, work_size.local[0]); in prepare_arguments()