Searched refs:GROUP_CELL_X_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/libxcam/cl_kernel/
H A Dkernel_bayer_basic.cl15 * GROUP_PIXEL_X_SIZE = 2 * GROUP_CELL_X_SIZE
19 #define GROUP_CELL_X_SIZE 64
23 #define SLM_X_SIZE (GROUP_CELL_X_SIZE / 4)
118 (GROUP_CELL_X_SIZE / STATS_3A_CELL_X_SIZE) * (GROUP_CELL_Y_SIZE / STATS_3A_CELL_Y_SIZE),
183 int x_cell_start = (GROUP_CELL_X_SIZE / 4) * group_id_x;
220 x = mad24 (GROUP_CELL_X_SIZE / 8, group_id_x, index % (SLM_X_SIZE / 2));
/external/libxcam/modules/ocl/
H A Dcl_bayer_basic_handler.cpp25 #define GROUP_CELL_X_SIZE 64 macro
365 work_size.global[0] = XCAM_ALIGN_UP(out_video_info.width, GROUP_CELL_X_SIZE) / GROUP_CELL_X_SIZE * work_size.local[0];

Completed in 168 milliseconds