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

  /external/libxcam/cl_kernel/
kernel_gauss_lap_pyramid.cl 53 int g_y = get_global_id (1) * 4;
60 write_imageui (dump_orig, (int2)(g_x, g_y + 0), read_imageui(input, sampler, (int2)(in_x, g_y)));
61 write_imageui (dump_orig, (int2)(g_x, g_y + 1), read_imageui(input, sampler, (int2)(in_x, g_y + 1)));
62 write_imageui (dump_orig, (int2)(g_x, g_y + 2), read_imageui(input, sampler, (int2)(in_x, g_y + 2)));
63 write_imageui (dump_orig, (int2)(g_x, g_y + 3), read_imageui(input, sampler, (int2)(in_x, g_y + 3)));
76 int cur_g_y = g_y + i_ver
    [all...]
kernel_geo_map.cl 76 const int g_y = get_global_id (1) * 2;
86 out_map_pos = (convert_float2((int2)(g_x * PIXEL_RES_STEP_X, g_y)) - out_size / 2.0f) * table_scale_step + 0.5f;
92 get_lsc_data (lsc_table, (int2)(g_x, g_y), table_scale_step.x, gray_threshold, output_data, &lsc_data);
95 write_imageui (output_y, (int2)(g_x, g_y), convert_uint4(as_ushort4(convert_uchar8(output_data * 255.0f))));
107 get_lsc_data (lsc_table, (int2)(g_x, g_y + 1), table_scale_step.x, gray_threshold, output_data, &lsc_data);
110 write_imageui (output_y, (int2)(g_x, g_y + 1), convert_uint4(as_ushort4(convert_uchar8(output_data * 255.0f))));
kernel_fisheye.cl 87 const int g_y = get_global_id (1) * 2;
94 (convert_float2((int2)(g_x * PIXEL_PER_WI, g_y)) - dst_center) * radian_per_pixel + PI / 2.0f;
104 write_imageui (output_y, (int2)(g_x, g_y), convert_uint4(convert_uchar4(src_data * 255.0f)));
119 write_imageui (output_y, (int2)(g_x, g_y + 1), convert_uint4(convert_uchar4(src_data * 255.0f)));
kernel_bayer_basic.cl 171 int g_y = get_global_id (1);
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
optical_flow.cc 58 float g_y = *out_g_y; local
134 const float top_real = p_y + g_y - kWindowSizeFloat;
198 g_y += n_y;
210 *out_g_y = g_y;
222 float g_y = *out_g_y; local
257 int top_fixed = RealToFixed1616(p_y + g_y - wsize_float);
350 g_y -= det_inv * (jtj_1[2] * jtr1_float + jtj_1[3] * jtr2_float);
359 top_fixed = RealToFixed1616(p_y + g_y - wsize_float);
374 *out_g_y = g_y;
  /external/boringssl/src/third_party/fiat/
make_curve25519_tables.py 64 g_y = 4 * modp_inv(5) % p variable
65 g_x = recover_x(g_y, 0)
134 P = point_mul(s, (g_x, g_y))
142 P = point_mul((j + 1) << (i * 8), (g_x, g_y))
147 P = point_mul(2*i + 1, (g_x, g_y))
  /external/tensorflow/tensorflow/python/ops/distributions/
bijector_test_util.py 186 g_y = bijector.inverse(y)
199 bijector.forward(g_y),
203 bijector.forward_log_det_jacobian(g_y),
205 g_y,
  /system/tpm/trunks/
tpm_generated.h 1453 TPM2B_ECC_PARAMETER g_y; member in struct:trunks::TPMS_ALGORITHM_DETAIL_ECC
    [all...]
tpm_generated.cc     [all...]

Completed in 119 milliseconds