Searched refs:IS_EVEN (Results 1 – 7 of 7) sorted by relevance
262 #ifndef IS_EVEN263 #define IS_EVEN(a) (!(a & 0x01)) macro302 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()
80 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()
68 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()
86 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()
89 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()
142 #ifndef IS_EVEN143 #define IS_EVEN(a) (!(a & 0x01)) macro
1474 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()