transform_rgb888() function
STATIC FUNCTIONS
Syntax
static void transform_rgb888(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,
uint8_t * dest_buf,
bool aa,
uint32_t px_size);