/external/tensorflow/tensorflow/core/kernels/ |
D | resize_nearest_neighbor_op_gpu.cu.cc | 47 int out_y = n % out_height; in ResizeNearestNeighborNHWC() local 80 const int out_y = in ResizeNearestNeighborBackwardNHWC() local
|
D | conv_ops_using_gemm.cc | 129 for (int out_y = 0; out_y < output_height; ++out_y) { in operator ()() local 335 const int64 out_y = (patch_index / output_width) % output_height; in operator ()() local
|
D | resize_nearest_neighbor_op.cc | 213 const int64 out_y = std::min( in operator ()() local
|
D | quantized_conv_ops.cc | 106 for (int out_y = 0; out_y < output_height; ++out_y) { in operator ()() local 303 const int64 out_y = (patch_index / output_width) % output_height; in operator ()() local
|
D | conv_ops_fused.cc | 431 for (int out_y = 0; out_y < output_height; ++out_y) { in operator ()() local
|
/external/libxcam/modules/soft/ |
D | soft_geo_tasks_priv.cpp | 64 uint32_t out_x = x * 8, out_y = y * 2; in work_range() local
|
D | soft_blender_tasks_priv.cpp | 300 uint32_t out_x, uint32_t out_y) in interplate_luma_8x2() 370 uint32_t out_x = x * 8, out_y = y * 4; in work_range() local
|
/external/libconstrainedcrypto/ |
D | p256_ec.c | 988 static void select_affine_point(felem out_x, felem out_y, const limb* table, in select_affine_point() 1012 static void select_jacobian_point(felem out_x, felem out_y, felem out_z, 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() 1247 const p256_int* in_y, p256_int* out_x, p256_int* out_y) { in p256_points_mul_vartime()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/ |
D | depthwiseconv_float.h | 45 for (int out_y = 0; out_y < output_height; ++out_y) { in DepthwiseConv() local
|
D | depthwiseconv_uint8.h | 51 for (int out_y = 0; out_y < output_height; ++out_y) { in DepthwiseConv() local
|
D | reference_ops.h | 180 for (int out_y = 0; out_y < output_height; ++out_y) { in Conv() local 274 for (int out_y = 0; out_y < output_height; ++out_y) { in Conv() local 1698 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool() local 1771 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool() local 1852 for (int out_y = 0; out_y < output_height; ++out_y) { in L2Pool() local 1924 for (int out_y = 0; out_y < output_height; ++out_y) { in MaxPool() local 1995 for (int out_y = 0; out_y < output_height; ++out_y) { in MaxPool() local
|
/external/freetype/src/autofit/ |
D | afhints.c | 856 FT_Pos out_x, out_y; in af_glyph_hints_reload() local 943 FT_Pos out_x, out_y; in af_glyph_hints_reload() local 1057 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
|
/external/freetype/src/base/ |
D | ftcalc.c | 914 FT_Pos out_y ) in ft_corner_orientation() 978 FT_Pos out_y ) in ft_corner_is_flat()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_renderer.c | 56 map_point(float *mat, float x, float y, float *out_x, float *out_y) in map_point()
|
/external/kernel-headers/original/uapi/linux/ |
D | omapfb.h | 115 __u32 out_x, out_y; member
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 935 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
|
/external/libyuv/files/source/ |
D | row_msa.cc | 40 #define READYUV422(psrc_y, psrc_u, psrc_v, out_y, out_u, out_v) \ argument 276 #define READI444(psrc_y, psrc_u, psrc_v, out_y, out_u, out_v) \ argument
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 2743 for (int out_y = 0; out_y < output_height; ++out_y) { in AveragePool() local 2963 for (int out_y = 0; out_y < output_height; ++out_y) { in MaxPool() local
|