Searched refs:ROTATE_SIZE (Results 1 – 2 of 2) sorted by relevance
97 #define ROTATE_SIZE(w, h) (((h) - 1) << 16 | ((w) - 1)) macro
98 ROTATE_SIZE(ctx->src_fmt.width, ctx->src_fmt.height)); in rotate_device_run()121 ROTATE_SIZE(ctx->dst_fmt.width, ctx->dst_fmt.height)); in rotate_device_run()