Home
last modified time | relevance | path

Searched refs:Image3 (Results 1 – 25 of 69) sorted by relevance

123

/dports/graphics/vigra/vigra-8acd73a/test/integral_image/
H A Dtest.cxx52 typedef MultiArray<3, int> Image3; typedef
76 Image3 in(Shape3(4,3,2), 2); in test_2d()
77 Image3 result(in.shape()); in test_2d()
94 Image3 in(Shape3(4,3,2), 2); in test_2d()
95 Image3 result(in.shape()); in test_2d()
96 Image3 desired_squared(in.shape(), desired); in test_2d()
133 Image3 in(Shape3(3), 2); in test_3d()
134 Image3 result(in.shape()); in test_3d()
149 Image3 in(Shape3(3), 2); in test_3d()
150 Image3 result(in.shape()); in test_3d()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dimage.h188 class Image3; variable
325 class Image3 {
337 Image3(Image3&& other) noexcept { in Image3() function
353 Image3(const Image3& other) = delete;
354 Image3& operator=(const Image3& other) = delete;
356 Image3& operator=(Image3&& other) noexcept {
391 void Swap(Image3& other) { in Swap()
434 using Image3B = Image3<uint8_t>;
435 using Image3S = Image3<int16_t>;
438 using Image3F = Image3<float>;
[all …]
H A Dimage_ops.h139 Image3<T> CopyImage(const Image3<T>& from) { in CopyImage()
140 Image3<T> copy(from.xsize(), from.ysize()); in CopyImage()
147 Image3<T> CopyImage(const Rect& rect, const Image3<T>& from) { in CopyImage()
148 Image3<T> to(rect.xsize(), rect.ysize()); in CopyImage()
633 void Subtract(const Image3<Tin>& image1, const Image3<Tin>& image2, in Subtract()
634 Image3<Tout>* out) { in Subtract()
653 void SubtractFrom(const Image3<Tin>& what, Image3<Tout>* to) { in SubtractFrom()
668 void AddTo(const Image3<Tin>& what, Image3<Tout>* to) { in AddTo()
684 void AddTo(const Rect& rect, const Image3<Tin>& what, Image3<Tout>* to) { in AddTo()
701 Image3<T> ScaleImage(const T lambda, const Image3<T>& image) { in ScaleImage()
[all …]
H A Dimage_test_utils.h34 void VerifyEqual(const Image3<T>& expected, const Image3<T>& actual) { in VerifyEqual()
71 bool SamePixels(const Image3<T>& image1, const Image3<T>& image2) { in SamePixels()
190 void VerifyRelativeError(const Image3<T>& expected, const Image3<T>& actual,
284 void GenerateImage(const Generator& generator, Image3<T>* image) { in GenerateImage()
296 void RandomFillImage(Image3<T>* image,
304 void RandomFillImage(Image3<T>* image, const T min, const T max, in RandomFillImage()
H A Dimage_ops_test.cc77 void TestFillImpl(Image3<T>* img, const char* layout) { in TestFillImpl()
114 Image3<T> image(xsize, ysize); in TestFillT()
117 Image3<T> planar(Plane<T>(xsize, ysize), Plane<T>(xsize, ysize), in TestFillT()
H A Daux_out.h172 void DumpImage(const char* label, const Image3<T>& image) const { in DumpImage()
187 Image3<T>(CopyImage(image), CopyImage(image), CopyImage(image))); in DumpImage()
191 void DumpXybImage(const char* label, const Image3<T>& image) const { in DumpXybImage()
214 void DumpImageNormalized(const char* label, const Image3<T>& image) const { in DumpImageNormalized()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dimage.h190 class Image3; variable
327 class Image3 {
339 Image3(Image3&& other) noexcept { in Image3() function
355 Image3(const Image3& other) = delete;
356 Image3& operator=(const Image3& other) = delete;
358 Image3& operator=(Image3&& other) noexcept {
393 void Swap(Image3& other) { in Swap()
438 using Image3B = Image3<uint8_t>;
439 using Image3S = Image3<int16_t>;
442 using Image3F = Image3<float>;
[all …]
H A Dimage_ops.h140 Image3<T> CopyImage(const Image3<T>& from) { in CopyImage()
141 Image3<T> copy(from.xsize(), from.ysize()); in CopyImage()
148 Image3<T> CopyImage(const Rect& rect, const Image3<T>& from) { in CopyImage()
149 Image3<T> to(rect.xsize(), rect.ysize()); in CopyImage()
634 void Subtract(const Image3<Tin>& image1, const Image3<Tin>& image2, in Subtract()
635 Image3<Tout>* out) { in Subtract()
654 void SubtractFrom(const Image3<Tin>& what, Image3<Tout>* to) { in SubtractFrom()
669 void AddTo(const Image3<Tin>& what, Image3<Tout>* to) { in AddTo()
685 void AddTo(const Rect& rect, const Image3<Tin>& what, Image3<Tout>* to) { in AddTo()
702 Image3<T> ScaleImage(const T lambda, const Image3<T>& image) { in ScaleImage()
[all …]
H A Dimage_test_utils.h35 void VerifyEqual(const Image3<T>& expected, const Image3<T>& actual) { in VerifyEqual()
72 bool SamePixels(const Image3<T>& image1, const Image3<T>& image2) { in SamePixels()
193 void VerifyRelativeError(const Image3<T>& expected, const Image3<T>& actual,
240 void GenerateImage(Rng& rng, Image3<T>* image, U begin, U end) { in GenerateImage()
248 Image3<T>* image) { in RandomFillImage()
260 void RandomFillImage(Image3<T>* image, const U begin, const U end,
H A Dimage_ops_test.cc73 void TestFillImpl(Image3<T>* img, const char* layout) { in TestFillImpl()
112 Image3<T> image(xsize, ysize); in TestFillT()
115 Image3<T> planar(Plane<T>(xsize, ysize), Plane<T>(xsize, ysize), in TestFillT()
H A Daux_out.h175 void DumpImage(const char* label, const Image3<T>& image) const { in DumpImage()
190 Image3<T>(CopyImage(image), CopyImage(image), CopyImage(image))); in DumpImage()
194 void DumpXybImage(const char* label, const Image3<T>& image) const { in DumpXybImage()
217 void DumpImageNormalized(const char* label, const Image3<T>& image) const { in DumpImageNormalized()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dimage.h188 class Image3; variable
315 class Image3 {
327 Image3(Image3&& other) noexcept { in Image3() function
343 Image3(const Image3& other) = delete;
344 Image3& operator=(const Image3& other) = delete;
346 Image3& operator=(Image3&& other) noexcept {
381 void Swap(Image3& other) { in Swap()
424 using Image3B = Image3<uint8_t>;
425 using Image3S = Image3<int16_t>;
428 using Image3F = Image3<float>;
[all …]
H A Dimage_ops.h139 Image3<T> CopyImage(const Image3<T>& from) { in CopyImage()
140 Image3<T> copy(from.xsize(), from.ysize()); in CopyImage()
147 Image3<T> CopyImage(const Rect& rect, const Image3<T>& from) { in CopyImage()
148 Image3<T> to(rect.xsize(), rect.ysize()); in CopyImage()
633 void Subtract(const Image3<Tin>& image1, const Image3<Tin>& image2, in Subtract()
634 Image3<Tout>* out) { in Subtract()
653 void SubtractFrom(const Image3<Tin>& what, Image3<Tout>* to) { in SubtractFrom()
668 void AddTo(const Image3<Tin>& what, Image3<Tout>* to) { in AddTo()
684 void AddTo(const Rect& rect, const Image3<Tin>& what, Image3<Tout>* to) { in AddTo()
701 Image3<T> ScaleImage(const T lambda, const Image3<T>& image) { in ScaleImage()
[all …]
H A Dimage_test_utils.h34 void VerifyEqual(const Image3<T>& expected, const Image3<T>& actual) { in VerifyEqual()
71 bool SamePixels(const Image3<T>& image1, const Image3<T>& image2) { in SamePixels()
190 void VerifyRelativeError(const Image3<T>& expected, const Image3<T>& actual,
284 void GenerateImage(const Generator& generator, Image3<T>* image) { in GenerateImage()
296 void RandomFillImage(Image3<T>* image,
304 void RandomFillImage(Image3<T>* image, const T min, const T max, in RandomFillImage()
H A Dimage_ops_test.cc77 void TestFillImpl(Image3<T>* img, const char* layout) { in TestFillImpl()
114 Image3<T> image(xsize, ysize); in TestFillT()
117 Image3<T> planar(Plane<T>(xsize, ysize), Plane<T>(xsize, ysize), in TestFillT()
H A Daux_out.h171 void DumpImage(const char* label, const Image3<T>& image) const { in DumpImage()
186 Image3<T>(CopyImage(image), CopyImage(image), CopyImage(image))); in DumpImage()
190 void DumpXybImage(const char* label, const Image3<T>& image) const { in DumpXybImage()
213 void DumpImageNormalized(const char* label, const Image3<T>& image) const { in DumpImageNormalized()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dimage.h188 class Image3; variable
315 class Image3 {
327 Image3(Image3&& other) noexcept { in Image3() function
343 Image3(const Image3& other) = delete;
344 Image3& operator=(const Image3& other) = delete;
346 Image3& operator=(Image3&& other) noexcept {
381 void Swap(Image3& other) { in Swap()
424 using Image3B = Image3<uint8_t>;
425 using Image3S = Image3<int16_t>;
428 using Image3F = Image3<float>;
[all …]
H A Dimage_ops.h139 Image3<T> CopyImage(const Image3<T>& from) { in CopyImage()
140 Image3<T> copy(from.xsize(), from.ysize()); in CopyImage()
147 Image3<T> CopyImage(const Rect& rect, const Image3<T>& from) { in CopyImage()
148 Image3<T> to(rect.xsize(), rect.ysize()); in CopyImage()
633 void Subtract(const Image3<Tin>& image1, const Image3<Tin>& image2, in Subtract()
634 Image3<Tout>* out) { in Subtract()
653 void SubtractFrom(const Image3<Tin>& what, Image3<Tout>* to) { in SubtractFrom()
668 void AddTo(const Image3<Tin>& what, Image3<Tout>* to) { in AddTo()
684 void AddTo(const Rect& rect, const Image3<Tin>& what, Image3<Tout>* to) { in AddTo()
701 Image3<T> ScaleImage(const T lambda, const Image3<T>& image) { in ScaleImage()
[all …]
H A Dimage_test_utils.h34 void VerifyEqual(const Image3<T>& expected, const Image3<T>& actual) { in VerifyEqual()
71 bool SamePixels(const Image3<T>& image1, const Image3<T>& image2) { in SamePixels()
190 void VerifyRelativeError(const Image3<T>& expected, const Image3<T>& actual,
284 void GenerateImage(const Generator& generator, Image3<T>* image) { in GenerateImage()
296 void RandomFillImage(Image3<T>* image,
304 void RandomFillImage(Image3<T>* image, const T min, const T max, in RandomFillImage()
H A Dimage_ops_test.cc77 void TestFillImpl(Image3<T>* img, const char* layout) { in TestFillImpl()
114 Image3<T> image(xsize, ysize); in TestFillT()
117 Image3<T> planar(Plane<T>(xsize, ysize), Plane<T>(xsize, ysize), in TestFillT()
H A Daux_out.h171 void DumpImage(const char* label, const Image3<T>& image) const { in DumpImage()
186 Image3<T>(CopyImage(image), CopyImage(image), CopyImage(image))); in DumpImage()
190 void DumpXybImage(const char* label, const Image3<T>& image) const { in DumpXybImage()
213 void DumpImageNormalized(const char* label, const Image3<T>& image) const { in DumpImageNormalized()
/dports/www/firefox/firefox-99.0/third_party/highway/hwy/contrib/image/
H A Dimage.h205 class Image3 {
211 Image3() : planes_{ImageT(), ImageT(), ImageT()} {} in Image3() function
213 Image3(const size_t xsize, const size_t ysize) in Image3() function
217 Image3(Image3&& other) noexcept { in Image3() function
223 Image3(ImageT&& plane0, ImageT&& plane1, ImageT&& plane2) { in Image3() function
241 Image3(const Image3& other) = delete;
242 Image3& operator=(const Image3& other) = delete;
244 Image3& operator=(Image3&& other) noexcept {
267 void Swap(Image3& other) { in Swap()
313 using Image3F = Image3<float>;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/contrib/image/
H A Dimage.h204 class Image3 {
210 Image3() : planes_{ImageT(), ImageT(), ImageT()} {} in Image3() function
212 Image3(const size_t xsize, const size_t ysize) in Image3() function
216 Image3(Image3&& other) noexcept { in Image3() function
222 Image3(ImageT&& plane0, ImageT&& plane1, ImageT&& plane2) { in Image3() function
235 Image3(const Image3& other) = delete;
236 Image3& operator=(const Image3& other) = delete;
238 Image3& operator=(Image3&& other) noexcept {
261 void Swap(Image3& other) { in Swap()
306 using Image3F = Image3<float>;
[all …]
/dports/devel/highway/highway-0.15.0/hwy/contrib/image/
H A Dimage.h205 class Image3 {
211 Image3() : planes_{ImageT(), ImageT(), ImageT()} {} in Image3() function
213 Image3(const size_t xsize, const size_t ysize) in Image3() function
217 Image3(Image3&& other) noexcept { in Image3() function
223 Image3(ImageT&& plane0, ImageT&& plane1, ImageT&& plane2) { in Image3() function
241 Image3(const Image3& other) = delete;
242 Image3& operator=(const Image3& other) = delete;
244 Image3& operator=(Image3&& other) noexcept {
267 void Swap(Image3& other) { in Swap()
314 using Image3F = Image3<float>;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/contrib/image/
H A Dimage.h204 class Image3 {
210 Image3() : planes_{ImageT(), ImageT(), ImageT()} {} in Image3() function
212 Image3(const size_t xsize, const size_t ysize) in Image3() function
216 Image3(Image3&& other) noexcept { in Image3() function
222 Image3(ImageT&& plane0, ImageT&& plane1, ImageT&& plane2) { in Image3() function
235 Image3(const Image3& other) = delete;
236 Image3& operator=(const Image3& other) = delete;
238 Image3& operator=(Image3&& other) noexcept {
261 void Swap(Image3& other) { in Swap()
306 using Image3F = Image3<float>;
[all …]

123