Home
last modified time | relevance | path

Searched defs:Y (Results 1 – 11 of 11) sorted by relevance

/hardware/samsung_slsi/exynos5/libswconverter/
Dswconvertor.c524 unsigned int Y, U, V; in csc_RGB565_to_YUV420P() local
598 unsigned int Y, U, V; in csc_RGB565_to_YUV420SP() local
675 unsigned int Y, U, V; in csc_ARGB8888_to_YUV420P() local
749 unsigned int Y, U, V; in csc_ARGB8888_to_YUV420SP() local
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
DVideoDecoderAVCSecure.cpp62 #define min(X, Y) ((X) <(Y) ? (X) : (Y)) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm108 .macro Tpair A, B, X, Y argument
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
DVideoDecoderAVCSecure.cpp62 #define min(X, Y) ((X) <(Y) ? (X) : (Y)) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.c1098 int Y = 0, U = 0, V = 0; in vp8_post_proc_frame() local
1170 int Y = 0, U = 0, V = 0; in vp8_post_proc_frame() local
/hardware/intel/common/libva/va/x11/
Dva_dri.c454 int* X, int* Y, int* W, int* H, in VA_DRIGetDrawableInfo()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_deblock.c344 h264_macroblockCmdSequence(psb_cmdbuf_p cmdbuf, uint8_t * MbData, uint32_t X, uint32_t Y, int bCur… in h264_macroblockCmdSequence()
Dpvr2d.h304 PVR2D_UCHAR Y; member
/hardware/intel/img/psb_video/src/
Dpsb_surface_ext.h70 unsigned char Y; member
/hardware/invensense/60xx/mlsdk/mlutils/
Dmputest.c275 #define Y (1) macro
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderDef.h23 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) argument
24 #define max(X,Y) (((X) > (Y)) ? (X) : (Y)) argument