Home
last modified time | relevance | path

Searched refs:convert_to_byte (Results 1 – 19 of 19) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/tests/
H A Dtest_fourier.cxx43 vil1_memory_image_of<unsigned char> char_in = brip_vil1_float_ops::convert_to_byte(input1); in test_fourier()
44 vil1_memory_image_of<unsigned char> char_mag = brip_vil1_float_ops::convert_to_byte(mag); in test_fourier()
45 vil1_memory_image_of<unsigned char> char_phase = brip_vil1_float_ops::convert_to_byte(phase); in test_fourier()
46 vil1_memory_image_of<unsigned char> char_output = brip_vil1_float_ops::convert_to_byte(output); in test_fourier()
56 vil1_memory_image_of<unsigned char> char_square = brip_vil1_float_ops::convert_to_byte(input2); in test_fourier()
57 vil1_memory_image_of<unsigned char> char_mag2 = brip_vil1_float_ops::convert_to_byte(mag2); in test_fourier()
58 vil1_memory_image_of<unsigned char> char_phase2 = brip_vil1_float_ops::convert_to_byte(phase2); in test_fourier()
59 vil1_memory_image_of<unsigned char> char_output2 = brip_vil1_float_ops::convert_to_byte(output2); in test_fourier()
H A Dtest_homography.cxx41 vil1_memory_image_of<unsigned char> char_in = brip_vil1_float_ops::convert_to_byte(input); in test_homography()
42 vil1_memory_image_of<unsigned char> char_out = brip_vil1_float_ops::convert_to_byte(out, 0, 255); in test_homography()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/kernels/cpu/
H A Dkernel_cpu_impl.h103 void KERNEL_FUNCTION_FULL_NAME(convert_to_byte)(KernelGlobals *kg, in KERNEL_FUNCTION_FULL_NAME() argument
113 STUB_ASSERT(KERNEL_ARCH, convert_to_byte); in KERNEL_FUNCTION_FULL_NAME()
H A Dkernel_cpu.h22 void KERNEL_FUNCTION_FULL_NAME(convert_to_byte)(KernelGlobals *kg,
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_vil_float_ops.h370 convert_to_byte(vil_image_view<float> const& image);
374 convert_to_byte(vil_image_view<float> const& image,
379 convert_to_byte(vil_image_view<vxl_uint_16> const& image,
385 convert_to_byte(vil_image_resource_sptr const& image);
H A Dbrip_vil1_float_ops.h141 convert_to_byte(vil1_memory_image_of<float> const & image);
145 convert_to_byte(vil1_memory_image_of<float> const & image,
H A Dbrip_vil1_float_ops.cxx181 brip_vil1_float_ops::convert_to_byte(red_half); in half_resolution()
184 brip_vil1_float_ops::convert_to_byte(grn_half); in half_resolution()
187 brip_vil1_float_ops::convert_to_byte(blu_half); in half_resolution()
705 brip_vil1_float_ops::convert_to_byte(vil1_memory_image_of<float> const & image) in convert_to_byte() function in brip_vil1_float_ops
733 brip_vil1_float_ops::convert_to_byte(vil1_memory_image_of<float> const & image, in convert_to_byte() function in brip_vil1_float_ops
786 vil1_memory_image_of<unsigned char> temp = brip_vil1_float_ops::convert_to_byte(image); in convert_to_rgb()
799 …vil1_memory_image_of<unsigned char> temp = brip_vil1_float_ops::convert_to_byte(image,min_val,max_… in convert_to_rgb()
1040 return brip_vil1_float_ops::convert_to_byte(vil1_memory_image_of<float>(image)); in convert_to_grey()
H A Dbrip_watershed.cxx331 brip_vil1_float_ops::convert_to_byte(image_); in overlay_image()
H A Dbrip_vil_float_ops.cxx1459 brip_vil_float_ops::convert_to_byte(vil_image_view<float> const& image) in convert_to_byte() function in brip_vil_float_ops
1491 brip_vil_float_ops::convert_to_byte(vil_image_view<float> const& image, in convert_to_byte() function in brip_vil_float_ops
1517 convert_to_byte(vil_image_view<vxl_uint_16> const& image, in convert_to_byte() function in brip_vil_float_ops
1543 brip_vil_float_ops::convert_to_byte(vil_image_resource_sptr const& image) in convert_to_byte() function in brip_vil_float_ops
1983 vil_image_view<vxl_byte> cR = brip_vil_float_ops::convert_to_byte(fR); in combine_color_planes()
1985 vil_image_view<vxl_byte> cG = brip_vil_float_ops::convert_to_byte(fG); in combine_color_planes()
1987 vil_image_view<vxl_byte> cB = brip_vil_float_ops::convert_to_byte(fB); in combine_color_planes()
2047 return brip_vil_float_ops::convert_to_byte(temp, vmin, vmax); in convert_to_grey()
2074 return brip_vil_float_ops::convert_to_byte(temp, vmin, vmax); in convert_to_grey()
2106 return brip_vil_float_ops::convert_to_byte(grey_image_f, vmin, vmax); in convert_to_grey()
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dgameseg.cpp993 static sbyte convert_to_byte(fix f) in convert_to_byte() function
1021 spp.bytemat[0] = convert_to_byte(objp.orient.rvec.x); in create_shortpos_native()
1022 spp.bytemat[1] = convert_to_byte(objp.orient.uvec.x); in create_shortpos_native()
1023 spp.bytemat[2] = convert_to_byte(objp.orient.fvec.x); in create_shortpos_native()
1024 spp.bytemat[3] = convert_to_byte(objp.orient.rvec.y); in create_shortpos_native()
1025 spp.bytemat[4] = convert_to_byte(objp.orient.uvec.y); in create_shortpos_native()
1026 spp.bytemat[5] = convert_to_byte(objp.orient.fvec.y); in create_shortpos_native()
1027 spp.bytemat[6] = convert_to_byte(objp.orient.rvec.z); in create_shortpos_native()
1028 spp.bytemat[7] = convert_to_byte(objp.orient.uvec.z); in create_shortpos_native()
1029 spp.bytemat[8] = convert_to_byte(objp.orient.fvec.z); in create_shortpos_native()
/dports/games/d2x/d2x-0.2.5/main/
H A Dgameseg.c1122 byte convert_to_byte(fix f) in convert_to_byte() function
1145 *sp++ = convert_to_byte(objp->orient.rvec.x); in create_shortpos()
1146 *sp++ = convert_to_byte(objp->orient.uvec.x); in create_shortpos()
1147 *sp++ = convert_to_byte(objp->orient.fvec.x); in create_shortpos()
1148 *sp++ = convert_to_byte(objp->orient.rvec.y); in create_shortpos()
1149 *sp++ = convert_to_byte(objp->orient.uvec.y); in create_shortpos()
1150 *sp++ = convert_to_byte(objp->orient.fvec.y); in create_shortpos()
1151 *sp++ = convert_to_byte(objp->orient.rvec.z); in create_shortpos()
1152 *sp++ = convert_to_byte(objp->orient.uvec.z); in create_shortpos()
1153 *sp++ = convert_to_byte(objp->orient.fvec.z); in create_shortpos()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/storage/netapp/
H A Dna_ontap_volume_autosize.py293 converted_parameters[attr] = self.convert_to_byte(attr, converted_parameters)
309 def convert_to_byte(self, variable, converted_parameters): member in NetAppOntapVolumeAutosize
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/ontap/plugins/modules/
H A Dna_ontap_volume_autosize.py298 converted_parameters[attr] = self.convert_to_byte(attr, converted_parameters)
314 def convert_to_byte(self, variable, converted_parameters): member in NetAppOntapVolumeAutosize
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/segv/
H A Dsegv_vil_segmentation_manager.cxx220 brip_vil_float_ops::convert_to_byte(img); in convert_to_grey()
678 vil_image_view<unsigned char> byte_view = brip_vil_float_ops::convert_to_byte(img); in save_image()
790 vil_image_view<unsigned char> cimage = brip_vil_float_ops::convert_to_byte(timage, 0, 255); in threshold_image()
1330 brip_vil_float_ops::convert_to_byte(img0); in display_images_as_color()
1332 brip_vil_float_ops::convert_to_byte(img1); in display_images_as_color()
1337 cimage2 = brip_vil_float_ops::convert_to_byte(img2); in display_images_as_color()
1606 brip_vil_float_ops::convert_to_byte(entropy); in entropy()
1641 brip_vil_float_ops::convert_to_byte(MI0); in minfo()
1644 brip_vil_float_ops::convert_to_byte(MI1); in minfo()
1669 brip_vil_float_ops::convert_to_byte(temp, 0, 255); in rotate_image()
H A Dsegv_misc_manager.cxx211 brip_vil_float_ops::convert_to_byte(img);
599 vil_image_view<unsigned char> byte_view = brip_vil_float_ops::convert_to_byte(img); in save_image()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/video/
H A Dbwm_video_registration.cxx137 cviews.push_back(brip_vil_float_ops::convert_to_byte(views[p])); in convert_to_frame()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/betr/
H A Dbetr_edgel_factory.cxx101 vil_image_view<vxl_byte> view = brip_vil_float_ops::convert_to_byte(clip_resc); in process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/exe/
H A Dboxm2_export_scene.cxx417 … vil_image_view<vxl_byte> byte_img = brip_vil_float_ops::convert_to_byte(*depthimg_view); in main()
/dports/graphics/blender/blender-2.91.0/intern/cycles/device/
H A Ddevice_cpu.cpp286 REGISTER_KERNEL(convert_to_byte), in CPUDevice()