HomeSort by relevance Sort by last modified time
    Searched refs:table_center (Results 1 - 2 of 2) sorted by null

  /external/libxcam/cl_kernel/
kernel_fisheye.cl 45 __write_only image2d_t table, const float2 radian_per_pixel, const float2 table_center)
48 float2 gps_pos = (convert_float2 (out_pos) - table_center) * radian_per_pixel + PI / 2.0f;
  /external/libxcam/modules/ocl/
cl_fisheye_handler.cpp 425 float table_center[2]; local
426 table_center[0] = table_width / 2.0f;
427 table_center[1] = table_height / 2.0f;
428 args.push_back (new CLArgumentTArray<float, 2> (table_center));

Completed in 188 milliseconds