HomeSort by relevance Sort by last modified time
    Searched refs:out_y (Results 1 - 25 of 36) sorted by null

1 2

  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
depthwiseconv_float.h 45 for (int out_y = 0; out_y < output_height; ++out_y) {
51 const int in_y_origin = (out_y * stride_height) - pad_height;
73 output_data[Offset(output_dims, oc, out_x, out_y, b)] =
depthwiseconv_uint8.h 51 for (int out_y = 0; out_y < output_height; ++out_y) {
57 const int in_y_origin = (out_y * stride_height) - pad_height;
84 output_data[Offset(output_dims, oc, out_x, out_y, b)] =
reference_ops.h 180 for (int out_y = 0; out_y < output_height; ++out_y) {
184 const int in_y_origin = (out_y * stride_height) - pad_height;
209 output_data[Offset(output_dims, out_channel, out_x, out_y, batch)] =
274 for (int out_y = 0; out_y < output_height; ++out_y) {
278 const int in_y_origin = (out_y * stride_height) - pad_height;
308 output_data[Offset(output_dims, out_channel, out_x, out_y, batch)]
    [all...]
  /external/libxcam/modules/soft/
soft_geo_tasks_priv.cpp 64 uint32_t out_x = x * 8, out_y = y * 2; local
67 Float2 out_pos (out_x, out_y);
81 out_luma->write_array_no_check<8> (out_x, out_y, zero_luma_byte);
83 out_luma->write_array_no_check<8> (out_x, out_y, luma_uc);
106 out_luma->write_array_no_check<8> (out_x, out_y + 1, zero_luma_byte);
108 out_luma->write_array_no_check<8> (out_x, out_y + 1, luma_uc);
soft_blender_tasks_priv.cpp 300 uint32_t out_x, uint32_t out_y)
302 uint32_t gauss_x = out_x / 2, first_gauss_y = out_y / 2;
309 orig_luma->read_array_no_check<float, 8> (out_x, out_y, orig_v);
311 out_luma->write_array_no_check<8> (out_x, out_y, lap_ret);
315 orig_luma->read_array_no_check<float, 8> (out_x, out_y + 1, orig_v);
317 out_luma->write_array_no_check<8> (out_x, out_y + 1, lap_ret);
370 uint32_t out_x = x * 8, out_y = y * 4; local
371 interplate_luma_8x2 (orig_luma, gauss_luma, out_luma, out_x, out_y);
372 interplate_luma_8x2 (orig_luma, gauss_luma, out_luma, out_x, out_y + 2);
  /external/libconstrainedcrypto/include/constrainedcrypto/
p256.h 124 // {out_x,out_y} := nG
127 p256_int *out_y);
129 // {out_x,out_y} := n{in_x,in_y}
134 p256_int *out_y);
136 // {out_x,out_y} := n1G + n2{in_x,in_y}
140 p256_int *out_x, p256_int *out_y);
  /external/libxcam/cl_kernel/
kernel_bayer_pipe.cl 132 __write_only image2d_t out, uint out_height, int out_x, int out_y)
146 write_imagef (out, (int2)(out_x, out_y), out_data);
150 write_imagef (out, (int2)(out_x, out_y + 1), out_data);
162 write_imagef (out, (int2)(out_x, out_y + out_height * 2), out_data);
166 write_imagef (out, (int2)(out_x, out_y + 1 + out_height * 2), out_data);
184 write_imagef (out, (int2)(out_x, out_y + out_height), out_data);
190 write_imagef (out, (int2)(out_x, out_y + 1 + out_height), out_data);
197 __write_only image2d_t out, uint out_height, int out_x, int out_y, __local float *table, CLEeConfig ee_config)
278 write_imagef (out, (int2)(out_x, out_y), out_data_r[0]);
279 write_imagef (out, (int2)(out_x, out_y + 1), out_data_r[1])
    [all...]
kernel_defog_dcp.cl 85 __write_only image2d_t out_y, __write_only image2d_t output_uv)
121 write_imageui(out_y, (int2)(pos_x, pos_y), convert_uint4(as_ushort4(convert_uchar8(out_data))));
124 write_imageui(out_y, (int2)(pos_x, pos_y + 1), convert_uint4(as_ushort4(convert_uchar8(out_data))));
kernel_geo_map.cl 26 bool *out_of_bound, float2 *input_pos, float8 *out_y)
29 float *output_data = (float*)(out_y);
  /external/tensorflow/tensorflow/core/kernels/
resize_nearest_neighbor_op_gpu.cu.cc 47 int out_y = n % out_height; local
52 min((align_corners) ? static_cast<int>(roundf(out_y * height_scale))
53 : static_cast<int>(floorf(out_y * height_scale)),
80 const int out_y = local
88 const int idx = (out_y * out_width + out_x) * channels + c;
conv_ops_using_gemm.cc 129 for (int out_y = 0; out_y < output_height; ++out_y) {
153 const int in_y_origin = (out_y * stride_rows) - filter_top_offset;
184 (out_y * output_width * filter_count) +
335 const int64 out_y = (patch_index / output_width) % output_height; local
339 const int in_y_origin = (out_y * stride_rows) - filter_top_offset;
quantized_conv_ops.cc 106 for (int out_y = 0; out_y < output_height; ++out_y) {
130 const int in_y_origin = (out_y * stride) - filter_top_offset;
177 (out_y * output_width * filter_count) +
303 const int64 out_y = (patch_index / output_width) % output_height; local
307 const int in_y_origin = (out_y * stride) - filter_top_offset;
resize_nearest_neighbor_op.cc 213 const int64 out_y = std::min( local
224 output(b, out_y, out_x, c) += input(b, y, x, c);
  /external/tensorflow/tensorflow/contrib/learn/python/learn/ops/
seq2seq_ops.py 86 out_y = y + [sentinel]
87 return in_x, in_y, out_y
seq2seq_ops_test.py 66 in_x, in_y, out_y = ops.seq2seq_inputs(x, y, 3, 2)
69 dec_out = session.run(out_y, feed_dict={x.name: inp, y.name: out})
  /external/freetype/src/autofit/
afhints.c 856 FT_Pos out_x, out_y; local
883 out_y = point->fy - prev->fy;
885 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit )
943 FT_Pos out_x, out_y; local
956 out_y = point->fy - prev->fy;
966 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 )
993 out_y = 0;
1005 out_y += next->fy - point->fy;
1007 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit )
1016 out_dir = af_direction_compute( out_x, out_y );
1057 FT_Pos out_x, out_y; local
    [all...]
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_hardware_composer_client.h 150 // @param out_y Output parameter for the y coordinate of the cursor location.
152 int32_t* out_x, int32_t* out_y);
  /external/freetype/include/freetype/internal/
ftcalc.h 324 FT_Pos out_y );
336 FT_Pos out_y );
  /external/freetype/src/base/
ftcalc.c 914 FT_Pos out_y )
918 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
930 if ( ADD_LONG( FT_ABS( in_x ), FT_ABS( out_y ) ) <= 131071L &&
933 FT_Long z1 = MUL_LONG( in_x, out_y );
950 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 );
978 FT_Pos out_y )
981 FT_Pos ay = in_y + out_y;
1006 d_out = FT_HYPOT( out_x, out_y );
  /bionic/libc/kernel/uapi/linux/
omapfb.h 95 __u32 out_x, out_y; member in struct:omapfb_update_window
  /external/kernel-headers/original/uapi/linux/
omapfb.h 115 __u32 out_x, out_y; member in struct:omapfb_update_window
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 56 map_point(float *mat, float x, float y, float *out_x, float *out_y)
60 *out_y = y;
65 *out_y = mat[1] * x + mat[4] * y + mat[7];
70 *out_y *= w;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
omapfb.h 114 __u32 out_x, out_y; member in struct:omapfb_update_window
  /external/libconstrainedcrypto/
p256_ec.c     [all...]
  /frameworks/native/libs/vr/libdvr/
dvr_hardware_composer_client.cpp 219 int32_t* out_x, int32_t* out_y) {
221 *out_y = frame->frame.layers[layer_index].cursor_y;

Completed in 135 milliseconds

1 2