Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp195 lap_offset_x[plane][i] = 0; in PyramidLayer()
414 this->lap_offset_x[i_plane][0] = this->lap_offset_x[i_plane][1] = 0; in init_layer0()
478 …this->lap_offset_x[plane][i_image] = 0; // offset to 0, need calculate from next layer if for dee… in build_cl_images()
1161 return layer.lap_offset_x[plane_index][_buf_index]; in get_output_lap_offset_x()
1207 int lap_offset_x = get_output_lap_offset_x () / 8; in prepare_arguments() local
1208 XCAM_ASSERT (lap_offset_x * 8 == get_output_lap_offset_x ()); in prepare_arguments()
1216 args.push_back (new CLArgumentT<int> (lap_offset_x)); in prepare_arguments()
Dcl_pyramid_blender.h53 …int32_t lap_offset_x[CLBlenderPlaneMax][XCAM_BLENDER_IMAGE_NUM]; // aligned with … member
/external/libxcam/cl_kernel/
Dkernel_gauss_lap_pyramid.cl287 __write_only image2d_t output, int lap_offset_x, float out_width, float out_height)
331 …write_imageui (output, (int2)(g_x + lap_offset_x, g_y), convert_uint4(as_ushort4(convert_uchar8(la…