HomeSort by relevance Sort by last modified time
    Searched refs:luma (Results 76 - 100 of 115) sorted by null

1 2 34 5

  /external/ImageMagick/tests/
validate.c 366 static inline void ConvertLCHabToXYZ(const double luma,const double chroma,
369 ConvertLabToXYZ(luma,chroma*cos(hue*MagickPI/180.0),chroma*
373 static void ConvertLCHabToRGB(const double luma,const double chroma,
381 ConvertLCHabToXYZ(luma*100.0,255.0*(chroma-0.5),360.0*hue,&X,&Y,&Z);
421 const double Z,double *luma,double *chroma,double *hue)
427 ConvertXYZToLab(X,Y,Z,luma,&a,&b);
435 const double blue,double *luma,double *chroma,double *hue)
443 ConvertXYZToLCHab(X,Y,Z,luma,chroma,hue);
    [all...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 493 unsigned luma = local
496 dstY[x] = luma;
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_uvd.h 433 /* fill decoding target field from the luma and chroma surfaces */
434 void ruvd_set_dt_surfaces(struct ruvd_msg *msg, struct radeon_surf *luma,
radeon_vce.h 395 struct radeon_surf* luma; member in struct:rvce_encoder
  /external/webp/src/enc/
picture_csp_enc.c 253 const int luma = 13933 * r + 46871 * g + 4732 * b + YUV_HALF; local
254 return (luma >> YUV_FIX);
375 const int luma = 16839 * r + 33059 * g + 6420 * b + SROUNDER; local
376 return clip_8b(16 + (luma >> (YUV_FIX + SFIX)));
    [all...]
  /cts/apps/CameraITS/pymodules/its/
image.py 767 img: Numpy float RGB/luma image array, with pixel values in [0,1].
776 luma = img[:, :, 0]
778 luma = 0.299 * img[:,:,0] + 0.587 * img[:,:,1] + 0.114 * img[:,:,2]
780 [gy, gx] = numpy.gradient(luma)
  /external/libavc/common/arm/
ih264_inter_pred_filters_luma_horz_a9q.s 49 @* Interprediction luma filter for horizontal input
53 @* sec 8.4.2.2.1 titled "Luma sample interpolation process"
ih264_inter_pred_luma_copy_a9q.s 25 @* Interprediction luma function for copy
ih264_inter_pred_luma_horz_qpel_a9q.s 49 @* Quarter pel interprediction luma filter for horizontal input
53 @* sec 8.4.2.2.1 titled "Luma sample interpolation process"
ih264_deblk_luma_a9.s 24 @/* Description : Contains function definitions for deblocking luma */
54 @* Performs filtering of a luma block horizontal edge for cases where the
194 @* Performs filtering of a luma block horizontal edge when the
360 @* Performs filtering of a luma block vertical edge for cases where the
581 @* Performs filtering of a luma block vertical edge when the
    [all...]
ih264_padding_neon.s 117 @* Padding (luma block) at the left of a 2d array
381 @* Padding (luma block) at the right of a 2d array
ih264_default_weighted_pred_a9q.s 47 @* 8.4.2.3.1 titled "Default weighted sample prediction process" for luma.
ih264_inter_pred_filters_luma_vert_a9q.s 50 @ * Interprediction luma filter for vertical input
54 @ * sec 8.4.2.2.1 titled "Luma sample interpolation process"
ih264_inter_pred_luma_vert_qpel_a9q.s 47 @* Quarter pel interprediction luma filter for vertical input
51 @* sec 8.4.2.2.1 titled "Luma sample interpolation process"
  /external/webp/src/dsp/
dsp.h 313 // simple filter (only for luma)
321 typedef void (*VP8LumaFilterFunc)(uint8_t* luma, int stride,
405 // Convert ARGB samples to luma Y.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.c 77 /* mapping of dc coefficients array to luma blocks */
530 /* luma DC is at index 24 */
560 /* luma cbp in bits 0-3 */
719 /* luma DC is at index 24 */
734 /* luma cbp in bits 0-3 */
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc     [all...]
row_common.cc     [all...]
  /external/libyuv/files/source/
planar_functions.cc     [all...]
row_common.cc     [all...]
  /external/pdfium/third_party/libtiff/
tif_getimage.c     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 299 private static float luma(int bgcolor) { method in class:MLand
    [all...]
  /external/ImageMagick/MagickCore/
effect.c 1597 luma; local
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c 759 pic_parms->range_mapping_fields.bits.luma = seqLayerHeader->RANGE_MAPY;
  /hardware/intel/common/libva/va/
va.h 1980 unsigned int luma : 3; \/* ENTRY_POINT_LAYER::RANGE_MAPY *\/ member in struct:_VAPictureParameterBufferVC1::__anon42346::__anon42347
    [all...]

Completed in 1069 milliseconds

1 2 34 5