HomeSort by relevance Sort by last modified time
    Searched refs:in_y (Results 1 - 16 of 16) sorted by null

  /frameworks/ml/nn/common/operations/internal/reference/
depthwiseconv_float.h 57 const int in_y = in_y_origin + filter_y; local
60 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) &&
61 (in_y < input_height)) {
63 input_data[Offset(input_dims, ic, in_x, in_y, b)];
depthwiseconv_uint8.h 73 const int in_y = in_y_origin + filter_y; local
76 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) &&
77 (in_y < input_height)) {
79 input_data[Offset(input_dims, ic, in_x, in_y, b)];
reference_ops.h 191 const int in_y = in_y_origin + filter_y; local
194 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) &&
195 (in_y < input_height)) {
197 in_x, in_y, batch)];
262 const int in_y = in_y_origin + filter_y; local
265 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) &&
266 (in_y < input_height)) {
268 in_x, in_y, batch)];
    [all...]
  /external/libconstrainedcrypto/include/constrainedcrypto/
p256.h 129 // {out_x,out_y} := n{in_x,in_y}
132 const p256_int *in_y,
136 // {out_x,out_y} := n1G + n2{in_x,in_y}
139 const p256_int *in_x, const p256_int *in_y,
  /external/freetype/include/freetype/internal/
ftcalc.h 322 FT_Pos in_y,
334 FT_Pos in_y,
  /external/freetype/src/base/
ftcalc.c 900 FT_Pos in_y,
906 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
917 (FT_ULong)FT_ABS( in_y ) + (FT_ULong)FT_ABS( out_x ) <= 131071UL )
920 FT_Long z2 = in_y * out_x;
937 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 );
962 FT_Pos in_y,
967 FT_Pos ay = in_y + out_y;
991 d_in = FT_HYPOT( in_x, in_y );
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftcalc.h 322 FT_Pos in_y,
334 FT_Pos in_y,
  /external/pdfium/third_party/freetype/src/base/
ftcalc.c 900 FT_Pos in_y,
906 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
917 (FT_ULong)FT_ABS( in_y ) + (FT_ULong)FT_ABS( out_x ) <= 131071UL )
920 FT_Long z2 = in_y * out_x;
937 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 );
962 FT_Pos in_y,
967 FT_Pos ay = in_y + out_y;
991 d_in = FT_HYPOT( in_x, in_y );
  /external/freetype/src/pshinter/
pshalgo.c 935 FT_Pos in_x, in_y, out_x, out_y; local
955 in_y = end->org_v - start->org_v;
957 } while ( in_x == 0 && in_y == 0 );
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
981 in_y = out_y;
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1022 in_y = out_y;
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 935 FT_Pos in_x, in_y, out_x, out_y; local
955 in_y = end->org_v - start->org_v;
957 } while ( in_x == 0 && in_y == 0 );
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
981 in_y = out_y;
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1022 in_y = out_y;
    [all...]
  /external/webp/src/dsp/
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); \
  /external/freetype/src/autofit/
afhints.c 1043 FT_Pos in_x, in_y; local
1051 in_y = point->fy - prev_v->fy;
1056 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 )
    [all...]
  /frameworks/ml/nn/common/operations/internal/optimized/
depthwiseconv_float.h 713 const int in_y = in_y_origin + filter_y; local
715 input_data + in_y * input_dims.strides[2] +
depthwiseconv_uint8.h 1462 const int in_y = in_y_origin + filter_y; local
    [all...]
  /external/libconstrainedcrypto/
p256_ec.c     [all...]
  /external/libyuv/files/source/
row_msa.cc 73 #define YUVTORGB(in_y, in_uv, ubvr, ugvg, bb, bg, br, yg, out_b, out_g, out_r) \
80 vec0_m = (v8i16)__msa_ilvr_b((v16i8)in_y, (v16i8)in_y); \
    [all...]

Completed in 252 milliseconds