Searched defs:Y (Results 1 – 11 of 11) sorted by relevance
/hardware/samsung_slsi/exynos5/libswconverter/ |
D | swconvertor.c | 524 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/ |
D | VideoDecoderAVCSecure.cpp | 62 #define min(X, Y) ((X) <(Y) ? (X) : (Y)) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 108 .macro Tpair A, B, X, Y argument
|
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/ |
D | VideoDecoderAVCSecure.cpp | 62 #define min(X, Y) ((X) <(Y) ? (X) : (Y)) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | postproc.c | 1098 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/ |
D | va_dri.c | 454 int* X, int* Y, int* W, int* H, in VA_DRIGetDrawableInfo()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_deblock.c | 344 h264_macroblockCmdSequence(psb_cmdbuf_p cmdbuf, uint8_t * MbData, uint32_t X, uint32_t Y, int bCur… in h264_macroblockCmdSequence()
|
D | pvr2d.h | 304 PVR2D_UCHAR Y; member
|
/hardware/intel/img/psb_video/src/ |
D | psb_surface_ext.h | 70 unsigned char Y; member
|
/hardware/invensense/60xx/mlsdk/mlutils/ |
D | mputest.c | 275 #define Y (1) macro
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderDef.h | 23 #define min(X,Y) (((X) < (Y)) ? (X) : (Y)) argument 24 #define max(X,Y) (((X) > (Y)) ? (X) : (Y)) argument
|