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

<<11121314151617181920>>

  /external/ImageMagick/coders/
mono.c 50 #include "MagickCore/colorspace.h"
51 #include "MagickCore/colorspace-private.h"
mtv.c 47 #include "MagickCore/colorspace.h"
48 #include "MagickCore/colorspace-private.h"
otb.c 48 #include "MagickCore/colorspace.h"
49 #include "MagickCore/colorspace-private.h"
rgf.c 50 #include "MagickCore/colorspace.h"
51 #include "MagickCore/colorspace-private.h"
sct.c 243 if (image->colorspace == CMYKColorspace)
266 if (image->colorspace == CMYKColorspace)
wbmp.c 48 #include "MagickCore/colorspace.h"
49 #include "MagickCore/colorspace-private.h"
xps.c 49 #include "MagickCore/colorspace.h"
201 cmyk=image->colorspace == CMYKColorspace ? MagickTrue : MagickFalse;
  /external/ImageMagick/www/
magick-core.html 70 <li><a href="api/colorspace.html">Colorspace Methods</a></li>
  /external/ImageMagick/www/source/
examples.pl 263 $example->Quantize(colorspace=>'gray',colors=>2,dither=>'false');
397 $example->Set(colorspace=>'Gray');
  /external/kernel-headers/original/uapi/linux/
fb.h 276 __u32 colorspace; /* colorspace for FOURCC-based modes */ member in struct:fb_var_screeninfo
  /external/libjpeg-turbo/
change.log 12 colorspace input to the default YCbCr JPEG colorspace.
cjpeg.1 55 colorspace input to the default YCbCr JPEG colorspace.
jctrans.c 90 /* jpeg_set_defaults may choose wrong colorspace, eg YCbCr if input is RGB.
91 * Fix it to get the right header markers for the image colorspace.
jdmerge.c 82 /* Include inline routines for colorspace extensions */
184 * Initialize tables for YCC->RGB colorspace conversion.
jerror.h 63 JMESSAGE(JERR_BAD_IN_COLORSPACE, "Bogus input colorspace")
64 JMESSAGE(JERR_BAD_J_COLORSPACE, "Bogus JPEG colorspace")
structure.txt 74 decompression. They include colorspace conversion, downsampling/upsampling,
93 data is in the colorspace to be used for compression, and it is downsampled
288 |-- Colorspace conversion
309 buffer, which lies between colorspace conversion and downsampling. Note
313 * Colorspace conversion: converts application image data into the desired
396 |-- Postprocessing controller --| |-- Colorspace conversion
447 * Colorspace conversion: convert from JPEG color space to output color space,
463 colorspace conversion???
    [all...]
  /external/libjpeg-turbo/simd/
jccolext-mmx.asm 2 ; jccolext.asm - colorspace conversion (MMX)
23 ; Convert some rows of samples to the output colorspace.
jcgryext-mmx.asm 2 ; jcgryext.asm - grayscale colorspace conversion (MMX)
24 ; Convert some rows of samples to the output colorspace.
jcgryext-sse2-64.asm 2 ; jcgryext.asm - grayscale colorspace conversion (64-bit SSE2)
21 ; Convert some rows of samples to the output colorspace.
jdcolext-mmx.asm 2 ; jdcolext.asm - colorspace conversion (MMX)
23 ; Convert some rows of samples to the output colorspace.
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_jpeg.cc 214 // TODO(fbarchard): Implement conversion for any other colorspace/sample
376 // TODO(fbarchard): Implement conversion for any other colorspace/sample
  /external/libyuv/files/source/
convert_jpeg.cc 215 // TODO(fbarchard): Implement conversion for any other colorspace/sample
377 // TODO(fbarchard): Implement conversion for any other colorspace/sample
  /external/opencv3/3rdparty/libjpeg/
jctrans.c 86 /* jpeg_set_defaults may choose wrong colorspace, eg YCbCr if input is RGB.
87 * Fix it to get the right header markers for the image colorspace.
jerror.h 53 JMESSAGE(JERR_BAD_IN_COLORSPACE, "Bogus input colorspace")
54 JMESSAGE(JERR_BAD_J_COLORSPACE, "Bogus JPEG colorspace")
  /external/opencv3/3rdparty/libwebp/enc/
syntax.c 281 buffer[3] = enc->pic_->colorspace & WEBP_CSP_UV_MASK;
315 VP8PutBitUniform(bw, 0); // colorspace

Completed in 782 milliseconds

<<11121314151617181920>>