/external/libaom/libaom/test/ |
D | av1_convolve_2d_test_util.cc | 62 const int out_h = block_size_high[block_idx] >> shift; in RunCheckOutput() local 71 out_h); in RunCheckOutput() 83 const int offset_r = 3 + rnd_.PseudoUniform(h - out_h - 7); in RunCheckOutput() 86 MAX_SB_SIZE, out_w, out_h, filter_params_x, in RunCheckOutput() 89 MAX_SB_SIZE, out_w, out_h, filter_params_x, in RunCheckOutput() 97 << out_w << "x" << out_h << " Pixel mismatch at index " in RunCheckOutput() 137 const int out_h = block_size_high[block_idx] >> shift; in RunSpeedTest() local 138 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() 145 out_h); in RunSpeedTest() 151 test_impl(input, w, output, MAX_SB_SIZE, out_w, out_h, filter_params_x, in RunSpeedTest() [all …]
|
D | hiprec_convolve_test_util.cc | 92 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunCheckOutput() local 103 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput() 117 int offset_r = 3 + rnd_.PseudoUniform(h - out_h - 7); in RunCheckOutput() 121 out_h, &conv_params); in RunCheckOutput() 123 vkernel, 16, out_w, out_h, &conv_params); in RunCheckOutput() 125 for (j = 0; j < out_w * out_h; ++j) in RunCheckOutput() 138 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunSpeedTest() local 149 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunSpeedTest() 165 for (j = 3; j < h - out_h - 4; j++) { in RunSpeedTest() 168 hkernel, 16, vkernel, 16, out_w, out_h, in RunSpeedTest() [all …]
|
D | warp_filter_test_util.cc | 119 const int out_w = std::get<0>(params), out_h = std::get<1>(params); in RunSpeedTest() 132 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest() 156 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() 160 test_impl(mat, input, w, h, stride, output, 32, 32, out_w, out_h, out_w, in RunSpeedTest() 165 printf("warp %3dx%-3d: %7.2f ns\n", out_w, out_h, in RunSpeedTest() 182 const int out_w = std::get<0>(params), out_h = std::get<1>(params); in RunCheckOutput() 189 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput() 233 out_h, out_w, sub_x, sub_y, &conv_params, alpha, in RunCheckOutput() 246 test_impl(mat, input, w, h, stride, output2, 32, 32, out_w, out_h, in RunCheckOutput() 250 for (j = 0; j < out_w * out_h; ++j) in RunCheckOutput() [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | ml_sse3.c | 84 const float *const weights, __m128 *const out_h, in nn_propagate_4to8() argument 106 *out_h = _mm_add_ps(*out_h, hh1); in nn_propagate_4to8() 142 static void nn_activate8(__m128 *out_h, __m128 *out_l) { in nn_activate8() argument 144 *out_h = _mm_max_ps(*out_h, zero); in nn_activate8() 171 __m128 out_h = _mm_loadu_ps(&layer_bias[out + 4]); in av1_nn_predict_sse3() local 175 &layer_weights[out * num_inputs + in], &out_h, in av1_nn_predict_sse3() 178 if (!output_layer) nn_activate8(&out_h, &out_l); in av1_nn_predict_sse3() 179 _mm_storeu_ps(&output_nodes[out + 4], out_h); in av1_nn_predict_sse3()
|
/external/toybox/kconfig/ |
D | confdata.c | 693 FILE *out, *out_h; in conf_write_autoconf() local 708 out_h = fopen(".tmpconfig.h", "w"); in conf_write_autoconf() 709 if (!out_h) { in conf_write_autoconf() 723 fprintf(out_h, "/*\n" in conf_write_autoconf() 743 fprintf(out_h, "#define CONFIG_%s_MODULE 1\n", sym->name); in conf_write_autoconf() 747 fprintf(out_h, "#define "CONFIG_PREFIX"%s 1\n", sym->name); in conf_write_autoconf() 754 fprintf(out_h, "#define "CONFIG_PREFIX"%s \"", sym->name); in conf_write_autoconf() 759 fwrite(str, l, 1, out_h); in conf_write_autoconf() 765 fprintf(out_h, "\\%c", *str); in conf_write_autoconf() 769 fputs("\"\n", out_h); in conf_write_autoconf() [all …]
|
/external/mesa3d/src/vulkan/util/ |
D | vk_extensions_gen.py | 170 def gen_extensions(driver, xml_files, api_versions, max_api_version, extensions, out_c, out_h, incl… argument 189 if out_h: 190 with open(out_h, 'w') as f:
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | pad.h | 89 for (int out_h = 0; out_h < output_height; ++out_h) { in PadImpl() local 94 out_h < left_h_padding || in PadImpl() 95 out_h >= output_height - right_h_padding || in PadImpl()
|
D | reference_ops.h | 98 for (int out_h = 0; out_h < output_height; ++out_h) { in DepthToSpace() local 102 out_d + ((out_h % block_size) * block_size + out_w % block_size) * in DepthToSpace() 106 const int in_h = out_h / block_size; in DepthToSpace() 111 Offset(output_shape, out_b, out_h, out_w, out_d); in DepthToSpace() 158 const int out_h = in_h / block_size; in SpaceToDepth() local 163 Offset(output_shape, out_b, out_h, out_w, out_d); in SpaceToDepth() 2097 for (int out_h = 0; out_h < output_height; ++out_h) { in SpaceToBatchND() local 2099 T* out = output_data + Offset(output_shape, out_b, out_h, out_w, 0); in SpaceToBatchND() 2100 if (out_h * block_shape_height + shift_h < padding_top || in SpaceToBatchND() 2101 out_h * block_shape_height + shift_h >= in SpaceToBatchND() [all …]
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_extensions_gen.py | 210 if args.out_h: 211 with open(args.out_h, 'w') as f:
|
/external/u-boot/arch/arm/include/asm/arch-tegra20/ |
D | display.h | 25 unsigned out_h; /* Height of output window in pixels */ member
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_extensions_gen.py | 52 …'anv', args.xml_files, API_VERSIONS, MAX_API_VERSION, EXTENSIONS, args.out_c, args.out_h, includes)
|
/external/u-boot/scripts/kconfig/ |
D | confdata.c | 956 FILE *out, *tristate, *out_h; in conf_write_autoconf() local 976 out_h = fopen(".tmpconfig.h", "w"); in conf_write_autoconf() 977 if (!out_h) { in conf_write_autoconf() 987 conf_write_heading(out_h, &header_printer_cb, NULL); in conf_write_autoconf() 999 conf_write_symbol(out_h, sym, &header_printer_cb, NULL); in conf_write_autoconf() 1003 fclose(out_h); in conf_write_autoconf()
|
/external/u-boot/drivers/video/ |
D | tegra.c | 63 val |= win->out_h << V_SIZE_SHIFT; in update_window() 74 v_dda = (win->h * 0x1000) / max(win->out_h - 1, 1U); in update_window() 229 win->out_h = priv->height; in setup_window()
|
D | stb_truetype.h | 775 …tBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 781 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 800 …hBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 801 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 2465 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeGlyphBitmapSubpixel() argument 2475 gbm.h = out_h; in stbtt_MakeGlyphBitmapSubpixel() 2484 …hBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeGlyphBitmap() argument 2486 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f,0.0f,… in stbtt_MakeGlyphBitmap() 2494 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeCodepointBitmapSubpixel() argument 2496 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, shift_x, s… in stbtt_MakeCodepointBitmapSubpixel() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | spacetodepth_op.cc | 176 const int out_h = h / block_size; in operator ()() local 184 output(b, out_h, out_w, out_d) = input(b, h, w, d); in operator ()()
|
D | spacetodepth_op_gpu.cu.cc | 48 const int out_h = h / block_size; in S2D_NHWC() local 56 output_depth * (out_w + output_width * (out_h + output_height * b)); in S2D_NHWC()
|
/external/libaom/libaom/av1/encoder/ |
D | cnn.c | 543 const int out_h = u * out_stride + start_idx; in av1_cnn_convolve_c() local 544 for (int w = start_w, out_index = out_h; w < in_width; in av1_cnn_convolve_c() 578 const int out_h = u * out_stride; in av1_cnn_convolve_c() local 585 for (int w = start_w, out_index = out_h; w < in_width; in av1_cnn_convolve_c() 627 const int out_h = u * out_stride; in av1_cnn_convolve_c() local 629 for (int w = start_w, out_index = out_h; w < end_w; in av1_cnn_convolve_c() 659 const int out_h = u * out_stride; in av1_cnn_convolve_c() local 661 for (int w = 0, out_index = out_h; in av1_cnn_convolve_c()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_extensions.py | 119 …extensions('tu', args.xml_files, API_VERSIONS, MAX_API_VERSION, EXTENSIONS, args.out_c, args.out_h)
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_extensions.py | 166 …xtensions('lvp', args.xml_files, API_VERSIONS, MAX_API_VERSION, EXTENSIONS, args.out_c, args.out_h)
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 870 …tBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 876 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 880 …efilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 899 …hBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 900 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 901 …efilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 3598 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeGlyphBitmapSubpixel() argument 3608 gbm.h = out_h; in stbtt_MakeGlyphBitmapSubpixel() 3617 …hBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeGlyphBitmap() argument 3619 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f,0.0f,… in stbtt_MakeGlyphBitmap() [all …]
|
/external/boringssl/src/include/openssl/ |
D | dsa.h | 146 unsigned long *out_h,
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_extensions.py | 214 …tensions('radv', args.xml_files, API_VERSIONS, MAX_API_VERSION, EXTENSIONS, args.out_c, args.out_h)
|
/external/boringssl/src/crypto/dsa/ |
D | dsa.c | 199 unsigned long *out_h, BN_GENCB *cb) { in DSA_generate_parameters_ex() argument 440 if (out_h != NULL) { in DSA_generate_parameters_ex() 441 *out_h = h; in DSA_generate_parameters_ex()
|
/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 797 d207_store_4x32(&dst, stride, &out_d, &out_e, &out_f, &out_g, &out_h); in vpx_highbd_d207_predictor_32x32_ssse3() 798 d207_store_4x32(&dst, stride, &out_e, &out_f, &out_g, &out_h, &LR); in vpx_highbd_d207_predictor_32x32_ssse3() 799 d207_store_4x32(&dst, stride, &out_f, &out_g, &out_h, &LR, &LR); in vpx_highbd_d207_predictor_32x32_ssse3() 800 d207_store_4x32(&dst, stride, &out_g, &out_h, &LR, &LR, &LR); in vpx_highbd_d207_predictor_32x32_ssse3() 801 d207_store_4x32(&dst, stride, &out_h, &LR, &LR, &LR, &LR); in vpx_highbd_d207_predictor_32x32_ssse3()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 1574 for (int out_h = 0; out_h < output_height; ++out_h) { in SpaceToDepth() local 1575 T* output_ptr = output_data + Offset(output_shape, batch, out_h, 0, 0); in SpaceToDepth() 4964 const int out_h = in_h * block_shape_height + in BatchToSpaceND() local 4966 TFLITE_DCHECK_GE(out_h, 0); in BatchToSpaceND() 4967 TFLITE_DCHECK_LT(out_h, output_height); in BatchToSpaceND() 4981 T* out = output_data + Offset(output_shape, out_batch, out_h, out_w, 0); in BatchToSpaceND() 5071 for (int out_h = left_h_padding; out_h < output_height - right_h_padding; in PadImpl() local 5072 ++out_h) { in PadImpl() 5075 output_data + Offset(ext_output_shape, out_b, out_h, 0, 0), in PadImpl() 5082 output_data + Offset(ext_output_shape, out_b, out_h, out_w, 0), in PadImpl() [all …]
|