/external/libaom/libaom/test/ |
D | hiprec_convolve_test_util.cc | 75 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunCheckOutput() local 121 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunSpeedTest() local 212 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunCheckOutput() local 263 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunSpeedTest() local
|
D | av1_convolve_2d_test_util.cc | 62 const int out_h = block_size_high[block_idx] >> shift; in RunCheckOutput() local 137 const int out_h = block_size_high[block_idx] >> shift; in RunSpeedTest() local 188 const int out_h = block_size_high[block_idx]; in RunCheckOutput() local 323 const int out_h = block_size_high[block_idx]; in RunSpeedTest() local 408 const int out_h = block_size_high[block_idx] >> shift; in RunSpeedTest() local 456 const int out_h = block_size_high[block_idx] >> shift; in RunCheckOutput() local 532 const int out_h = block_size_high[block_idx]; in RunSpeedTest() local 590 const int out_h = block_size_high[block_idx]; in RunCheckOutput() local
|
/external/libaom/libaom/av1/encoder/x86/ |
D | ml_sse3.c | 84 const float *const weights, __m128 *const out_h, in nn_propagate_4to8() 142 static void nn_activate8(__m128 *out_h, __m128 *out_l) { in nn_activate8() 171 __m128 out_h = _mm_loadu_ps(&layer_bias[out + 4]); in av1_nn_predict_sse3() local
|
/external/u-boot/arch/arm/include/asm/arch-tegra20/ |
D | display.h | 25 unsigned out_h; /* Height of output window in pixels */ member
|
/external/tensorflow/tensorflow/core/kernels/ |
D | spacetodepth_op.cc | 161 const int out_h = h / block_size; in operator ()() local
|
D | spacetodepth_op_gpu.cu.cc | 48 const int out_h = h / block_size; in S2D_NHWC() local
|
/external/toybox/kconfig/ |
D | confdata.c | 693 FILE *out, *out_h; in conf_write_autoconf() local
|
/external/boringssl/src/crypto/dsa/ |
D | dsa.c | 199 unsigned long *out_h, BN_GENCB *cb) { in DSA_generate_parameters_ex()
|
/external/u-boot/scripts/kconfig/ |
D | confdata.c | 956 FILE *out, *tristate, *out_h; in conf_write_autoconf() local
|
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 2465 …pSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride,… in stbtt_MakeGlyphBitmapSubpixel() 2484 …yphBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride,… in stbtt_MakeGlyphBitmap() 2494 …pSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride,… in stbtt_MakeCodepointBitmapSubpixel() 2504 …intBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride,… in stbtt_MakeCodepointBitmap()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | reference_ops.h | 320 for (int out_h = 0; out_h < output_height; ++out_h) { in DepthToSpace() local 380 const int out_h = in_h / block_size; in SpaceToDepth() local 3110 for (int out_h = 0; out_h < output_height; ++out_h) { in SpaceToBatchND() local 3165 const int out_h = in_h * block_shape_height + in BatchToSpaceND() local 3236 for (int out_h = 0; out_h < output_height; ++out_h) { in PadImpl() local
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_ssse3.c | 791 const __m128i out_h = _mm_unpackhi_epi16(avg2_3, avg3_3); in vpx_highbd_d207_predictor_32x32_ssse3() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 2536 for (int out_h = 0; out_h < output_height; ++out_h) { in SpaceToDepth() local 5819 const int out_h = in_h * block_shape_height + in BatchToSpaceND() local 5926 for (int out_h = left_h_padding; out_h < output_height - right_h_padding; in PadImpl() local
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 2704 for (int out_h = 0; out_h < output_height; ++out_h) { in SpaceToDepth() local 6147 const int out_h = in_h * block_shape_height + in BatchToSpaceND() local 6251 for (int out_h = left_h_padding; out_h < output_height - right_h_padding; in PadImpl() local
|