30
29
altivec-enhanced gmc1. ATM this code assume stride is a multiple of 8,
31
30
to preserve proper dst alignment.
34
32
void gmc1_altivec(uint8_t *dst /* align 8 */, uint8_t *src /* align1 */, int stride, int h, int x16, int y16, int rounder)
37
34
const DECLARE_ALIGNED(16, unsigned short, rounder_a) = rounder;
38
35
const DECLARE_ALIGNED(16, unsigned short, ABCD)[8] =