Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/
Djccolext-altivec.c124 rgb0 = VEC_LD(0, tmpbuf); in jsimd_rgb_ycc_convert_altivec()
125 rgb1 = VEC_LD(16, tmpbuf); in jsimd_rgb_ycc_convert_altivec()
126 rgb2 = VEC_LD(32, tmpbuf); in jsimd_rgb_ycc_convert_altivec()
128 rgb3 = VEC_LD(48, tmpbuf); in jsimd_rgb_ycc_convert_altivec()
132 rgb0 = VEC_LD(0, inptr); in jsimd_rgb_ycc_convert_altivec()
134 rgb1 = VEC_LD(16, inptr); in jsimd_rgb_ycc_convert_altivec()
136 rgb2 = VEC_LD(32, inptr); in jsimd_rgb_ycc_convert_altivec()
139 rgb3 = VEC_LD(48, inptr); in jsimd_rgb_ycc_convert_altivec()
Djsimd_altivec.h87 #define VEC_LD(a, b) vec_ld(a, b) macro
94 #define VEC_LD(a, b) vec_vsx_ld(a, b) macro