Home
last modified time | relevance | path

Searched refs:ref_f (Results 1 – 25 of 63) sorted by relevance

123

/dports/science/hdf5-18/hdf5-1.8.21/fortran/src/
H A DH5Rff_F90.f90133 ref_f = ref%ref
187 INTEGER(HADDR_T) :: ref_f local
195 ref_f = 0
197 ref%ref = ref_f
260 ref_f = 0
262 ref%ref = ref_f
312 INTEGER(HADDR_T) :: ref_f local
317 ref_f = ref%ref
374 ref_f = ref%ref
440 ref_f = ref%ref
[all …]
H A DH5Rff.f90106 INTEGER(HADDR_T) :: ref_f ! Local buffer to pass reference local
109 INTEGER FUNCTION h5rget_object_type_obj_c(dset_id, ref_f, obj_type)
116 INTEGER(HADDR_T) :: ref_f local
121 ref_f = ref%ref
122 hdferr = h5rget_object_type_obj_c(dset_id, ref_f, obj_type )
H A DH5Rff_F03.f90178 INTEGER :: ref_f(REF_REG_BUF_LEN) ! Local buffer to pass reference local
181 INTEGER FUNCTION h5rget_region_region_c(dset_id, ref_f, space_id)
188 INTEGER :: ref_f(REF_REG_BUF_LEN) local
193 ref_f = ref%ref
194 hdferr = h5rget_region_region_c(dset_id, ref_f, space_id )
320 INTEGER :: ref_f(REF_REG_BUF_LEN) ! Local buffer to pass reference local
323 INTEGER FUNCTION h5rcreate_region_c(ref_f, loc_id, name, namelen, space_id)
330 INTEGER :: ref_f(REF_REG_BUF_LEN) local
339 ref_f = 0
340 hdferr = h5rcreate_region_c(ref_f, loc_id, name, namelen, space_id )
[all …]
/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/src/feature/
H A Dssim.c57 float *ref_f,*cmp_f; in compute_ssim() local
103 ref_f = (float*)malloc(w*h*sizeof(float)); in compute_ssim()
105 if (!ref_f || !cmp_f) { in compute_ssim()
106 if (ref_f) free(ref_f); in compute_ssim()
116 ref_f[offset] = (float)ref[src_offset]; in compute_ssim()
128 free(ref_f); in compute_ssim()
148 if (_iqa_decimate(ref_f, w, h, scale, &low_pass, 0, 0, 0) || in compute_ssim()
150 free(ref_f); in compute_ssim()
164 result = _iqa_ssim(ref_f, cmp_f, w, h, &window, &mr, args, &l, &c, &s); in compute_ssim()
166 free(ref_f); in compute_ssim()
/dports/science/hdf5/hdf5-1.10.6/fortran/src/
H A DH5Rff.F90209 INTEGER(HADDR_T) :: ref_f ! Local buffer to pass reference local
216 INTEGER(HADDR_T) :: ref_f local
221 ref_f = ref%ref
222 hdferr = h5rget_object_type_obj_c(dset_id, ref_f, obj_type )
269 INTEGER :: ref_f(REF_REG_BUF_LEN) local
274 ref_f = ref%ref
275 hdferr = h5rget_region_region_c(dset_id, ref_f, space_id )
408 INTEGER :: ref_f(REF_REG_BUF_LEN) local
417 ref_f = 0
418 hdferr = h5rcreate_region_c(ref_f, loc_id, name, namelen, space_id )
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/iqa/source/
H A Dssim.c64 float *ref_f,*cmp_f; in iqa_ssim() local
90 ref_f = (float*)malloc(w*h*sizeof(float)); in iqa_ssim()
92 if (!ref_f || !cmp_f) { in iqa_ssim()
93 if (ref_f) free(ref_f); in iqa_ssim()
101 ref_f[offset] = (float)ref[src_offset]; in iqa_ssim()
111 free(ref_f); in iqa_ssim()
122 if (_iqa_decimate(ref_f, w, h, scale, &low_pass, 0, 0, 0) || in iqa_ssim()
124 free(ref_f); in iqa_ssim()
132 result = _iqa_ssim(ref_f, cmp_f, w, h, &window, &mr, args); in iqa_ssim()
134 free(ref_f); in iqa_ssim()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/iqa/source/
H A Dssim.c64 float *ref_f,*cmp_f; in iqa_ssim() local
90 ref_f = (float*)malloc(w*h*sizeof(float)); in iqa_ssim()
92 if (!ref_f || !cmp_f) { in iqa_ssim()
93 if (ref_f) free(ref_f); in iqa_ssim()
101 ref_f[offset] = (float)ref[src_offset]; in iqa_ssim()
111 free(ref_f); in iqa_ssim()
122 if (_iqa_decimate(ref_f, w, h, scale, &low_pass, 0, 0, 0) || in iqa_ssim()
124 free(ref_f); in iqa_ssim()
132 result = _iqa_ssim(ref_f, cmp_f, w, h, &window, &mr, args); in iqa_ssim()
134 free(ref_f); in iqa_ssim()
/dports/devel/boost-docs/boost_1_72_0/libs/fusion/test/sequence/
H A Dref_vector.cpp57 composite_reference<foo> ref_f(f); in main() local
59 boost::fusion::at_c<0>(ref_f) = 1.2; in main()
60 boost::fusion::at_c<1>(ref_f) = 1.2f; in main()
61 boost::fusion::at_c<2>(ref_f) = 12; in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Dref_vector.cpp57 composite_reference<foo> ref_f(f); in main() local
59 boost::fusion::at_c<0>(ref_f) = 1.2; in main()
60 boost::fusion::at_c<1>(ref_f) = 1.2f; in main()
61 boost::fusion::at_c<2>(ref_f) = 12; in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/fusion/test/sequence/
H A Dref_vector.cpp57 composite_reference<foo> ref_f(f); in main() local
59 boost::fusion::at_c<0>(ref_f) = 1.2; in main()
60 boost::fusion::at_c<1>(ref_f) = 1.2f; in main()
61 boost::fusion::at_c<2>(ref_f) = 12; in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/fusion/test/sequence/
H A Dref_vector.cpp57 composite_reference<foo> ref_f(f); in main() local
59 boost::fusion::at_c<0>(ref_f) = 1.2; in main()
60 boost::fusion::at_c<1>(ref_f) = 1.2f; in main()
61 boost::fusion::at_c<2>(ref_f) = 12; in main()
/dports/databases/percona57-server/boost_1_59_0/libs/fusion/test/sequence/
H A Dref_vector.cpp57 composite_reference<foo> ref_f(f); in main() local
59 boost::fusion::at_c<0>(ref_f) = 1.2; in main()
60 boost::fusion::at_c<1>(ref_f) = 1.2f; in main()
61 boost::fusion::at_c<2>(ref_f) = 12; in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/fusion/test/sequence/
H A Dref_vector.cpp57 composite_reference<foo> ref_f(f); in main() local
59 boost::fusion::at_c<0>(ref_f) = 1.2; in main()
60 boost::fusion::at_c<1>(ref_f) = 1.2f; in main()
61 boost::fusion::at_c<2>(ref_f) = 12; in main()
/dports/databases/percona57-client/boost_1_59_0/libs/fusion/test/sequence/
H A Dref_vector.cpp57 composite_reference<foo> ref_f(f); in main() local
59 boost::fusion::at_c<0>(ref_f) = 1.2; in main()
60 boost::fusion::at_c<1>(ref_f) = 1.2f; in main()
61 boost::fusion::at_c<2>(ref_f) = 12; in main()
/dports/devel/boost-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Dref_vector.cpp57 composite_reference<foo> ref_f(f); in main() local
59 boost::fusion::at_c<0>(ref_f) = 1.2; in main()
60 boost::fusion::at_c<1>(ref_f) = 1.2f; in main()
61 boost::fusion::at_c<2>(ref_f) = 12; in main()
/dports/devel/hyperscan/boost_1_75_0/libs/fusion/test/sequence/
H A Dref_vector.cpp57 composite_reference<foo> ref_f(f); in main() local
59 boost::fusion::at_c<0>(ref_f) = 1.2; in main()
60 boost::fusion::at_c<1>(ref_f) = 1.2f; in main()
61 boost::fusion::at_c<2>(ref_f) = 12; in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/MotionEST/
H A DMotionEST.py26 def __init__(self, cur_f, ref_f, blk_sz): argument
28 self.ref_f = ref_f
32 self.ref_yuv = np.array(self.ref_f.convert('YCbCr'), dtype=np.int)
H A DExhaust.py28 def __init__(self, cur_f, ref_f, blk_size, wnd_size, metric=MSE): argument
32 super(Exhaust, self).__init__(cur_f, ref_f, blk_size)
80 def __init__(self, cur_f, ref_f, blk_size, wnd_size, beta, metric=MSE): argument
85 super(ExhaustNeighbor, self).__init__(cur_f, ref_f, blk_size)
161 ref_f, argument
172 super(ExhaustNeighborFeatureScore, self).__init__(cur_f, ref_f, blk_size)
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/MotionEST/
H A DMotionEST.py26 def __init__(self, cur_f, ref_f, blk_sz): argument
28 self.ref_f = ref_f
32 self.ref_yuv = np.array(self.ref_f.convert('YCbCr'), dtype=np.int)
H A DExhaust.py28 def __init__(self, cur_f, ref_f, blk_size, wnd_size, metric=MSE): argument
32 super(Exhaust, self).__init__(cur_f, ref_f, blk_size)
80 def __init__(self, cur_f, ref_f, blk_size, wnd_size, beta, metric=MSE): argument
85 super(ExhaustNeighbor, self).__init__(cur_f, ref_f, blk_size)
161 ref_f, argument
172 super(ExhaustNeighborFeatureScore, self).__init__(cur_f, ref_f, blk_size)
/dports/multimedia/libvpx/libvpx-1.11.0/tools/3D-Reconstruction/MotionEST/
H A DMotionEST.py26 def __init__(self, cur_f, ref_f, blk_sz): argument
28 self.ref_f = ref_f
32 self.ref_yuv = np.array(self.ref_f.convert('YCbCr'), dtype=np.int)
H A DExhaust.py28 def __init__(self, cur_f, ref_f, blk_size, wnd_size, metric=MSE): argument
32 super(Exhaust, self).__init__(cur_f, ref_f, blk_size)
80 def __init__(self, cur_f, ref_f, blk_size, wnd_size, beta, metric=MSE): argument
85 super(ExhaustNeighbor, self).__init__(cur_f, ref_f, blk_size)
161 ref_f, argument
172 super(ExhaustNeighborFeatureScore, self).__init__(cur_f, ref_f, blk_size)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/MotionEST/
H A DMotionEST.py26 def __init__(self, cur_f, ref_f, blk_sz): argument
28 self.ref_f = ref_f
32 self.ref_yuv = np.array(self.ref_f.convert('YCbCr'), dtype=np.int)
H A DExhaust.py28 def __init__(self, cur_f, ref_f, blk_size, wnd_size, metric=MSE): argument
32 super(Exhaust, self).__init__(cur_f, ref_f, blk_size)
80 def __init__(self, cur_f, ref_f, blk_size, wnd_size, beta, metric=MSE): argument
85 super(ExhaustNeighbor, self).__init__(cur_f, ref_f, blk_size)
161 ref_f, argument
172 super(ExhaustNeighborFeatureScore, self).__init__(cur_f, ref_f, blk_size)
/dports/cad/yosys/yosys-yosys-0.12/tests/bram/
H A Dgenerate.py10 def create_bram(dsc_f, sim_f, ref_f, tb_f, k1, k2, or_next): argument
208 print("module bram_%02d_%02d_ref(%s);" % (k1, k2, ", ".join(v_ports)), file=ref_f)
210 print(" %s" % stmt, file=ref_f)
211 print("endmodule", file=ref_f)
296 ref_f = open("temp/brams_%02d_ref.v" % k1, "w") variable
299 for f in [sim_f, ref_f, tb_f]:
304 create_bram(dsc_f, sim_f, ref_f, tb_f, k1, k2, random.randrange(2 if k2+1 < lenk2 else 1))

123