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

12 3 4

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 117 // simple filter (only for luma)
125 typedef void (*VP8LumaFilterFunc)(uint8_t* luma, int stride,
  /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...]
  /external/opencv3/3rdparty/libwebp/dec/
idec.c 646 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride,
650 const int is_external_memory = (luma != NULL);
659 } else { // A luma buffer was passed. Validate the other parameters.
674 idec->output_.u.YUVA.y = luma;
689 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride,
692 return WebPINewYUVA(luma, luma_size, luma_stride,
webp.c 534 uint8_t* luma, size_t luma_size, int luma_stride,
539 if (luma == NULL) return NULL;
544 output.u.YUVA.y = luma;
557 return luma;
  /external/webp/src/dec/
idec.c 670 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride,
674 const int is_external_memory = (luma != NULL);
683 } else { // A luma buffer was passed. Validate the other parameters.
698 idec->output_.u.YUVA.y = luma;
713 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride,
716 return WebPINewYUVA(luma, luma_size, luma_stride,
webp.c 575 uint8_t* luma, size_t luma_size, int luma_stride,
580 if (luma == NULL) return NULL;
585 output.u.YUVA.y = luma;
598 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 400 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
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 156 unsigned char *luma = NULL, *chroma = NULL, *src = NULL; local
170 // start of valid luma region
171 luma = src + offset;
175 // write luma line x line
180 if (write_size != write(fd, luma, width)) {
185 luma += stride;
  /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/current/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/current/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/current/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/current/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/current/platforms/android-21/arch-x86/usr/include/linux/
omap3isp.h 400 struct omap3isp_prev_luma __user *luma; member in struct:omap3isp_prev_update_config
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
omap3isp.h 400 struct omap3isp_prev_luma __user *luma; member in struct:omap3isp_prev_update_config
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
omap3isp.h 400 struct omap3isp_prev_luma __user *luma; member in struct:omap3isp_prev_update_config
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
omap3isp.h 400 struct omap3isp_prev_luma __user *luma; member in struct:omap3isp_prev_update_config

Completed in 3365 milliseconds

12 3 4