transform_rgb565a8() function
Syntax
static void transform_rgb565a8(const uint8_t * src,
int32_t src_w,
int32_t src_h,
int32_t src_stride,
int32_t xs_ups,
int32_t ys_ups,
int32_t xs_step,
int32_t ys_step,
int32_t x_end,
uint16_t * cbuf,
uint8_t * abuf,
bool src_has_a8,
bool aa);