HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 301 - 325 of 1208) sorted by null

<<11121314151617181920>>

  /external/ImageMagick/MagickWand/
display.c 166 "-colorspace type alternate image colorspace",
195 "-quantize colorspace reduce colors in this colorspace",
825 if (LocaleCompare("colorspace",option+1) == 0)
828 colorspace;
835 colorspace=ParseCommandOption(MagickColorspaceOptions,
837 if (colorspace < 0)
826 colorspace; local
1462 colorspace; local
    [all...]
  /external/ImageMagick/coders/
uil.c 50 #include "MagickCore/colorspace.h"
51 #include "MagickCore/colorspace-private.h"
309 pixel.colorspace=sRGBColorspace;
cip.c 47 #include "MagickCore/colorspace.h"
48 #include "MagickCore/colorspace-private.h"
gradient.c 50 #include "MagickCore/colorspace-private.h"
157 (void) SetImageColorspace(image,stops[0].color.colorspace,exception);
psd.c 55 #include "MagickCore/colorspace.h"
56 #include "MagickCore/colorspace-private.h"
294 if (image->alpha_trait != BlendPixelTrait || image->colorspace != sRGBColorspace)
819 if (image->colorspace == CMYKColorspace)
828 if ((IssRGBCompatibleColorspace(image->colorspace) != MagickFalse) &&
    [all...]
xc.c 49 #include "MagickCore/colorspace-private.h"
145 (void) SetImageColorspace(image,pixel.colorspace,exception);
  /external/opencv3/3rdparty/libjasper/
jp2_dec.c 90 static int jp2_getct(int colorspace, int type, int assoc);
523 static int jp2_getct(int colorspace, int type, int assoc)
529 switch (colorspace) {
  /external/opencv3/3rdparty/libwebp/dsp/
yuv.h 44 // This flag is for comparison purpose against JPEG's "YUVj" natural colorspace.
45 // This colorspace is close to Rec.601's Y'CbCr model with the notable
259 // This JPEG-YUV colorspace, only for comparison!
  /external/webp/src/enc/
picture_csp.c 10 // WebPPicture utils for colorspace conversion
848 picture->colorspace = has_alpha ? WEBP_YUV420A : WEBP_YUV420;
    [all...]
picture.c 91 const WebPEncCSP uv_csp = picture->colorspace & WEBP_CSP_UV_MASK;
92 const int has_alpha = picture->colorspace & WEBP_CSP_ALPHA_BIT;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 113 int colorspace; local
124 colorspace = vp9_rb_read_literal(&rb, 3);
125 if (colorspace != sRGB) {
  /external/ImageMagick/ImageMagick/script/
escape.html 68 width, height, depth, image type (colorspace), timing delays, and
224 <td>image class and colorspace</td>
362 <td>??? channels in use - colorspace ???</td>
365 <td>%[colorspace]</td>
366 <td>Colorspace of Image Data (excluding transparency)</td>
718 ColorSpace
  /external/ImageMagick/www/
escape.html 72 width, height, depth, image type (colorspace), timing delays, and
228 <td>image class and colorspace</td>
366 <td>??? channels in use - colorspace ???</td>
369 <td>%[colorspace]</td>
370 <td>Colorspace of Image Data (excluding transparency)</td>
722 ColorSpace
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 862 /* Colorspace (return non-RGB formats directly). */
863 switch (desc->colorspace) {
1019 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB &&
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Color.h 270 // HSL Colorspace colors
391 // YUV Colorspace color
Options.h 69 // Image colorspace scheme
162 // Colorspace to quantize in.
  /external/autotest/client/deps/glbench/src/
yuv2rgb_1.glslf 40 * by converting the colorspace to RGB on the fly.
174 * This does the colorspace conversion from Y'UV to RGB as a matrix
  /external/libjpeg-turbo/
jpegint.h 95 /* Colorspace conversion */
256 /* Colorspace conversion */
  /external/libpng/scripts/
pnglibconf.dfa 459 option READ_RGB_TO_GRAY requires READ_TRANSFORMS, READ_GAMMA enables COLORSPACE
570 # Colorspace support (enabled as required); just the support for colorant
576 # As of 1.6.0 COLORSPACE is only useful if the application processes the
577 # information; this is because the library does not do any colorspace
581 option COLORSPACE enables GAMMA disabled
715 chunk cHRM enables COLORSPACE
718 chunk iCCP enables COLORSPACE, GAMMA
726 chunk sRGB enables COLORSPACE, GAMMA, SET_OPTION
    [all...]
  /external/mesa3d/src/gallium/tests/unit/
translate_test.c 180 || output_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB
206 || input_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB
  /external/opencv3/3rdparty/libjpeg/
jpegint.h 83 /* Colorspace conversion */
244 /* Colorspace conversion */
  /external/opencv3/3rdparty/libwebp/dec/
buffer.c 42 const WEBP_CSP_MODE mode = buffer->colorspace;
80 const WEBP_CSP_MODE mode = buffer->colorspace;
  /external/pdfium/third_party/libjpeg/
jpegint.h 82 /* Colorspace conversion */
245 /* Colorspace conversion */
  /external/skia/include/core/
SkImageGenerator.h 143 SkYUVColorSpace* colorSpace);
253 SkYUVColorSpace* colorSpace);
  /external/skia/src/image/
SkImage_Gpu.cpp 204 SkImage* SkImage::NewFromYUVTexturesCopy(GrContext* ctx , SkYUVColorSpace colorSpace,
267 colorSpace))->unref();

Completed in 2045 milliseconds

<<11121314151617181920>>