HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 401 - 425 of 1229) sorted by null

<<11121314151617181920>>

  /external/libjpeg-turbo/simd/
jdcolor-mmx.asm 2 ; jdcolor.asm - colorspace conversion (MMX)
jdcolor-sse2-64.asm 2 ; jdcolor.asm - colorspace conversion (64-bit SSE2)
jdcolor-sse2.asm 2 ; jdcolor.asm - colorspace conversion (SSE2)
  /external/opencv3/doc/py_tutorials/py_imgproc/py_morphological_ops/
py_morphological_ops.markdown 33 in the image. It is useful for removing small white noises (as we have seen in colorspace chapter),
  /external/opencv3/modules/highgui/src/
window_cocoa.mm 832 /*CGColorSpaceRef colorspace = NULL;
837 colorspace = CGColorSpaceCreateDeviceRGB();
844 CGImageRef imageRef = CGImageCreate(width, height, size , size*nbChannels , cvimage->step, colorspace, kCGImageAlphaNone , provider, NULL, true, kCGRenderingIntentDefault);
880 /*CGColorSpaceRelease(colorspace);
  /external/opencv3/modules/photo/include/opencv2/photo/
cuda.hpp 116 The function converts image to CIELAB colorspace and then separately denoise L and AB components
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 108 if (pDict->KeyExist("ColorSpace")) {
109 pCSObj = pDict->GetElementValue("ColorSpace");
113 pCSObj = FindResourceObj("ColorSpace", name);
116 pDict->SetAt("ColorSpace", pCSObj);
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgmt.c 301 cmsColorSpaceSignature ColorSpace;
348 ColorSpace = cmsGetColorSpace(hGamut);
350 nChannels = cmsChannelsOf(ColorSpace);
351 nGridpoints = _cmsReasonableGridpointsByColorspace(ColorSpace, cmsFLAGS_HIGHRESPRECALC);
  /external/strace/
v4l2.c 130 tprintf(", bytesperline=%u, sizeimage=%u, colorspace=",
132 printxval(v4l2_colorspaces, pix->colorspace,
148 tprints(", colorspace=");
149 printxval(v4l2_colorspaces, pix_mp->colorspace,
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/raw/
camera_graph.xml 29 <import package="androidx.media.filterpacks.colorspace" />
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorSpace.java 26 public class ColorSpace {
  /hardware/ti/omap4-aah/camera/inc/
Encoder_libjpeg.h 87 static const char TAG_COLOR_SPACE[] = "ColorSpace";
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 78 static const char TAG_COLOR_SPACE[] = "ColorSpace";
  /external/ImageMagick/ImageMagick/script/
montage.html 199 <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td>
200 <td>set image colorspace</td>
434 <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td>
435 <td>reduce image colors in this colorspace</td>
  /external/ImageMagick/www/
montage.html 203 <td><a href="command-line-options.html#colorspace">-colorspace <var>type</var></a></td>
204 <td>set image colorspace</td>
438 <td><a href="command-line-options.html#quantize">-quantize <var>colorspace</var></a></td>
439 <td>reduce image colors in this colorspace</td>
  /external/opencv3/3rdparty/libwebp/dec/
webp.c 484 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace,
497 buf.colorspace = colorspace;
543 output.colorspace = MODE_YUV;
571 output.colorspace = mode;
  /external/webp/src/dec/
webp.c 525 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace,
538 buf.colorspace = colorspace;
584 output.colorspace = MODE_YUV;
612 output.colorspace = mode;
  /external/libjpeg-turbo/
turbojpeg.h 48 * Technically, the JPEG format uses the YCbCr colorspace (which is technically
49 * not a colorspace but a color transform), but per the convention of the
296 * RGB colorspace. When compressing the JPEG image, the R, G, and B
298 * colorspace conversion or subsampling is performed. RGB JPEG images can be
304 * YCbCr colorspace. YCbCr is not an absolute colorspace but rather a
307 * actually be displayed. In the YCbCr colorspace, the Y (luminance)
314 * space. YCbCr is the most common JPEG colorspace, and YCbCr JPEG images
320 * Grayscale colorspace. The JPEG image retains only the luminance data (Y
328 * CMYK colorspace. When compressing the JPEG image, the C, M, Y, and
    [all...]
libjpeg.txt 77 decompression. They include colorspace conversion, downsampling/upsampling,
118 Set parameters for compression, including image size & colorspace
154 about the image's size, colorspace, etc is available when the application
192 channels). You must specify how many components there are and the colorspace
200 or full grayscale (or sometimes another colorspace such as CMYK). You can
318 3. Set parameters for compression, including image size & colorspace.
343 because the defaults depend on the source image colorspace. However the
353 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */
460 dimensions freely between cycles, but if you change the input colorspace, you
461 should call jpeg_set_defaults() to adjust for the new colorspace; and the
    [all...]
jpeglib.h 233 whatever value it wishes. Use the following colorspace constants to
310 J_COLOR_SPACE in_color_space; /* colorspace of input image */
338 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
483 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
490 J_COLOR_SPACE out_color_space; /* colorspace for output */
    [all...]
  /external/ImageMagick/MagickCore/
property.c 50 #include "MagickCore/colorspace-private.h"
2498 colorspace; local
4010 colorspace; local
    [all...]
accelerate.c 114 /* check if the image's colorspace is supported */
115 if (image->colorspace != RGBColorspace &&
116 image->colorspace != sRGBColorspace &&
117 image->colorspace != GRAYColorspace)
187 if (image->colorspace == RGBColorspace)
194 if (image->colorspace == sRGBColorspace)
319 colorspace, local
331 colorspace = image->colorspace;
346 clStatus|=clEnv->library->clSetKernelArg(histogramKernel,i++,sizeof(cl_uint),&colorspace);
2954 colorspace, local
    [all...]
stream.c     [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraCharacteristics.java     [all...]
  /external/libpng/
pngread.c     [all...]

Completed in 809 milliseconds

<<11121314151617181920>>