HomeSort by relevance Sort by last modified time
    Searched full:chromaticities (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfChromaticities.h 41 // CIE (x,y) chromaticities, and conversions between
52 struct Chromaticities
65 // Default constructor produces chromaticities
69 Chromaticities (const Imath::V2f &red = Imath::V2f (0.6400f, 0.3300f),
81 // Given a set of chromaticities, c, and the luminance, Y, of the RGB
114 Imath::M44f RGBtoXYZ (const Chromaticities chroma, float Y);
115 Imath::M44f XYZtoRGB (const Chromaticities chroma, float Y);
ImfChromaticities.cpp 38 // CIE (x,y) chromaticities, and conversions between
48 Chromaticities::Chromaticities (const Imath::V2f &red,
63 RGBtoXYZ (const Chromaticities chroma, float Y)
129 XYZtoRGB (const Chromaticities chroma, float Y)
ImfStandardAttributes.cpp 92 IMF_STD_ATTRIBUTE_IMP (chromaticities, Chromaticities, Chromaticities)
ImfAcesFile.cpp 54 const Chromaticities &
57 static const Chromaticities acesChr
379 Chromaticities fileChr;
382 fileChr = chromaticities (header);
389 const Chromaticities acesChr = acesChromaticities();
ImfStandardAttributes.h 82 // chromaticities -- for RGB images, specifies the CIE (x,y)
83 // chromaticities of the primaries and the white point
86 IMF_STD_ATTRIBUTE_DEF (chromaticities, Chromaticities, Chromaticities)
93 // If the chromaticities and the whiteLuminance of an RGB image are
ImfRgbaYca.h 52 // from a set of primary and white point chromaticities.
133 // Convert a set of primary chromaticities into a set of weighting
137 Imath::V3f computeYw (const Chromaticities &cr);
ImfChromaticitiesAttribute.cpp 52 return "chromaticities";
ImfChromaticitiesAttribute.h 53 typedef TypedAttribute<Chromaticities> ChromaticitiesAttribute;
ImfAcesFile.h 64 // - The "chromaticities" header attribute must specify
93 struct Chromaticities;
96 // ACES red, green, blue and white-point chromaticities.
99 const Chromaticities & acesChromaticities ();
ImfTiledRgbaFile.cpp 144 Chromaticities cr;
147 cr = chromaticities (header);
ImfRgbaFile.cpp 145 Chromaticities cr;
148 cr = chromaticities (header);
  /external/opencv/otherlibs/highgui/
grfmt_exr.h 83 Chromaticities m_chroma;
grfmt_exr.cpp 140 m_chroma = chromaticities( m_file->header() );
  /external/opencv3/modules/imgcodecs/src/
grfmt_exr.hpp 94 Chromaticities m_chroma;
  /external/libpng/
pngstruct.h 80 /* The chromaticities of the red, green and blue colorants and the chromaticity
92 * from chromaticities the sum of the Y values is assumed to be 1.0
119 png_xy end_points_xy; /* End points as chromaticities */
png.c     [all...]
  /external/pdfium/third_party/lpng_v163/
pngstruct.h 81 /* The chromaticities of the red, green and blue colorants and the chromaticity
93 * from chromaticities the sum of the Y values is assumed to be 1.0
120 png_xy end_points_xy; /* End points as chromaticities */
png.c     [all...]
  /external/opencv3/3rdparty/openexr/
ChangeLog.openexr 45 * Updated standard chromaticities in ImfAcesFile.cpp to match
170 * exrdisplay: if the file's and the display's RGB chromaticities
530 (chromaticities, luminance, comments, etc.).
  /device/huawei/angler/camera/mm-image-codec/qexif/
qexif.h 868 // Chromaticities of primaries
    [all...]
  /device/lge/bullhead/camera/mm-image-codec/qexif/
qexif.h 868 // Chromaticities of primaries
    [all...]
  /device/moto/shamu/camera/mm-image-codec/qexif/
qexif.h 868 // Chromaticities of primaries
    [all...]
  /hardware/qcom/camera/mm-image-codec/qexif/
qexif.h 868 // Chromaticities of primaries
    [all...]
  /external/opencv3/3rdparty/libpng/
png.c 850 * cHRM, as opposed to using chromaticities. These internal APIs return
    [all...]
  /external/opencv3/3rdparty/libtiff/
tiff.h 278 #define TIFFTAG_PRIMARYCHROMATICITIES 319 /* !primary chromaticities */
    [all...]

Completed in 1594 milliseconds

1 2 3