Home
last modified time | relevance | path

Searched refs:out_y (Results 1 – 25 of 29) sorted by relevance

12

/external/libxcam/cl_kernel/
Dkernel_bayer_pipe.cl132 __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, CLEeConfi…
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 …]
Dkernel_defog_dcp.cl85 __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)))…
Dkernel_geo_map.cl26 bool *out_of_bound, float2 *input_pos, float8 *out_y)
29 float *output_data = (float*)(out_y);
/external/libxcam/modules/soft/
Dsoft_geo_tasks_priv.cpp64 uint32_t out_x = x * 8, out_y = y * 2; in work_range() local
67 Float2 out_pos (out_x, out_y); in work_range()
81 out_luma->write_array_no_check<8> (out_x, out_y, zero_luma_byte); in work_range()
83 out_luma->write_array_no_check<8> (out_x, out_y, luma_uc); in work_range()
106 out_luma->write_array_no_check<8> (out_x, out_y + 1, zero_luma_byte); in work_range()
108 out_luma->write_array_no_check<8> (out_x, out_y + 1, luma_uc); in work_range()
Dsoft_blender_tasks_priv.cpp300 uint32_t out_x, uint32_t out_y) in interplate_luma_8x2() argument
302 uint32_t gauss_x = out_x / 2, first_gauss_y = out_y / 2; in interplate_luma_8x2()
309 orig_luma->read_array_no_check<float, 8> (out_x, out_y, orig_v); in interplate_luma_8x2()
311 out_luma->write_array_no_check<8> (out_x, out_y, lap_ret); in interplate_luma_8x2()
315 orig_luma->read_array_no_check<float, 8> (out_x, out_y + 1, orig_v); in interplate_luma_8x2()
317 out_luma->write_array_no_check<8> (out_x, out_y + 1, lap_ret); in interplate_luma_8x2()
370 uint32_t out_x = x * 8, out_y = y * 4; in work_range() local
371 interplate_luma_8x2 (orig_luma, gauss_luma, out_luma, out_x, out_y); in work_range()
372 interplate_luma_8x2 (orig_luma, gauss_luma, out_luma, out_x, out_y + 2); in work_range()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
Ddepthwiseconv_float.h45 for (int out_y = 0; out_y < output_height; ++out_y) { in DepthwiseConv() local
51 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConv()
73 output_data[Offset(output_dims, oc, out_x, out_y, b)] = in DepthwiseConv()
Ddepthwiseconv_uint8.h51 for (int out_y = 0; out_y < output_height; ++out_y) { in DepthwiseConv() local
57 const int in_y_origin = (out_y * stride_height) - pad_height; in DepthwiseConv()
84 output_data[Offset(output_dims, oc, out_x, out_y, b)] = in DepthwiseConv()
Dreference_ops.h180 for (int out_y = 0; out_y < output_height; ++out_y) { in Conv() local
184 const int in_y_origin = (out_y * stride_height) - pad_height; in Conv()
209 output_data[Offset(output_dims, out_channel, out_x, out_y, batch)] = in Conv()
274 for (int out_y = 0; out_y < output_height; ++out_y) { in Conv() local
278 const int in_y_origin = (out_y * stride_height) - pad_height; in Conv()
308 output_data[Offset(output_dims, out_channel, out_x, out_y, batch)] = in Conv()
1698 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool() local
1702 const int in_y_origin = (out_y * stride_height) - pad_height; in AveragePool()
1725 output_data[Offset(output_dims, channel, out_x, out_y, batch)] = in AveragePool()
1771 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool() local
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dresize_nearest_neighbor_op_gpu.cu.cc47 int out_y = n % out_height; in ResizeNearestNeighborNHWC() local
52 min((align_corners) ? static_cast<int>(roundf(out_y * height_scale)) in ResizeNearestNeighborNHWC()
53 : static_cast<int>(floorf(out_y * height_scale)), in ResizeNearestNeighborNHWC()
80 const int out_y = in ResizeNearestNeighborBackwardNHWC() local
88 const int idx = (out_y * out_width + out_x) * channels + c; in ResizeNearestNeighborBackwardNHWC()
Dconv_ops_using_gemm.cc129 for (int out_y = 0; out_y < output_height; ++out_y) { in operator ()() local
153 const int in_y_origin = (out_y * stride_rows) - filter_top_offset; in operator ()()
184 (out_y * output_width * filter_count) + in operator ()()
335 const int64 out_y = (patch_index / output_width) % output_height; in operator ()() local
339 const int in_y_origin = (out_y * stride_rows) - filter_top_offset; in operator ()()
Dquantized_conv_ops.cc106 for (int out_y = 0; out_y < output_height; ++out_y) { in operator ()() local
130 const int in_y_origin = (out_y * stride) - filter_top_offset; in operator ()()
177 (out_y * output_width * filter_count) + in operator ()()
303 const int64 out_y = (patch_index / output_width) % output_height; in operator ()() local
307 const int in_y_origin = (out_y * stride) - filter_top_offset; in operator ()()
Dconv_ops_fused.cc431 for (int out_y = 0; out_y < output_height; ++out_y) { in operator ()() local
432 const int in_y_origin = (out_y * stride_rows) - filter_top_offset; in operator ()()
543 (out_y * output_width) + out_x; in operator ()()
574 (out_y == (output_height - 1)) && (out_x == (output_width - 1))); in operator ()()
Dresize_nearest_neighbor_op.cc213 const int64 out_y = std::min( in operator ()() local
224 output(b, out_y, out_x, c) += input(b, y, x, c); in operator ()()
/external/freetype/src/autofit/
Dafhints.c856 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
883 out_y = point->fy - prev->fy; in af_glyph_hints_reload()
885 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
943 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
956 out_y = point->fy - prev->fy; in af_glyph_hints_reload()
966 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) in af_glyph_hints_reload()
993 out_y = 0; in af_glyph_hints_reload()
1005 out_y += next->fy - point->fy; in af_glyph_hints_reload()
1007 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
1016 out_dir = af_direction_compute( out_x, out_y ); in af_glyph_hints_reload()
[all …]
/external/libconstrainedcrypto/include/constrainedcrypto/
Dp256.h127 p256_int *out_y);
134 p256_int *out_y);
140 p256_int *out_x, p256_int *out_y);
/external/freetype/src/base/
Dftcalc.c914 FT_Pos out_y ) in ft_corner_orientation() argument
918 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
930 if ( ADD_LONG( FT_ABS( in_x ), FT_ABS( out_y ) ) <= 131071L && in ft_corner_orientation()
933 FT_Long z1 = MUL_LONG( in_x, out_y ); in ft_corner_orientation()
950 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 ); in ft_corner_orientation()
978 FT_Pos out_y ) in ft_corner_is_flat() argument
981 FT_Pos ay = in_y + out_y; in ft_corner_is_flat()
1006 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
/external/libconstrainedcrypto/
Dp256_ec.c988 static void select_affine_point(felem out_x, felem out_y, const limb* table, in select_affine_point() argument
993 memset(out_y, 0, sizeof(felem)); in select_affine_point()
1005 out_y[j] |= *table & mask; in select_affine_point()
1012 static void select_jacobian_point(felem out_x, felem out_y, felem out_z, in select_jacobian_point() argument
1017 memset(out_y, 0, sizeof(felem)); in select_jacobian_point()
1035 out_y[j] |= *table & mask; in select_jacobian_point()
1225 void p256_base_point_mul(const p256_int* n, p256_int* out_x, p256_int* out_y) { in p256_base_point_mul() argument
1235 from_montgomery(out_y, y_affine); in p256_base_point_mul()
1247 const p256_int* in_y, p256_int* out_x, p256_int* out_y) { in p256_points_mul_vartime() argument
1253 p256_clear(out_y); in p256_points_mul_vartime()
[all …]
/external/tensorflow/tensorflow/contrib/learn/python/learn/ops/
Dseq2seq_ops.py86 out_y = y + [sentinel]
87 return in_x, in_y, out_y
Dseq2seq_ops_test.py66 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/include/freetype/internal/
Dftcalc.h324 FT_Pos out_y );
336 FT_Pos out_y );
/external/freetype/src/pshinter/
Dpshalgo.c935 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
971 out_y = start->org_v - before->org_v; in psh_glyph_compute_inflections()
973 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
981 in_y = out_y; in psh_glyph_compute_inflections()
998 out_y = after->org_v - end->org_v; in psh_glyph_compute_inflections()
1000 } while ( out_x == 0 && out_y == 0 ); in psh_glyph_compute_inflections()
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
1022 in_y = out_y; in psh_glyph_compute_inflections()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_renderer.c56 map_point(float *mat, float x, float y, float *out_x, float *out_y) in map_point() argument
60 *out_y = y; in map_point()
65 *out_y = mat[1] * x + mat[4] * y + mat[7]; in map_point()
70 *out_y *= w; in map_point()
/external/tensorflow/tensorflow/core/kernels/neon/
Ddepthwiseconv_float.h630 for (int out_y = 0; out_y < output_height; ++out_y) {
631 const int in_y_origin = (out_y * stride) - pad_height;
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Ddepthwiseconv_float.h996 for (int out_y = 0; out_y < output_height; ++out_y) {
997 const int in_y_origin = (out_y * stride_height) - pad_height;
/external/kernel-headers/original/uapi/linux/
Domapfb.h115 __u32 out_x, out_y; member

12