/third_party/boost/libs/gil/test/extension/numeric/ |
D | extend_boundary.cpp | 128 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 …]
|
D | convolve_2d.cpp | 46 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/ |
D | box_filter.cpp | 46 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()
|
D | median_filter.cpp | 46 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/ |
D | y_iterator.cpp | 98 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/ |
D | scanline_read.hpp | 308 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()
|
D | write.hpp | 151 BMP_View row = interleaved_view( view.width() in write_image()
|
D | read.hpp | 399 View_Src v = interleaved_view( this->_info._width in read_data()
|
/third_party/boost/libs/gil/test/extension/toolbox/ |
D | indexed_image.cpp | 126 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()
|
D | indexed_image_test.cpp | 128 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/ |
D | image_view_factory.hpp | 58 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/ |
D | scanline_read_test.hpp | 40 copy_pixels( interleaved_view( reader._info._width in test_scanline_reader()
|
/third_party/boost/boost/gil/extension/io/targa/detail/ |
D | read.hpp | 218 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()
|
D | write.hpp | 120 TGA_View row = interleaved_view( view.width() in write_image()
|
/third_party/boost/libs/gil/doc/html/_downloads/ |
D | interleaved_ptr.cpp | 60 …rgb8_interleaved_view_t src_view=interleaved_view(img.width(),img.height(),rgb8_interleaved_ptr(ra… in main()
|
/third_party/boost/libs/gil/example/ |
D | interleaved_ptr.cpp | 60 …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/ |
D | scanline_read.hpp | 368 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/ |
D | subchroma_image.hpp | 530 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/ |
D | read.hpp | 39 …color_layout##bits_per_pixel##_view_t build = boost::gil::interleaved_view(processed_image->width,…
|
/third_party/boost/boost/gil/extension/io/pnm/detail/ |
D | read.hpp | 185 View_Src src = interleaved_view( this->_info._width in read_text_row()
|
/third_party/boost/libs/gil/doc/html/_sources/tutorial/ |
D | gradient.rst.txt | 85 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/ |
D | gradient.rst | 85 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/ |
D | image_view.rst | 200 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/ |
D | image_view.rst.txt | 200 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/ |
D | image.cpp | 257 gray8c_view_t hist_view=interleaved_view(256,1,(const gray8_pixel_t*)histogram,256); in histogram_test()
|