Home
last modified time | relevance | path

Searched refs:interleaved_view (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/libs/gil/test/extension/numeric/
Dextend_boundary.cpp128 gil::interleaved_view(9, 9, reinterpret_cast<const gil::gray8_pixel_t *>(img), 9); in test_extend_row_with_constant()
131 …gil::interleaved_view(9, 13, reinterpret_cast<const gil::gray8_pixel_t *>(row_output_constant), 9); in test_extend_row_with_constant()
141 gil::interleaved_view(9, 9, reinterpret_cast<const gil::gray8_pixel_t *>(img), 9); in test_extend_row_with_zero()
144 … gil::interleaved_view(9, 15, reinterpret_cast<const gil::gray8_pixel_t *>(row_output_zero), 9); in test_extend_row_with_zero()
154 gil::interleaved_view(9, 9, reinterpret_cast<const gil::gray8_pixel_t *>(img), 9); in test_extend_row_with_padded()
166 gil::interleaved_view(9, 9, reinterpret_cast<const gil::gray8_pixel_t *>(img), 9); in test_extend_col_with_constant()
169 …gil::interleaved_view(11, 9, reinterpret_cast<const gil::gray8_pixel_t *>(col_output_constant), 11… in test_extend_col_with_constant()
179 gil::interleaved_view(9, 9, reinterpret_cast<const gil::gray8_pixel_t *>(img), 9); in test_extend_col_with_zero()
182 … gil::interleaved_view(13, 9, reinterpret_cast<const gil::gray8_pixel_t *>(col_output_zero), 13); in test_extend_col_with_zero()
192 gil::interleaved_view(9, 9, reinterpret_cast<const gil::gray8_pixel_t *>(img), 9); in test_extend_col_with_padded()
[all …]
Dconvolve_2d.cpp46 gil::interleaved_view(9, 9, reinterpret_cast<const gil::gray8_pixel_t*>(img), 9); in test_convolve_2d_with_normalized_mean_filter()
58 gil::interleaved_view(9, 9, reinterpret_cast<const gil::gray8_pixel_t*>(output), 9); in test_convolve_2d_with_normalized_mean_filter()
/third_party/boost/libs/gil/test/core/image_processing/
Dbox_filter.cpp46 gil::interleaved_view(9, 9, reinterpret_cast<const gil::gray8_pixel_t*>(img), 9); in test_box_filter_with_default_parameters()
55 gil::interleaved_view(9, 9, reinterpret_cast<const gil::gray8_pixel_t*>(output), 9); in test_box_filter_with_default_parameters()
Dmedian_filter.cpp46 gil::interleaved_view(9, 9, reinterpret_cast<const gil::gray8_pixel_t*>(img), 9); in test_median_filter_with_kernel_size_3()
55 gil::interleaved_view(9, 9, reinterpret_cast<const gil::gray8_pixel_t*>(output), 9); in test_median_filter_with_kernel_size_3()
/third_party/boost/libs/gil/test/core/image_view/
Dy_iterator.cpp98 auto view = boost::gil::interleaved_view(10, 5, v.data(), 10 * sizeof(gil::gray8_pixel_t)); in test_issue_432()
103 auto view = boost::gil::interleaved_view(10, 5, v.data(), 10 * sizeof(gil::rgb8_pixel_t)); in test_issue_432()
/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()
314 dst_view_t dst_view = interleaved_view( this->_info._width in read_bit_row()
365 dst_view_t dst_view = interleaved_view( this->_info._width in read_15_bits_row()
Dwrite.hpp151 BMP_View row = interleaved_view( view.width() in write_image()
Dread.hpp399 View_Src v = interleaved_view( this->_info._width in read_data()
/third_party/boost/libs/gil/test/extension/toolbox/
Dindexed_image.cpp126 auto indices_view = gil::interleaved_view(width, height, in test_index_image_view()
130 auto palette_view = gil::interleaved_view(100, 1, in test_index_image_view()
Dindexed_image_test.cpp128 auto indices_view = bg::interleaved_view(width, height, in BOOST_AUTO_TEST_CASE()
132 auto palette_view = bg::interleaved_view(100, 1, in BOOST_AUTO_TEST_CASE()
/third_party/boost/boost/gil/
Dimage_view_factory.hpp58 interleaved_view(std::size_t width, std::size_t height, in interleaved_view() function
67 auto interleaved_view(point<std::ptrdiff_t> dim, Iterator pixels, in interleaved_view() function
327 …return interleaved_view(src.width(),src.height(),(x_iterator_t)&(src(0,0)[n]), src.pixels().row_si… in make()
462 …return interleaved_view(src.width(),src.height(),(x_iterator_t)&gil::at_c<K>(src(0,0)), src.pixels… in make()
/third_party/boost/libs/gil/test/extension/io/
Dscanline_read_test.hpp40 copy_pixels( interleaved_view( reader._info._width in test_scanline_reader()
/third_party/boost/boost/gil/extension/io/targa/detail/
Dread.hpp218 View_Src v = interleaved_view( this->_info._width, in read_data()
279 View_Src v = flipped_up_down_view( interleaved_view( this->_info._width, in read_rle_data()
Dwrite.hpp120 TGA_View row = interleaved_view( view.width() in write_image()
/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()
/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()
/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()
374 dst_view_t dst_view = interleaved_view( this->_info._width in read_n_bits_row()
/third_party/boost/boost/gil/extension/toolbox/image_types/
Dsubchroma_image.hpp530 plane_view_t y_plane = interleaved_view( y_width in subchroma_view()
536 plane_view_t v_plane = interleaved_view( y_width / scaling_factors_t::ss_X in subchroma_view()
542 plane_view_t u_plane = interleaved_view( y_width / scaling_factors_t::ss_X in subchroma_view()
/third_party/boost/boost/gil/extension/io/raw/detail/
Dread.hpp39 …color_layout##bits_per_pixel##_view_t build = boost::gil::interleaved_view(processed_image->width,…
/third_party/boost/boost/gil/extension/io/pnm/detail/
Dread.hpp185 View_Src src = interleaved_view( this->_info._width in read_text_row()
/third_party/boost/libs/gil/doc/html/_sources/tutorial/
Dgradient.rst.txt85 gray8c_view_t src = interleaved_view(w, h, (gray8_pixel_t const*)src_pixels, src_row_bytes);
86 gray8s_view_t dst = interleaved_view(w, h, (gray8s_pixel_t*)dst_pixels, dst_row_bytes);
402 gray16c_view_t src=interleaved_view(w, h, (gray16_pixel_t const*)src_pixels, src_row_bytes);
403 gray32s_view_t dst=interleaved_view(w, h, (gray32s_pixel_t*)dst_pixels, dst_row_bytes);
413 rgb8c_view_t src = interleaved_view(w, h, (rgb8_pixel_t const*)src_pixels, src_row_bytes);
414 bgr16s_view_t dst = interleaved_view(w, h, (bgr16s_pixel_t*)dst_pixels, dst_row_bytes);
425 rgb32s_view_t dst = interleaved_view(w, h,(rgb32s_pixel_t*)dst_pixels, dst_row_bytes);
/third_party/boost/libs/gil/doc/tutorial/
Dgradient.rst85 gray8c_view_t src = interleaved_view(w, h, (gray8_pixel_t const*)src_pixels, src_row_bytes);
86 gray8s_view_t dst = interleaved_view(w, h, (gray8s_pixel_t*)dst_pixels, dst_row_bytes);
402 gray16c_view_t src=interleaved_view(w, h, (gray16_pixel_t const*)src_pixels, src_row_bytes);
403 gray32s_view_t dst=interleaved_view(w, h, (gray32s_pixel_t*)dst_pixels, dst_row_bytes);
413 rgb8c_view_t src = interleaved_view(w, h, (rgb8_pixel_t const*)src_pixels, src_row_bytes);
414 bgr16s_view_t dst = interleaved_view(w, h, (bgr16s_pixel_t*)dst_pixels, dst_row_bytes);
425 rgb32s_view_t dst = interleaved_view(w, h,(rgb32s_pixel_t*)dst_pixels, dst_row_bytes);
/third_party/boost/libs/gil/doc/design/
Dimage_view.rst200 Interleaved views are constructed using ``interleaved_view``, supplying the
207 …image_view<...> interleaved_view(ptrdiff_t width, ptrdiff_t height, Iterator pixels, ptrdiff_t row…
/third_party/boost/libs/gil/doc/html/_sources/design/
Dimage_view.rst.txt200 Interleaved views are constructed using ``interleaved_view``, supplying the
207 …image_view<...> interleaved_view(ptrdiff_t width, ptrdiff_t height, Iterator pixels, ptrdiff_t row…
/third_party/boost/libs/gil/test/legacy/
Dimage.cpp257 gray8c_view_t hist_view=interleaved_view(256,1,(const gray8_pixel_t*)histogram,256); in histogram_test()

12