/external/ImageMagick/MagickCore/ |
D | gem.c | 89 const double luma,double *red,double *green,double *blue) in ConvertHCLToRGB() 182 const double luma,double *red,double *green,double *blue) in ConvertHCLpToRGB() 744 static inline void ConvertLCHabToXYZ(const double luma,const double chroma, in ConvertLCHabToXYZ() 751 MagickPrivate void ConvertLCHabToRGB(const double luma,const double chroma, in ConvertLCHabToRGB() 797 static inline void ConvertLCHuvToXYZ(const double luma,const double chroma, in ConvertLCHuvToXYZ() 804 MagickPrivate void ConvertLCHuvToRGB(const double luma,const double chroma, in ConvertLCHuvToRGB() 851 const double blue,double *hue,double *chroma,double *luma) in ConvertRGBToHCL() 912 const double blue,double *hue,double *chroma,double *luma) in ConvertRGBToHCLp() 1301 const double Z,double *luma,double *chroma,double *hue) in ConvertXYZToLCHab() 1315 const double blue,double *luma,double *chroma,double *hue) in ConvertRGBToLCHab() [all …]
|
D | composite.c | 182 const MagickRealType luma,MagickRealType *red,MagickRealType *green, in HCLComposite() 249 MagickRealType *luma) in CompositeHCL() 1224 luma, local
|
D | enhance.c | 735 luma; in ColorDecisionListImage() local 759 luma; in ColorDecisionListImage() local 2943 luma, in ModulateHCL() local 2966 luma, in ModulateHCLp() local 3104 luma, in ModulateLCHab() local 3127 luma, in ModulateLCHuv() local
|
D | effect.c | 1597 luma; in KuwaharaImage() local
|
/external/clang/test/CodeGen/ |
D | struct-matching-constraint.c | 6 void b(uint16x8_t sat, uint16x8_t luma) in b()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 160 bool luma) in nouveau_vpe_mb_dct_header() 202 nouveau_vpe_mb_mv_flags(bool luma, int mv_h, int mv_v, bool forward, bool first, bool vert) in nouveau_vpe_mb_mv_flags() 244 bool luma, bool frame, bool forward, bool vert, in nouveau_vpe_mb_mv() 284 bool luma) in nouveau_vpe_mb_mv_header()
|
/external/skia/src/effects/ |
D | SkLumaColorFilter.cpp | 33 unsigned luma = SkComputeLuminance(SkGetPackedR32(c), in filterSpan() local
|
/external/webp/src/dsp/ |
D | yuv.h | 198 const int luma = 16839 * r + 33059 * g + 6420 * b; in VP8RGBToY() local 218 const int luma = 19595 * r + 38470 * g + 7471 * b; in VP8RGBToY() local
|
/external/ImageMagick/coders/ |
D | pcd.c | 112 static MagickBooleanType DecodeImage(Image *image,unsigned char *luma, in DecodeImage() 511 *luma; in ReadPCDImage() local
|
/external/opencv3/modules/cudacodec/src/cuda/ |
D | nv12_to_rgb.cu | 71 float luma, chromaCb, chromaCr; in YUV2RGB() local
|
/external/skia/src/core/ |
D | SkMaskGamma.h | 38 SkScalar luma = r * SK_LUM_COEFF_R + in computeLuminance() local
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | yuv.h | 243 const int luma = 16839 * r + 33059 * g + 6420 * b; in VP8RGBToY() local 264 const int luma = 19595 * r + 38470 * g + 7471 * b; in VP8RGBToY() local
|
/external/pdfium/third_party/libtiff/ |
D | tif_color.c | 217 TIFFYCbCrToRGBInit(TIFFYCbCrToRGB* ycbcr, float *luma, float *refBlackWhite) in TIFFYCbCrToRGBInit()
|
/external/libdrm/tests/planetest/ |
D | bo.c | 34 uint8_t *luma = bo->map_addr + i * bo->pitch; in draw_rect_yuv() local
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_color.c | 217 TIFFYCbCrToRGBInit(TIFFYCbCrToRGB* ycbcr, float *luma, float *refBlackWhite) in TIFFYCbCrToRGBInit()
|
/external/libpng/contrib/libtests/ |
D | makepng.c | 542 png_uint_32 luma = base - abs(2*x-size_max); in generate_row() local 664 const png_uint_32 luma = colors[1]; in generate_row() local 675 const png_uint_32 luma = colors[1]; in generate_row() local
|
/external/ImageMagick/tests/ |
D | validate.c | 363 static inline void ConvertLCHabToXYZ(const double luma,const double chroma, in ConvertLCHabToXYZ() 370 static void ConvertLCHabToRGB(const double luma,const double chroma, in ConvertLCHabToRGB() 418 const double Z,double *luma,double *chroma,double *hue) in ConvertXYZToLCHab() 432 const double blue,double *luma,double *chroma,double *hue) in ConvertRGBToLCHab()
|
/external/webp/src/dec/ |
D | idec.c | 670 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride, in WebPINewYUVA() 713 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride, in WebPINewYUV()
|
D | webp.c | 575 uint8_t* luma, size_t luma_size, int luma_stride, in WebPDecodeYUVInto()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | idec.c | 646 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride, in WebPINewYUVA() 689 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride, in WebPINewYUV()
|
D | webp.c | 534 uint8_t* luma, size_t luma_size, int luma_stride, in WebPDecodeYUVInto()
|
/external/deqp/framework/common/ |
D | tcuFuzzyImageCompare.cpp | 337 const float luma = toGrayscale(cmp.getPixel(x, y)); in fuzzyCompare() local
|
/external/webp/src/enc/ |
D | picture_csp.c | 238 const int luma = 19595 * r + 38470 * g + 7471 * b + YUV_HALF; in RGBToGray() local 370 const int luma = 16839 * r + 33059 * g + 6420 * b + SROUNDER; in ConvertRGBToY() local
|
/external/libgdx/gdx/jni/gdx2d/ |
D | jpgd.cpp | 3132 uint8 luma = pScan_line[x]; in decompress_jpeg_image_from_stream() local 3143 uint8 luma = pScan_line[x]; in decompress_jpeg_image_from_stream() local
|
/external/kernel-headers/original/uapi/linux/ |
D | omap3isp.h | 632 struct omap3isp_prev_luma __user *luma; member
|