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

1 23 4

  /prebuilts/ndk/current/platforms/android-23/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-23/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-23/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-23/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-24/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-24/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-24/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-24/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-24/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-24/arch-x86_64/usr/include/linux/
omap3isp.h 400 struct omap3isp_prev_luma __user *luma; member in struct:omap3isp_prev_update_config
  /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 484 unsigned luma = local
487 dstY[x] = luma;
  /external/webp/src/dsp/
dsp.h 244 // simple filter (only for luma)
252 typedef void (*VP8LumaFilterFunc)(uint8_t* luma, int stride,
327 // Convert ARGB samples to luma Y.
  /external/webp/src/enc/
picture_csp.c 238 const int luma = 19595 * r + 38470 * g + 7471 * b + YUV_HALF; local
239 return (luma >> YUV_FIX);
370 const int luma = 16839 * r + 33059 * g + 6420 * b + SROUNDER; local
371 return clip_8b(16 + (luma >> (YUV_FIX + SFIX)));
    [all...]
  /cts/apps/CameraITS/pymodules/its/
image.py 727 img: Numpy float RGB/luma image array, with pixel values in [0,1].
735 luma = img
737 luma = 0.299 * img[:,:,0] + 0.587 * img[:,:,1] + 0.114 * img[:,:,2]
739 [gy, gx] = numpy.gradient(luma)
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 722 // start of valid luma region
723 unsigned const char *luma = src + offset; local
727 // copy luma and chroma line x line
729 memcpy(dst, luma, width);
730 luma += stride;
    [all...]
  /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"
  /external/libgdx/gdx/jni/gdx2d/
jpgd.cpp     [all...]
  /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...]

Completed in 557 milliseconds

1 23 4