Home
last modified time | relevance | path

Searched refs:DEINTERLACE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/sunxi/sun8i-di/
H A Dsun8i-di.c106 DEINTERLACE_SIZE(width, height)); in deinterlace_device_run()
108 DEINTERLACE_SIZE(width / 2, height / 2)); in deinterlace_device_run()
145 DEINTERLACE_SIZE(width, height)); in deinterlace_device_run()
147 DEINTERLACE_SIZE(width / 2, height / 2)); in deinterlace_device_run()
H A Dsun8i-di.h196 #define DEINTERLACE_SIZE(w, h) (((h) - 1) << 16 | ((w) - 1)) macro