Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/ppc/
Dyuv2rgb_altivec.c288 static inline vector unsigned char vec_xl(signed long long offset, const ubyte *addr) in vec_xl() function
349 y0 = vec_xl(0, y1i); \
351 y1 = vec_xl(0, y2i); \
353 u = (vector signed char) vec_xl(0, ui); \
355 v = (vector signed char) vec_xl(0, vi); \
/third_party/pixman/pixman/
Dpixman-vmx.c230 v ## source = (typeof(v ## source))vec_xl(0, source);