Home
last modified time | relevance | path

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

/external/libxcam/cl_kernel/
Dkernel_gauss_lap_pyramid.cl44 __read_only image2d_t input, int in_offset_x,
52 int in_x = g_x + in_offset_x;
261 __read_only image2d_t input, int in_offset_x,
272 uint4 data = read_imageui (input, sampler, (int2)(g_x + in_offset_x, g_y));
/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp1550 int in_offset_x = 0; in prepare_arguments() local
1555 in_offset_x = input_area.pos_x / 8; in prepare_arguments()
1559 in_offset_x = (merge_area.pos_x + merge_area.width) / 8; in prepare_arguments()
1561 max_g_x = (input_area.pos_x + input_area.width) / 8 - in_offset_x; in prepare_arguments()
1567 …printf ("copy(%d), in_offset_x:%d, out_offset_x:%d, max_x:%d\n", _buf_index, in_offset_x, out_offs… in prepare_arguments()
1571 args.push_back (new CLArgumentT<int> (in_offset_x)); in prepare_arguments()