/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/ |
depthwiseconv_float.h | 46 for (int out_x = 0; out_x < output_width; ++out_x) { 50 const int in_x_origin = (out_x * stride_width) - pad_width; 73 output_data[Offset(output_dims, oc, out_x, out_y, b)] =
|
depthwiseconv_uint8.h | 52 for (int out_x = 0; out_x < output_width; ++out_x) { 56 const int in_x_origin = (out_x * stride_width) - pad_width; 84 output_data[Offset(output_dims, oc, out_x, out_y, b)] =
|
reference_ops.h | 181 for (int out_x = 0; out_x < output_width; ++out_x) { 183 const int in_x_origin = (out_x * stride_width) - pad_width; 209 output_data[Offset(output_dims, out_channel, out_x, out_y, batch)] = 275 for (int out_x = 0; out_x < output_width; ++out_x) { 277 const int in_x_origin = (out_x * stride_width) - pad_width; 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);
|
soft_blender_tasks_priv.h | 192 uint32_t out_x, uint32_t out_y);
|
/external/libconstrainedcrypto/include/constrainedcrypto/ |
p256.h | 124 // {out_x,out_y} := nG 126 p256_int *out_x, 129 // {out_x,out_y} := n{in_x,in_y} 133 p256_int *out_x, 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...] |
/external/tensorflow/tensorflow/core/kernels/ |
resize_nearest_neighbor_op_gpu.cu.cc | 45 int out_x = n % out_width; local 56 min((align_corners) ? static_cast<int>(roundf(out_x * width_scale)) 57 : static_cast<int>(floorf(out_x * width_scale)), 84 const int out_x = local 88 const int idx = (out_y * out_width + out_x) * channels + c;
|
conv_ops_using_gemm.cc | 130 for (int out_x = 0; out_x < output_width; ++out_x) { 152 const int in_x_origin = (out_x * stride_cols) - filter_left_offset; 185 (out_x * filter_count) + out_channel] = total; 336 const int64 out_x = patch_index % output_width; local 340 const int in_x_origin = (out_x * stride_cols) - filter_left_offset;
|
quantized_conv_ops.cc | 107 for (int out_x = 0; out_x < output_width; ++out_x) { 129 const int in_x_origin = (out_x * stride) - filter_left_offset; 178 (out_x * filter_count) + out_channel] = clamped_output; 304 const int64 out_x = patch_index % output_width; local 308 const int in_x_origin = (out_x * stride) - filter_left_offset;
|
resize_nearest_neighbor_op.cc | 218 const int64 out_x = std::min( local 224 output(b, out_y, out_x, c) += input(b, y, x, c);
|
conv_ops_fused.cc | 540 for (int out_x = 0; out_x < output_width; ++out_x) { 541 const int in_x_origin = (out_x * stride_cols) - filter_left_offset; 543 (out_y * output_width) + out_x; 574 (out_y == (output_height - 1)) && (out_x == (output_width - 1))); [all...] |
/external/freetype/src/autofit/ |
afhints.c | 856 FT_Pos out_x, out_y; local 882 out_x = point->fx - prev->fx; 885 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) 943 FT_Pos out_x, out_y; local 955 out_x = point->fx - prev->fx; 966 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) 992 out_x = 0; 1004 out_x += next->fx - point->fx; 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 | 149 // @param out_x Output parameter for the x coordinate of the cursor location. 152 int32_t* out_x, int32_t* out_y);
|
/external/freetype/include/freetype/internal/ |
ftcalc.h | 323 FT_Pos out_x, 335 FT_Pos out_x,
|
/external/freetype/src/base/ |
ftcalc.c | 913 FT_Pos out_x, 918 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; 931 ADD_LONG( FT_ABS( in_y ), FT_ABS( out_x ) ) <= 131071L ) 934 FT_Long z2 = MUL_LONG( in_y, out_x ); 951 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); 977 FT_Pos out_x, 980 FT_Pos ax = in_x + out_x; 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) 59 *out_x = x; 64 *out_x = mat[0] * x + mat[3] * y + mat[6]; 69 *out_x *= 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) { 220 *out_x = frame->frame.layers[layer_index].cursor_x;
|
/external/freetype/src/pshinter/ |
pshalgo.c | 935 FT_Pos in_x, in_y, out_x, out_y; local 970 out_x = start->org_u - before->org_u; 973 } while ( out_x == 0 && out_y == 0 ); 975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); 980 in_x = out_x; 997 out_x = after->org_u - end->org_u; 1000 } while ( out_x == 0 && out_y == 0 ); 1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y ); 1021 in_x = out_x; [all...] |
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
depthwiseconv_float.h | [all...] |