/external/freetype/include/freetype/internal/ |
ftcalc.h | 321 ft_corner_orientation( FT_Pos in_x, 333 ft_corner_is_flat( FT_Pos in_x,
|
/external/tensorflow/tensorflow/examples/ios/benchmark/ |
BenchmarkViewController.mm | 242 const int in_x = (x * image_width) / wanted_width; 243 tensorflow::uint8* in_pixel = in_row + (in_x * image_channels);
|
/external/tensorflow/tensorflow/contrib/pi_examples/camera/ |
camera.cc | 365 const float in_x = x * width_scale; local 366 const int left_x_index = static_cast<int>(floorf(in_x)); 368 std::min(static_cast<int>(ceilf(in_x)), (image_width - 1)); 377 const float x_lerp = in_x - left_x_index;
|
/external/tensorflow/tensorflow/core/kernels/ |
conv_ops_using_gemm.cc | 159 const int in_x = in_x_origin + filter_x; local 164 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) && 170 (in_x * input_depth) + in_channel];
|
quantized_conv_ops.cc | 136 const int in_x = in_x_origin + filter_x; local 141 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) && 147 (in_x * input_depth) + in_channel];
|
conv_grad_ops_3d.cc | 328 // [batch, in_z, in_y, in_x, in_depth] 330 // [in_z, in_y, in_x, batch, in_depth] [all...] |
conv_ops_3d.cc | 89 // [ batch, in_z, in_y, in_x, in_channels ]
|
/external/freetype/src/pshinter/ |
pshalgo.c | 935 FT_Pos in_x, in_y, out_x, out_y; local 954 in_x = end->org_u - start->org_u; 957 } while ( in_x == 0 && in_y == 0 ); 975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); 980 in_x = out_x; 1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y ); 1021 in_x = out_x; [all...] |
/external/boringssl/src/crypto/fipsmodule/ec/asm/ |
p256-x86_64-asm.pl | [all...] |
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/ |
reference_ops.h | 189 const int in_x = in_x_origin + filter_x; local 193 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) && 196 in_x, in_y, batch)]; 283 const int in_x = in_x_origin + filter_x; local 287 if ((in_x >= 0) && (in_x < input_width) && (in_y >= 0) && 290 in_x, in_y, batch)]; [all...] |
/external/tensorflow/tensorflow/contrib/lite/examples/ios/camera/ |
CameraExampleViewController.mm | 259 const int in_x = (y * image_width) / wanted_input_width; 261 uint8_t* in_pixel = in + (in_y * image_width * image_channels) + (in_x * image_channels);
|
/external/tensorflow/tensorflow/examples/ios/camera/ |
CameraExampleViewController.mm | 302 const int in_x = (y * image_width) / wanted_input_width; 305 in + (in_y * image_width * image_channels) + (in_x * image_channels);
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
inv_txfm_sse2.c | 193 const __m128i in_x, 202 d0 = _mm_add_epi16(in_x, d0); 203 d1 = _mm_add_epi16(in_x, d1); 533 static INLINE void recon_and_store_16(uint8_t *const dest, const __m128i in_x) { 540 d0 = _mm_add_epi16(in_x, d0); 541 d1 = _mm_add_epi16(in_x, d1); [all...] |
inv_txfm_sse2.h | 135 static INLINE void recon_and_store(uint8_t *const dest, const __m128i in_x) { 139 d0 = _mm_add_epi16(in_x, d0);
|
/external/freetype/src/autofit/ |
afhints.c | 1056 FT_Pos in_x, in_y; local 1063 in_x = point->fx - prev_v->fx; 1069 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 ) [all...] |
/external/libconstrainedcrypto/ |
p256_ec.c | [all...] |