Home
last modified time | relevance | path

Searched refs:IS_EVEN (Results 1 – 7 of 7) sorted by relevance

/frameworks/media/libvideoeditor/vss/video_filters/src/
DM4VFL_transition.c262 #ifndef IS_EVEN
263 #define IS_EVEN(a) (!(a & 0x01)) macro
302 if( (IS_EVEN(pPlaneIn1[0].u_height) == FALSE) || in M4VIFI_ImageBlendingonYUV420()
303 (IS_EVEN(pPlaneIn2[0].u_height) == FALSE) || in M4VIFI_ImageBlendingonYUV420()
304 (IS_EVEN(pPlaneOut[0].u_height) == FALSE) || in M4VIFI_ImageBlendingonYUV420()
312 if( (IS_EVEN(pPlaneIn1[0].u_width) == FALSE) || in M4VIFI_ImageBlendingonYUV420()
313 (IS_EVEN(pPlaneIn2[0].u_width) == FALSE) || in M4VIFI_ImageBlendingonYUV420()
314 (IS_EVEN(pPlaneOut[0].u_width) == FALSE) || in M4VIFI_ImageBlendingonYUV420()
DM4VIFI_ResizeRGB888toRGB888.c80 if ((IS_EVEN(pPlaneIn->u_height) == FALSE) || in M4VIFI_ResizeBilinearRGB888toRGB888()
81 (IS_EVEN(pPlaneOut->u_height) == FALSE)) in M4VIFI_ResizeBilinearRGB888toRGB888()
86 if ((IS_EVEN(pPlaneIn->u_width) == FALSE) || in M4VIFI_ResizeBilinearRGB888toRGB888()
87 (IS_EVEN(pPlaneOut->u_width) == FALSE)) in M4VIFI_ResizeBilinearRGB888toRGB888()
DM4VIFI_ResizeRGB565toRGB565.c68 if ((IS_EVEN(pPlaneIn->u_height) == FALSE) || in M4VIFI_ResizeBilinearRGB565toRGB565()
69 (IS_EVEN(pPlaneOut->u_height) == FALSE)) { in M4VIFI_ResizeBilinearRGB565toRGB565()
73 if ((IS_EVEN(pPlaneIn->u_width) == FALSE) || in M4VIFI_ResizeBilinearRGB565toRGB565()
74 (IS_EVEN(pPlaneOut->u_width) == FALSE)) { in M4VIFI_ResizeBilinearRGB565toRGB565()
DM4VIFI_ResizeYUVtoBGR565.c86 u32_check_size = IS_EVEN(pPlaneIn[0].u_height); in M4VIFI_ResizeBilinearYUV420toBGR565()
91 u32_check_size = IS_EVEN(pPlaneIn[0].u_width); in M4VIFI_ResizeBilinearYUV420toBGR565()
DM4VIFI_ResizeYUVtoRGB565.c89 u32_check_size = IS_EVEN(pPlaneIn[0].u_height); in M4VIFI_ResizeBilinearYUV420toRGB565()
94 u32_check_size = IS_EVEN(pPlaneIn[0].u_width); in M4VIFI_ResizeBilinearYUV420toRGB565()
/frameworks/media/libvideoeditor/vss/common/inc/
DM4VIFI_Defines.h142 #ifndef IS_EVEN
143 #define IS_EVEN(a) (!(a & 0x01)) macro
/frameworks/media/libvideoeditor/lvpp/
DVideoEditorTools.cpp1474 if ((IS_EVEN(pPlaneIn[0].u_height) == FALSE) || in M4VIFI_ResizeBilinearYUV420toYUV420()
1475 (IS_EVEN(pPlaneOut[0].u_height) == FALSE)) in M4VIFI_ResizeBilinearYUV420toYUV420()
1480 if ((IS_EVEN(pPlaneIn[0].u_width) == FALSE) || in M4VIFI_ResizeBilinearYUV420toYUV420()
1481 (IS_EVEN(pPlaneOut[0].u_width) == FALSE)) in M4VIFI_ResizeBilinearYUV420toYUV420()