Home
last modified time | relevance | path

Searched refs:convert_to_short (Results 1 – 7 of 7) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/lib/
H A Dwavfile_sink_impl.cc191 sample_buf_s = convert_to_short(in[chan][nwritten]); in work()
210 short int wavfile_sink_impl::convert_to_short(float sample) in convert_to_short() function in gr::blocks::wavfile_sink_impl
H A Dwavfile_sink_impl.h53 short convert_to_short(float sample);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_vil_float_ops.h390 convert_to_short(vil_image_view<float> const& image,
396 convert_to_short(vil_image_view<float> const& image);
401 convert_to_short(vil_image_resource_sptr const& image);
H A Dbrip_vil1_float_ops.h150 convert_to_short(vil1_memory_image_of<float> const & image,
H A Dbrip_vil_float_ops.cxx1549 brip_vil_float_ops::convert_to_short(vil_image_view<float> const& image, in convert_to_short() function in brip_vil_float_ops
1577 brip_vil_float_ops::convert_to_short(vil_image_view<float> const& image) in convert_to_short() function in brip_vil_float_ops
1591 return brip_vil_float_ops::convert_to_short(image, minv, maxv); in convert_to_short()
1595 brip_vil_float_ops::convert_to_short(vil_image_resource_sptr const& image) in convert_to_short() function in brip_vil_float_ops
1603 return brip_vil_float_ops::convert_to_short(temp, vmin, vmax); in convert_to_short()
3165 brip_vil_float_ops::convert_to_short(vil_new_image_resource_of_view(sum)); in sum()
3203 brip_vil_float_ops::convert_to_short(vil_new_image_resource_of_view(diff)); in difference()
H A Dbrip_vil1_float_ops.cxx758 brip_vil1_float_ops::convert_to_short(vil1_memory_image_of<float> const & image, in convert_to_short() function in brip_vil1_float_ops
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_detector.cxx394 = brip_vil_float_ops::convert_to_short(process_region); in GetBufferFromVilImage()