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

12 3 4 5

  /external/ImageMagick/MagickCore/
composite.c 184 const MagickRealType luma,MagickRealType *red,MagickRealType *green,
243 m=luma-(0.298839*r+0.586811*g+0.114350*b);
251 MagickRealType *luma)
266 assert(luma != (MagickRealType *) NULL);
286 *luma=QuantumScale*(0.298839*r+0.586811*g+0.114350*b);
1224 luma, local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_uvd.c     [all...]
radeon_vce.c 227 unsigned pitch = align(enc->luma->level[0].nblk_x * enc->luma->bpe, 128);
228 unsigned vpitch = align(enc->luma->level[0].nblk_y, 16);
274 enc->get_buffer(vid_buf->resources[0], &enc->handle, &enc->luma);
radeon_vce_52.c 180 RVCE_CS(enc->luma->level[0].nblk_x * enc->luma->bpe); // encRefPicLumaPitch
182 RVCE_CS(align(enc->luma->level[0].nblk_y, 16) / 8); // encRefYHeightInQw
243 enc->luma->level[0].offset); // inputPictureLumaAddressHi/Lo
246 RVCE_CS(align(enc->luma->level[0].nblk_y, 16)); // encInputFrameYPitch
247 RVCE_CS(enc->luma->level[0].nblk_x * enc->luma->bpe); // encInputPicLumaPitch
  /external/mesa3d/src/gallium/state_trackers/va/
picture_vc1.c 59 context->desc.vc1.range_mapy = vc1->range_mapping_fields.bits.luma;
  /external/libpng/contrib/libtests/
makepng.c 542 png_uint_32 luma = base - abs(2*x-size_max); local
544 /* 'luma' is now in the range 0..2*size_max, we need
547 luma = (luma*depth_max + size_max) / (2*size_max);
548 set_value(row, rowbytes, x, bit_depth, luma, gamma_table, conv);
664 const png_uint_32 luma = colors[1]; local
668 set_value(row, rowbytes, x, bit_depth, luma, gamma_table,
675 const png_uint_32 luma = colors[1]; local
681 set_value(row, rowbytes, 2*x, bit_depth, luma, gamma_table,
    [all...]
  /prebuilts/go/darwin-x86/src/image/color/
ycbcr.go 107 // one luma and two chroma components.
111 // speaking, the term YUV applies only to analog video signals, and Y' (luma)
191 // 8 bits each for one luma, two chroma and one alpha component.
  /prebuilts/go/linux-x86/src/image/color/
ycbcr.go 107 // one luma and two chroma components.
111 // speaking, the term YUV applies only to analog video signals, and Y' (luma)
191 // 8 bits each for one luma, two chroma and one alpha component.
  /external/webp/src/dec/
idec_dec.c 700 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride,
704 const int is_external_memory = (luma != NULL) ? 1 : 0;
713 } else { // A luma buffer was passed. Validate the other parameters.
728 idec->output_.u.YUVA.y = luma;
743 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride,
746 return WebPINewYUVA(luma, luma_size, luma_stride,
webp_dec.c 574 uint8_t* luma, size_t luma_size, int luma_stride,
579 if (luma == NULL) return NULL;
584 output.u.YUVA.y = luma;
597 return luma;
  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 337 const float luma = toGrayscale(cmp.getPixel(x, y)); local
338 const float rF = 0.7f + 0.3f*luma;
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 324 struct omap3isp_prev_luma __user * luma; member in struct:omap3isp_prev_update_config
  /development/ndk/platforms/android-21/include/linux/
omap3isp.h 400 struct omap3isp_prev_luma __user *luma; member in struct:omap3isp_prev_update_config
  /external/kernel-headers/original/uapi/linux/
omap3isp.h 601 * struct omap3isp_prev_luma - Luma enhancement
602 * @table: Array for luma enhancement table.
613 * @luma: Pointer to luma enhancement structure.
632 struct omap3isp_prev_luma __user *luma; member in struct:omap3isp_prev_update_config
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 65 Write one macroblock into the image. Both luma and chroma
70 luma followed by 64 values for both chroma components
101 lum = (u32*)image->luma;
157 luma followed by 64 values for both chroma components
159 residual pointer to residual data, 16 16-element arrays for luma
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 276 u32 luma; member in struct:stride_type
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 158 u32 vc1_rangeY; /* luma range mapping */
246 u32 luma; member in struct:stride_type
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_q6vdec.h 276 u32 luma; member in struct:stride_type
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_q6vdec.h 158 u32 vc1_rangeY; /* luma range mapping */
246 u32 luma; member in struct:stride_type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
omap3isp.h 599 * struct omap3isp_prev_luma - Luma enhancement
600 * @table: Array for luma enhancement table.
611 * @luma: Pointer to luma enhancement structure.
630 struct omap3isp_prev_luma *luma; member in struct:omap3isp_prev_update_config
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
omap3isp.h 400 struct omap3isp_prev_luma __user *luma; member in struct:omap3isp_prev_update_config
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
omap3isp.h 400 struct omap3isp_prev_luma __user *luma; member in struct:omap3isp_prev_update_config
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
omap3isp.h 400 struct omap3isp_prev_luma __user *luma; member in struct:omap3isp_prev_update_config
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
omap3isp.h 400 struct omap3isp_prev_luma __user *luma; member in struct:omap3isp_prev_update_config
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
omap3isp.h 400 struct omap3isp_prev_luma __user *luma; member in struct:omap3isp_prev_update_config

Completed in 1166 milliseconds

12 3 4 5