Home
last modified time | relevance | path

Searched refs:out_h (Results 1 – 18 of 18) sorted by relevance

/external/libaom/libaom/test/
Dav1_convolve_2d_test_util.cc62 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 …]
Dhiprec_convolve_test_util.cc75 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunCheckOutput() local
86 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunCheckOutput()
101 int offset_r = 3 + rnd_.PseudoUniform(h - out_h - 7); in RunCheckOutput()
104 out_w, hkernel, 16, vkernel, 16, out_w, out_h, in RunCheckOutput()
107 vkernel, 16, out_w, out_h, &conv_params); in RunCheckOutput()
109 for (j = 0; j < out_w * out_h; ++j) in RunCheckOutput()
121 const int out_w = GET_PARAM(0), out_h = GET_PARAM(1); in RunSpeedTest() local
132 int output_n = ALIGN_POWER_OF_TWO(out_w, 4) * out_h; in RunSpeedTest()
148 for (j = 3; j < h - out_h - 4; j++) { in RunSpeedTest()
151 hkernel, 16, vkernel, 16, out_w, out_h, in RunSpeedTest()
[all …]
Dwarp_filter_test_util.cc117 out_h = ::testing::get<1>(params); in RunSpeedTest()
130 int output_n = ((out_w + 7) & ~7) * out_h; in RunSpeedTest()
154 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest()
158 test_impl(mat, input, w, h, stride, output, 32, 32, out_w, out_h, out_w, in RunSpeedTest()
163 printf("warp %3dx%-3d: %7.2f ns\n", out_w, out_h, in RunSpeedTest()
181 out_h = ::testing::get<1>(params); in RunCheckOutput()
188 int output_n = ((out_w + 7) & ~7) * out_h; in RunCheckOutput()
232 out_h, out_w, sub_x, sub_y, &conv_params, alpha, in RunCheckOutput()
245 test_impl(mat, input, w, h, stride, output2, 32, 32, out_w, out_h, in RunCheckOutput()
249 for (j = 0; j < out_w * out_h; ++j) in RunCheckOutput()
[all …]
/external/libaom/libaom/av1/encoder/x86/
Dml_sse3.c84 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/
Dconfdata.c693 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/intel/vulkan/
Danv_extensions_gen.py196 if args.out_h:
197 with open(args.out_h, 'w') as f:
/external/u-boot/arch/arm/include/asm/arch-tegra20/
Ddisplay.h25 unsigned out_h; /* Height of output window in pixels */ member
/external/u-boot/scripts/kconfig/
Dconfdata.c956 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/tensorflow/tensorflow/core/kernels/
Dspacetodepth_op.cc161 const int out_h = h / block_size; in operator ()() local
169 output(b, out_h, out_w, out_d) = input(b, h, w, d); in operator ()()
Dspacetodepth_op_gpu.cu.cc48 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/u-boot/drivers/video/
Dtegra.c63 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()
Dstb_truetype.h775 …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/lite/kernels/internal/reference/
Dreference_ops.h320 for (int out_h = 0; out_h < output_height; ++out_h) { in DepthToSpace() local
324 out_d + ((out_h % block_size) * block_size + out_w % block_size) * in DepthToSpace()
328 const int in_h = out_h / block_size; in DepthToSpace()
333 Offset(output_shape, out_b, out_h, out_w, out_d); in DepthToSpace()
380 const int out_h = in_h / block_size; in SpaceToDepth() local
385 Offset(output_shape, out_b, out_h, out_w, out_d); in SpaceToDepth()
3110 for (int out_h = 0; out_h < output_height; ++out_h) { in SpaceToBatchND() local
3112 T* out = output_data + Offset(output_shape, out_b, out_h, out_w, 0); in SpaceToBatchND()
3113 if (out_h * block_shape_height + shift_h < padding_top || in SpaceToBatchND()
3114 out_h * block_shape_height + shift_h >= in SpaceToBatchND()
[all …]
/external/boringssl/src/crypto/dsa/
Ddsa.c199 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/boringssl/src/include/openssl/
Ddsa.h146 unsigned long *out_h,
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_intrapred_intrin_ssse3.c791 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/
Doptimized_ops.h2536 for (int out_h = 0; out_h < output_height; ++out_h) { in SpaceToDepth() local
2537 T* output_ptr = output_data + Offset(output_shape, batch, out_h, 0, 0); in SpaceToDepth()
5819 const int out_h = in_h * block_shape_height + in BatchToSpaceND() local
5821 TFLITE_DCHECK_GE(out_h, 0); in BatchToSpaceND()
5822 TFLITE_DCHECK_LT(out_h, output_height); in BatchToSpaceND()
5836 T* out = output_data + Offset(output_shape, out_batch, out_h, out_w, 0); in BatchToSpaceND()
5926 for (int out_h = left_h_padding; out_h < output_height - right_h_padding; in PadImpl() local
5927 ++out_h) { in PadImpl()
5930 output_data + Offset(ext_output_shape, out_b, out_h, 0, 0), in PadImpl()
5937 output_data + Offset(ext_output_shape, out_b, out_h, out_w, 0), in PadImpl()
[all …]
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h2704 for (int out_h = 0; out_h < output_height; ++out_h) { in SpaceToDepth() local
2705 T* output_ptr = output_data + Offset(output_shape, batch, out_h, 0, 0); in SpaceToDepth()
6147 const int out_h = in_h * block_shape_height + in BatchToSpaceND() local
6149 TFLITE_DCHECK_GE(out_h, 0); in BatchToSpaceND()
6150 TFLITE_DCHECK_LT(out_h, output_height); in BatchToSpaceND()
6164 T* out = output_data + Offset(output_shape, out_batch, out_h, out_w, 0); in BatchToSpaceND()
6251 for (int out_h = left_h_padding; out_h < output_height - right_h_padding; in PadImpl() local
6252 ++out_h) { in PadImpl()
6255 output_data + Offset(ext_output_shape, out_b, out_h, 0, 0), in PadImpl()
6262 output_data + Offset(ext_output_shape, out_b, out_h, out_w, 0), in PadImpl()
[all …]