/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | transpose_conv.h | 68 for (int in_y = 0; in_y < input_height; ++in_y) { in TransposeConv() local 73 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeConv() 85 input_shape, batch, in_y, in_x, in_channel)]; in TransposeConv() 159 for (int in_y = 0; in_y < input_height; ++in_y) { in TransposeConv() local 164 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeConv() 176 input_shape, batch, in_y, in_x, in_channel)]; in TransposeConv()
|
A D | conv.h | 65 const int in_y = in_y_origin + dilation_height_factor * filter_y; in Conv() local 71 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in Conv() 72 (in_y < input_height); in Conv() 79 float input_value = input_data[Offset(input_shape, batch, in_y, in Conv() 148 const int in_y = in_y_origin + dilation_height_factor * filter_y; in Conv() local 154 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in Conv() 155 (in_y < input_height); in Conv() 231 const int in_y = in HybridConvPerChannel() local 235 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in HybridConvPerChannel() 236 (in_y < input_height)) { in HybridConvPerChannel() [all …]
|
A D | pooling.h | 63 const int in_y = in_y_origin + filter_y; in AveragePool() local 65 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in AveragePool() 119 const int in_y = in_y_origin + filter_y; in AveragePool() local 121 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in AveragePool() 172 const int in_y = in_y_origin + filter_y; in L2Pool() local 174 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in L2Pool() 225 const int in_y = in_y_origin + filter_y; in MaxPool() local 228 input_data[Offset(input_shape, batch, in_y, in_x, channel)]); in MaxPool() 279 const int in_y = in_y_origin + filter_y; in MaxPool() local 282 input_data[Offset(input_shape, batch, in_y, in_x, channel)]); in MaxPool()
|
A D | depthwiseconv_uint8.h | 142 const int in_y = in Run() local 146 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in Run() 147 (in_y < input_height)) { in Run() 149 input_data[Offset(input_shape, b, in_y, in_x, ic)]; in Run() 229 const int in_y = in RunPerChannel() local 233 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in RunPerChannel() 234 (in_y < input_height); in RunPerChannel() 237 input_shape, batch, in_y, in_x, in_channel)]; in RunPerChannel()
|
A D | depthwiseconv_float.h | 68 const int in_y = in DepthwiseConv() local 72 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in DepthwiseConv() 73 (in_y < input_height)) { in DepthwiseConv() 75 input_data[Offset(input_shape, b, in_y, in_x, ic)]; in DepthwiseConv()
|
A D | conv3d.h | 67 const int in_y = in Conv3D() local 75 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in Conv3D() 76 (in_y < input_height) && (in_d >= 0) && in Conv3D() 86 input_shape, batch, in_d, in_y, in_x, in_channel)]; in Conv3D()
|
A D | resize_nearest_neighbor.h | 81 int32_t in_y = GetNearestNeighbor(y, input_height, output_height, in ResizeNearestNeighbor() local 84 const T* y_input_ptr = input_ptr + in_y * row_offset; in ResizeNearestNeighbor()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/ |
A D | depthwise_conv.h | 73 const int in_y = in DepthwiseConvPerChannel() local 77 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in DepthwiseConvPerChannel() 78 (in_y < input_height); in DepthwiseConvPerChannel() 81 input_shape, batch, in_y, in_x, in_channel)]; in DepthwiseConvPerChannel() 170 const int in_y = in DepthwiseConvPerChannel() local 174 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in DepthwiseConvPerChannel() 175 (in_y < input_height); in DepthwiseConvPerChannel() 178 input_shape, batch, in_y, in_x, in_channel)]; in DepthwiseConvPerChannel() 254 const int in_y = in DepthwiseConvHybridPerChannel() local 259 (in_y < input_height); in DepthwiseConvHybridPerChannel() [all …]
|
A D | transpose_conv.h | 67 for (int in_y = 0; in_y < input_height; ++in_y) { in TransposeConv() local 72 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeConv() 84 input_shape, batch, in_y, in_x, in_channel)]; in TransposeConv() 164 for (int in_y = 0; in_y < input_height; ++in_y) { in TransposeConv() local 169 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeConv() 181 input_shape, batch, in_y, in_x, in_channel)]; in TransposeConv()
|
A D | conv.h | 72 const int in_y = in_y_origin + dilation_height_factor * filter_y; in ConvPerChannel() local 78 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in ConvPerChannel() 79 (in_y < input_height); in ConvPerChannel() 86 int32_t input_val = input_data[Offset(input_shape, batch, in_y, in ConvPerChannel() 175 const int in_y = in_y_origin + dilation_height_factor * filter_y; in ConvPerChannel() local 181 (in_x >= 0) && (in_x < input_width) && (in_y >= 0) && in ConvPerChannel() 182 (in_y < input_height); in ConvPerChannel() 189 int32_t input_val = input_data[Offset(input_shape, batch, in_y, in ConvPerChannel()
|
A D | pooling.h | 63 const int in_y = in_y_origin + filter_y; in AveragePool() local 65 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in AveragePool() 123 const int in_y = in_y_origin + filter_y; in MaxPool() local 126 input_data[Offset(input_shape, batch, in_y, in_x, channel)]); in MaxPool() 179 const int in_y = in_y_origin + filter_y; in AveragePool() local 181 input_data[Offset(input_shape, batch, in_y, in_x, channel)]; in AveragePool() 239 const int in_y = in_y_origin + filter_y; in MaxPool() local 242 input_data[Offset(input_shape, batch, in_y, in_x, channel)]); in MaxPool()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftcalc.h | 123 FT_Pos in_y, 134 FT_Pos in_y,
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftcalc.c | 862 FT_Pos in_y, in ft_corner_orientation() argument 870 if ( in_y == 0 ) in ft_corner_orientation() 879 if ( in_y >= 0 ) in ft_corner_orientation() 887 result = in_y; in ft_corner_orientation() 889 result = -in_y; in ft_corner_orientation() 902 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation() 917 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 ); in ft_corner_orientation() 942 FT_Pos in_y, in ft_corner_is_flat() argument 947 FT_Pos ay = in_y; in ft_corner_is_flat() 985 ay = out_y + in_y; in ft_corner_is_flat()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | im2col_utils.h | 170 const int in_y = in_y_origin + dilation_height_factor * filter_y; in DilatedIm2col() local 171 if ((in_y >= 0) && (in_y < input_height)) { in DilatedIm2col() 182 input_data + Offset(input_shape, batch, in_y, in_x, 0); in DilatedIm2col() 465 const int in_y = in DilatedIm2col3D() local 467 if ((in_y >= 0) && (in_y < input_height)) { in DilatedIm2col3D() 478 in_d, in_y, in_x, 0); in DilatedIm2col3D()
|
A D | depthwiseconv_float.h | 1057 const int in_y = in_y_origin + dilation_height_factor * filter_y; 1060 input_data + in_y * input_height_stride + b * input_batch_stride,
|
A D | optimized_ops.h | 5180 for (int in_y = 0; in_y < input_height; ++in_y) { in TransposeIm2col() local 5184 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeIm2col() 5195 input_data + Offset(input_shape, batch, in_y, in_x, 0); in TransposeIm2col() 5624 int32 in_y = std::min((y * height_scale) >> 16, input_height - 1); in ResizeNearestNeighbor() local 5629 TFLITE_DCHECK_LT(y * input_height, output_height + in_y * output_height); in ResizeNearestNeighbor() 5630 TFLITE_DCHECK_GE(y * input_height, in_y * output_height); in ResizeNearestNeighbor() 5631 const uint8* y_input_ptr = input_ptr + in_y * row_offset; in ResizeNearestNeighbor()
|
A D | depthwiseconv_uint8.h | 1876 const int in_y = in_y_origin + dilation_height_factor * filter_y; 1879 input_data + in_y * input_height_stride + b * input_batch_stride,
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afhints.c | 706 FT_Pos in_y = 0; in af_glyph_hints_reload() local 727 in_y = first->fy - prev->fy; in af_glyph_hints_reload() 730 last_good_in_y = in_y; in af_glyph_hints_reload() 732 if ( FT_ABS( in_x ) + FT_ABS( in_y ) < near_limit ) in af_glyph_hints_reload() 759 in_dir = af_direction_compute( in_x, in_y ); in af_glyph_hints_reload() 769 if ( FT_ABS( in_x ) + FT_ABS( in_y ) < near_limit ) in af_glyph_hints_reload() 774 last_good_in_y = in_y; in af_glyph_hints_reload() 807 point->flags & AF_FLAG_NEAR ? last_good_in_y : in_y, in af_glyph_hints_reload() 823 in_y = out_y; in af_glyph_hints_reload()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11xinput2.c | 92 xinput2_normalize_touch_coordinates(SDL_Window *window, double in_x, double in_y, float *out_x, flo… in xinput2_normalize_touch_coordinates() argument 103 *out_y = in_y / (window->h - 1); in xinput2_normalize_touch_coordinates() 108 *out_y = in_y; in xinput2_normalize_touch_coordinates()
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshalgo.c | 974 FT_Pos in_y, in psh_corner_orientation() argument 982 if ( in_y == 0 ) in psh_corner_orientation() 991 if ( in_y >= 0 ) in psh_corner_orientation() 999 result = in_y; in psh_corner_orientation() 1001 result = -in_y; in psh_corner_orientation() 1038 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local 1058 in_y = end->org_v - start->org_v; in psh_glyph_compute_inflections() 1060 } while ( in_x == 0 && in_y == 0 ); in psh_glyph_compute_inflections() 1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections() 1084 in_y = out_y; in psh_glyph_compute_inflections() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
A D | depthwise_conv_hybrid.h | 195 const int in_y = in_y_origin + dilation_height_factor * filter_y; in DepthwiseConvHybridGeneral() local 198 input_data + in_y * input_height_stride + b * input_batch_stride, in DepthwiseConvHybridGeneral()
|
A D | depthwise_conv_hybrid_3x3_filter.h | 3170 const int in_y = (out_y * stride_height) - pad_height; 3175 input_ptr += in_y * params.input_row_size + in_x * params.input_depth;
|
A D | depthwise_conv_3x3_filter.h | 3013 const int in_y = (out_y * stride_height) - pad_height; 3018 input_ptr += in_y * params.input_row_size + in_x * params.input_depth;
|
A D | depthwise_conv.h | 1766 const int in_y = in_y_origin + dilation_height_factor * filter_y; 1769 input_data + in_y * input_height_stride + b * input_batch_stride,
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | upsampling_msa.c | 119 const v16u8 in_y = LD_UB(y); \ 122 ILVRL_UW4(in_y, p0, p1, p2, p3); \ 139 const v16u8 in_y = LD_UB(y); \ 142 ILVR_UW2(in_y, p0, p1); \
|