Home
last modified time | relevance | path

Searched refs:outh (Results 1 – 25 of 2243) sorted by relevance

12345678910>>...90

/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/arm/
H A Dinterp_arm.cpp164 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward()
189 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward()
244 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward()
269 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward()
385 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16s()
464 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16s()
489 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward_fp16s()
781 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16sa()
806 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward_fp16sa()
1005 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_bf16s()
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/arm/
H A Dinterp_arm.cpp164 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward()
189 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward()
244 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward()
269 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward()
385 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16s()
464 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16s()
489 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward_fp16s()
781 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16sa()
806 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward_fp16sa()
1005 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_bf16s()
[all …]
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/arm/
H A Dinterp_arm.cpp164 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward()
189 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward()
244 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward()
269 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward()
385 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16s()
464 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16s()
489 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward_fp16s()
781 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16sa()
806 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward_fp16sa()
1005 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_bf16s()
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/arm/
H A Dinterp_arm.cpp164 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward()
189 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward()
244 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward()
269 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward()
385 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16s()
464 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16s()
489 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward_fp16s()
781 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16sa()
806 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward_fp16sa()
1005 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_bf16s()
[all …]
/dports/misc/ncnn/ncnn-20211208/src/layer/
H A Dreshape.cpp56 int outh = h; in forward() local
78 if (outh == 0) in forward()
82 outw = total / outh; in forward()
83 if (outh == -1) in forward()
84 outh = total / outw; in forward()
96 if (outh == 0) in forward()
103 if (outh == -1) in forward()
112 top_blob.h = outh; in forward()
120 if (outh == 0) in forward()
129 if (outh == -1) in forward()
[all …]
/dports/misc/ncnn/ncnn-20211208/src/layer/vulkan/
H A Dpermute_vulkan.cpp280 int outh; in forward() local
285 outh = w; in forward()
315 int outh; in forward() local
321 outh = w; in forward()
327 outh = c; in forward()
333 outh = w; in forward()
339 outh = c; in forward()
394 int outh; in forward() local
660 int outh; in forward() local
695 int outh; in forward() local
[all …]
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/
H A Dreshape.cpp52 int outh = h; in forward() local
73 if (outh == 0) in forward()
74 outh = bottom_blob.h; in forward()
77 outw = total / outh; in forward()
78 if (outh == -1) in forward()
79 outh = total / outw; in forward()
91 if (outh == 0) in forward()
92 outh = bottom_blob.h; in forward()
97 outw = total / outc / outh; in forward()
98 if (outh == -1) in forward()
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/
H A Dreshape.cpp52 int outh = h; in forward() local
73 if (outh == 0) in forward()
74 outh = bottom_blob.h; in forward()
77 outw = total / outh; in forward()
78 if (outh == -1) in forward()
79 outh = total / outw; in forward()
91 if (outh == 0) in forward()
92 outh = bottom_blob.h; in forward()
97 outw = total / outc / outh; in forward()
98 if (outh == -1) in forward()
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/
H A Dreshape.cpp52 int outh = h; in forward() local
73 if (outh == 0) in forward()
74 outh = bottom_blob.h; in forward()
77 outw = total / outh; in forward()
78 if (outh == -1) in forward()
79 outh = total / outw; in forward()
91 if (outh == 0) in forward()
92 outh = bottom_blob.h; in forward()
97 outw = total / outc / outh; in forward()
98 if (outh == -1) in forward()
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/
H A Dreshape.cpp52 int outh = h; in forward() local
73 if (outh == 0) in forward()
74 outh = bottom_blob.h; in forward()
77 outw = total / outh; in forward()
78 if (outh == -1) in forward()
79 outh = total / outw; in forward()
91 if (outh == 0) in forward()
92 outh = bottom_blob.h; in forward()
97 outw = total / outc / outh; in forward()
98 if (outh == -1) in forward()
[all …]
/dports/misc/ncnn/ncnn-20211208/src/layer/arm/
H A Dinterp_arm.cpp374 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward()
399 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward()
454 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward()
479 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward()
794 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16s()
873 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16s()
898 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward_fp16s()
1383 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16sa()
1408 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward_fp16sa()
1809 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_bf16s()
[all …]
/dports/misc/ncnn/ncnn-20211208/src/layer/riscv/
H A Dinterp_riscv.cpp367 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward()
392 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward()
447 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward()
472 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward()
793 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16s()
818 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward_fp16s()
872 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16s()
897 int* buf = new int[outw + outh + outw * 4 + outh * 4]; in forward_fp16s()
1118 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16sa()
1171 int* buf = new int[outw + outh + outw * 2 + outh * 2]; in forward_fp16sa()
[all …]
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/pooling/
H A Droi_average_pooling_2d.py54 outh, outw = _pair(outsize)
55 if not (isinstance(outh, numbers.Integral) and outh > 0):
58 .format(type(outh), outh))
71 self.outh, self.outw = outh, outw
108 strideh = 1. * roi_height / self.outh
111 for outh in six.moves.range(self.outh):
113 outh, strideh, height, ymin)
123 top_data[i_roi, :, outh, outw] =\
213 strideh = 1. * roi_height / self.outh
216 for outh in six.moves.range(self.outh):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libjpeg-turbo/simd/
H A Djcsample-altivec.c72 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec()
73 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec()
74 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
76 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec()
78 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec()
97 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local
148 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
149 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec()
150 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
152 outh = vec_splat_u16(0); in jsimd_h2v2_downsample_altivec()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libjpeg/simd/powerpc/
H A Djcsample-altivec.c73 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec()
74 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec()
75 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
77 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec()
79 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec()
98 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local
149 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
150 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec()
151 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
153 outh = vec_splat_u16(0); in jsimd_h2v2_downsample_altivec()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libjpeg/simd/
H A Djcsample-altivec.c72 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec()
73 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec()
74 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
76 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec()
78 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec()
97 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local
148 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
149 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec()
150 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
152 outh = vec_splat_u16(0); in jsimd_h2v2_downsample_altivec()
[all …]
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/simd/powerpc/
H A Djcsample-altivec.c73 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec()
74 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec()
75 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
77 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec()
79 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec()
98 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local
149 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
150 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec()
151 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
153 outh = vec_splat_u16(0); in jsimd_h2v2_downsample_altivec()
[all …]
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/simd/powerpc/
H A Djcsample-altivec.c73 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec()
74 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec()
75 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
77 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec()
79 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec()
98 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local
149 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
150 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec()
151 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
153 outh = vec_splat_u16(0); in jsimd_h2v2_downsample_altivec()
[all …]
/dports/www/firefox/firefox-99.0/media/libjpeg/simd/powerpc/
H A Djcsample-altivec.c73 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec()
74 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec()
75 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
77 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec()
79 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec()
98 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local
149 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
150 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec()
151 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
153 outh = vec_splat_u16(0); in jsimd_h2v2_downsample_altivec()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libjpeg/simd/
H A Djcsample-altivec.c72 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec()
73 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec()
74 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
76 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec()
78 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec()
97 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local
148 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
149 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec()
150 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
152 outh = vec_splat_u16(0); in jsimd_h2v2_downsample_altivec()
[all …]
/dports/graphics/mozjpeg/mozjpeg-4.0.3/simd/powerpc/
H A Djcsample-altivec.c73 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec()
74 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec()
75 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
77 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec()
79 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec()
98 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local
149 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
150 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec()
151 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
153 outh = vec_splat_u16(0); in jsimd_h2v2_downsample_altivec()
[all …]
/dports/benchmarks/glmark2/glmark2-2021.12/src/libjpeg-turbo/simd/
H A Djcsample-altivec.c72 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec()
73 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec()
74 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
76 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec()
78 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec()
97 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local
148 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
149 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec()
150 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
152 outh = vec_splat_u16(0); in jsimd_h2v2_downsample_altivec()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libjpeg/simd/powerpc/
H A Djcsample-altivec.c73 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec()
74 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec()
75 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
77 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec()
79 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec()
98 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local
149 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
150 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec()
151 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
153 outh = vec_splat_u16(0); in jsimd_h2v2_downsample_altivec()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libjpeg/simd/powerpc/
H A Djcsample-altivec.c73 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec()
74 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec()
75 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
77 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec()
79 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec()
98 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local
149 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
150 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec()
151 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
153 outh = vec_splat_u16(0); in jsimd_h2v2_downsample_altivec()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libjpeg-turbo/libjpeg-turbo-2.0.6/simd/powerpc/
H A Djcsample-altivec.c73 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec()
74 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec()
75 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec()
77 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec()
79 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec()
98 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local
149 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec()
150 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec()
151 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec()
153 outh = vec_splat_u16(0); in jsimd_h2v2_downsample_altivec()
[all …]

12345678910>>...90