Home
last modified time | relevance | path

Searched refs:Image8 (Results 1 – 25 of 50) sorted by relevance

12

/dports/graphics/art/ART-1.9.3/rtengine/
H A Dimage8.cc27 Image8::Image8 () in Image8() function in Image8
31 Image8::Image8 (int w, int h) in Image8() function in Image8
36 Image8::~Image8 () in ~Image8()
40 void Image8::getScanline (int row, unsigned char* buffer, int bps, bool isFloat) const in getScanline()
58 void Image8::setScanline (int row, unsigned char* buffer, int bps, unsigned int numSamples) in setScanline()
92 Image8* Image8::copy () const in copy()
95 Image8* cp = new Image8 (width, height); in copy()
100 void Image8::getStdImage (const ColorTemp &ctemp, int tran, Imagefloat* image, PreviewProps pp) con… in getStdImage()
H A Dpreviewimage.h47 Image8 *load_raw(const Glib::ustring &fname, int width, int height);
48 Image8 *load_raw_preview(const Glib::ustring &fname, int width, int height);
49 Image8 *load_img(const Glib::ustring &fname, int width, int height);
51 void get_histogram(Image8 *img);
61 std::unique_ptr<Image8> img_;
H A Dimage8.h32 class Image8 : public IImage8, public ImageIO
37 Image8 ();
38 Image8 (int width, int height);
39 ~Image8 () override;
41 Image8* copy () const;
H A Drtthumbnail.h119 Image8* castedSrcImg = static_cast<Image8*>(srcImg); in resizeToSameType()
120 Image8* img8 = new Image8 (nw, nh); in resizeToSameType()
147 Image8* castedSrcImg = static_cast<Image8*>(srcImg); in resizeTo()
H A Dpreviewimage.cc160 Image8 *PreviewImage::load_img(const Glib::ustring &fname, int w, int h) in load_img()
187 Image8 *ret = new Image8(w, h); in load_img()
190 static_cast<Image8 *>(img)->resizeImgTo(w, h, TI_Bilinear, ret); in load_img()
234 void PreviewImage::get_histogram(Image8 *img) in get_histogram()
263 Image8 *PreviewImage::load_raw_preview(const Glib::ustring &fname, int w, int h) in load_raw_preview()
280 Image8 *img = new Image8(); in load_raw_preview()
316 Image8 *img2 = new Image8(w, h); in load_raw_preview()
681 Image8 *PreviewImage::load_raw(const Glib::ustring &fname, int w, int h) in load_raw()
771 Image8 *img = new Image8(iw, ih); in load_raw()
794 Image8 *rimg = new Image8(w, h); in load_raw()
H A Dgamutwarning.h38 void markLine(Image8 *image, int y, float *srcbuf, float *buf1, float *buf2);
41 void mark(Image8 *image, int i, int j);
H A Dimage16.h32 class Image8; variable
45 Image8* to8() const;
H A Drtthumbnail.cc255 Image8 *image = static_cast<Image8*> (img); in loadFromImage()
312 Image8* img = new Image8 (); in loadQuickFromRaw()
936 Image8* baseImg = resizeTo<Image8> (rwidth, rheight, interp, thumbImg); in quickProcessImage()
1124 Image8 *readyImg = nullptr; in processImage()
1126 readyImg = new Image8 (fw, fh); in processImage()
1315 Image8 *image = static_cast<Image8*> (thumbImg); in getGrayscaleHistEQ()
1343 Image8 *image = static_cast<Image8*> (thumbImg); in getGrayscaleHistEQ()
1390 Image8 *image = static_cast<Image8*> (thumbImg); in getGrayscaleHistEQ()
1562 Image8 *image = static_cast<Image8*> (thumbImg); in writeImage()
1615 Image8 *image = new Image8(width, height); in readImage()
[all …]
H A Diprgb2out.cc82 void ImProcFunctions::rgb2monitor(Imagefloat *img, Image8* image) in rgb2monitor()
147 Image8* ImProcFunctions::rgb2out(Imagefloat *img, int cx, int cy, int cw, int ch, const procparams:… in rgb2out()
168 Image8* image = new Image8(cw, ch); in rgb2out()
H A Dgamutwarning.cc77 void GamutWarning::markLine(Image8 *image, int y, float *srcbuf, float *buf1, float *buf2) in markLine()
122 inline void GamutWarning::mark(Image8 *image, int y, int x) in mark()
H A Dimagefloat.h33 class Image8; variable
49 Image8* to8() const;
H A Ddcrop.cc401Image8 *cropImgtrue = parent->ipf.rgb2out(bufs_[2], 0, 0, cropImg->getWidth(), cropImg->getHeight(… in update()
415 Image8* final = new Image8(finalW, finalH); in update()
416 Image8* finaltrue = new Image8(finalW, finalH); in update()
619 cropImg = new Image8; in setCropSizes()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dimage8.cc30 Image8::Image8 () in Image8() function in Image8
34 Image8::Image8 (int w, int h) in Image8() function in Image8
39 Image8::~Image8 () in ~Image8()
43 void Image8::getScanline (int row, unsigned char* buffer, int bps, bool isFloat) const in getScanline()
61 void Image8::setScanline (int row, const unsigned char* buffer, int bps, unsigned int numSamples) in setScanline()
95 Image8* Image8::copy () const in copy()
98 Image8* cp = new Image8 (width, height); in copy()
103 void Image8::getStdImage (const ColorTemp &ctemp, int tran, Imagefloat* image, PreviewProps pp) con… in getStdImage()
H A Dimage8.h30 class Image8 : public IImage8, public ImageIO
35 Image8 ();
36 Image8 (int width, int height);
37 ~Image8 () override;
39 Image8* copy () const;
H A Dgamutwarning.h35 class Image8; variable
43 void markLine(Image8 *image, int y, float *srcbuf, float *buf1, float *buf2);
46 void mark(Image8 *image, int i, int j);
H A Drtthumbnail.h124 Image8* castedSrcImg = static_cast<Image8*>(srcImg); in resizeToSameType()
125 Image8* img8 = new Image8 (nw, nh); in resizeToSameType()
152 Image8* castedSrcImg = static_cast<Image8*>(srcImg); in resizeTo()
H A Ddcrop.h32 class Image8; variable
46Image8* cropImg; // "one chunk" allocation ; displayed image in monitor color space, showi…
H A Dimage16.h29 class Image8; variable
43 Image8* to8() const;
H A Drtthumbnail.cc256 Image8 *srcImg = static_cast<Image8*> (img); in loadFromImage()
257 Image8 *thImg = new Image8 (w, h); in loadFromImage()
278 Image8 *image = static_cast<Image8*> (img); in loadFromImage()
345 Image8 *img = new Image8(w, h); in load_inspector_mode()
411 Image8* img = new Image8 (); in loadQuickFromRaw()
1692 Image8 *image = static_cast<Image8*> (thumbImg); in getGrayscaleHistEQ()
1720 Image8 *image = static_cast<Image8*> (thumbImg); in getGrayscaleHistEQ()
1767 Image8 *image = static_cast<Image8*> (thumbImg); in getGrayscaleHistEQ()
1939 Image8 *image = static_cast<Image8*> (thumbImg); in writeImage()
1992 Image8 *image = new Image8(width, height); in readImage()
[all …]
H A Dgamutwarning.cc81 void GamutWarning::markLine(Image8 *image, int y, float *srcbuf, float *buf1, float *buf2) in markLine()
126 inline void GamutWarning::mark(Image8 *image, int y, int x) in mark()
H A Dstdimagesource.cc123 img = new Image8; in load()
302 Image8 *img_ = static_cast<Image8*>(img); in getAutoExpHistogram()
H A Dimagefloat.h30 class Image8; variable
48 Image8* to8() const;
H A Dhistmatching.cc349 Image8 *tmp = new Image8(tw, th); in getAutoMatchedToneCurve()
369 Image8 *tmp = new Image8(source->getWidth(), source->getHeight()); in getAutoMatchedToneCurve()
/dports/graphics/guetzli/guetzli-1.0.1/third_party/butteraugli/butteraugli/
H A Dbutteraugli_main.cc17 bool ReadPNG(FILE* f, std::vector<Image8>* rgb) { in ReadPNG()
75 rgb->push_back(Image8(xsize, ysize)); in ReadPNG()
112 rgb->push_back(Image8(xsize, ysize)); in ReadPNG()
157 bool ReadJPEG(FILE* f, std::vector<Image8>* rgb) { in ReadJPEG()
233 void FromSrgbToLinear(const std::vector<Image8>& rgb, in FromSrgbToLinear()
277 std::vector<Image8> ReadImageOrDie(const char* filename) { in ReadImageOrDie()
278 std::vector<Image8> rgb; in ReadImageOrDie()
355 std::vector<Image8> rgb1 = ReadImageOrDie(argv[1]); in Run()
356 std::vector<Image8> rgb2 = ReadImageOrDie(argv[2]); in Run()
/dports/multimedia/libass/libass-0.15.2/compare/
H A Dimage.h30 } Image8; typedef
38 bool write_png8(const char *path, Image8 *img);

12