Home
last modified time | relevance | path

Searched defs:src_view (Results 1 – 25 of 26) sorted by relevance

12

/third_party/boost/libs/gil/test/extension/numeric/
Dextend_boundary.cpp127 gil::gray8c_view_t src_view = in test_extend_row_with_constant() local
140 gil::gray8c_view_t src_view = in test_extend_row_with_zero() local
153 gil::gray8c_view_t src_view = in test_extend_row_with_padded() local
165 gil::gray8c_view_t src_view = in test_extend_col_with_constant() local
178 gil::gray8c_view_t src_view = in test_extend_col_with_zero() local
191 gil::gray8c_view_t src_view = in test_extend_col_with_padded() local
203 gil::gray8c_view_t src_view = in test_extend_img_with_constant() local
216 gil::gray8c_view_t src_view = in test_extend_img_with_zero() local
229 gil::gray8c_view_t src_view = in test_extend_img_with_padded() local
Dconvolve_2d.cpp45 gil::gray8c_view_t src_view = in test_convolve_2d_with_normalized_mean_filter() local
/third_party/boost/boost/gil/extension/numeric/
Dconvolve.hpp54 SrcView const& src_view, in correlate_rows_impl()
195 SrcView const& src_view, in correlate_rows()
213 SrcView const& src_view, in correlate_cols()
231 SrcView const& src_view, in convolve_rows()
248 SrcView const& src_view, in convolve_cols()
266 SrcView const& src_view, in correlate_rows_fixed()
284 SrcView const& src_view, in correlate_cols_fixed()
302 SrcView const& src_view, in convolve_rows_fixed()
319 SrcView const& src_view, in convolve_cols_fixed()
340 SrcView const& src_view, in convolve_1d()
[all …]
Dalgorithm.hpp227 void view_multiplies_scalar(SrcView const& src_view, Scalar const& scalar, DstView const& dst_view) in view_multiplies_scalar()
270 SrcView const& src_view, in extend_row_impl()
360 SrcView const& src_view, in extend_row()
382 SrcView const& src_view, in extend_col()
405 SrcView const& src_view, in extend_boundary()
/third_party/boost/boost/gil/image_processing/
Dfilter.hpp29 SrcView const& src_view, in box_filter()
60 SrcView const& src_view, in blur()
74 void filter_median_impl(SrcView const& src_view, DstView const& dst_view, std::size_t kernel_size) in filter_median_impl()
106 void median_filter(SrcView const& src_view, DstView const& dst_view, std::size_t kernel_size) in median_filter()
Dthreshold.hpp38 void threshold_impl(SrcView const& src_view, DstView const& dst_view, Operator const& threshold_op) in threshold_impl()
109 SrcView const& src_view, in threshold_binary()
148 SrcView const& src_view, in threshold_binary()
174 SrcView const& src_view, in threshold_truncate()
226 void otsu_impl(SrcView const& src_view, DstView const& dst_view, threshold_direction direction) in otsu_impl()
331 SrcView const& src_view, in threshold_optimal()
359 SrcView const& src_view, in adaptive_impl()
393 SrcView const& src_view, in threshold_adaptive()
444 SrcView const& src_view, in threshold_adaptive()
/third_party/boost/libs/gil/test/core/image_processing/
Dmedian_filter.cpp45 gil::gray8c_view_t src_view = in test_median_filter_with_kernel_size_3() local
Dbox_filter.cpp45 gil::gray8c_view_t src_view = in test_box_filter_with_default_parameters() local
/third_party/boost/libs/gil/example/
Dinterleaved_ptr.cpp60 …rgb8_interleaved_view_t src_view=interleaved_view(img.width(),img.height(),rgb8_interleaved_ptr(ra… in main() local
/third_party/boost/libs/gil/doc/html/_downloads/
Dinterleaved_ptr.cpp60 …rgb8_interleaved_view_t src_view=interleaved_view(img.width(),img.height(),rgb8_interleaved_ptr(ra… in main() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_compute.c87 struct pipe_sampler_view src_templ = {0}, *src_view; in util_compute_blit() local
Du_blitter.c1716 struct pipe_sampler_view src_templ, *src_view; in util_blitter_copy_texture() local
2148 struct pipe_sampler_view src_templ, *src_view; in util_blitter_blit() local
2181 struct pipe_sampler_view src_templ, *src_view; in util_blitter_generate_mipmap() local
2856 struct pipe_sampler_view src_templ, *src_view; in util_blitter_stencil_fallback() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c1407 struct radv_image_view src_view; in radv_meta_image_to_buffer() local
1470 struct radv_buffer_view src_view, dst_view; in radv_meta_buffer_to_image_cs_r32g32b32() local
1550 struct radv_buffer_view src_view; in radv_meta_buffer_to_image_cs() local
1624 struct radv_buffer_view src_view, dst_view; in radv_meta_image_to_image_cs_r32g32b32() local
1711 struct radv_image_view src_view, dst_view; in radv_meta_image_to_image_cs() local
/third_party/boost/boost/gil/extension/io/bmp/detail/
Dscanline_read.hpp308 src_view_t src_view = interleaved_view( this->_info._width in read_bit_row() local
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dscanline_read.hpp368 Src_View src_view = interleaved_view( this->_info._width in read_n_bits_row() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_blitter.c126 struct pipe_sampler_view src_templ, *src_view; in fd_blitter_blit() local
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_composite.c452 struct pipe_sampler_view *src_view; in bind_samplers() local
Dxa_renderer.c444 struct pipe_sampler_view *src_view; in renderer_copy_prepare() local
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_surface.c86 struct pipe_sampler_view src_templ, *src_view; in i915_surface_copy_render() local
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c551 struct pipe_sampler_view src_templ, *src_view; in r300_resource_copy_region() local
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_blit.c175 struct pipe_sampler_view *src_view = in v3d_stencil_blit() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp774 struct pipe_sampler_view src_templ, *src_view; in resolve_stencil_to_temp() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c682 struct pipe_sampler_view src_templ, *src_view; in r600_resource_copy_region() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c911 struct pipe_sampler_view src_templ, *src_view; in si_resource_copy_region() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c299 const GstH264SPSExtMVCView *const src_view = &src_mvc->view[i]; in gst_h264_sps_mvc_copy() local

12