HomeSort by relevance Sort by last modified time
    Searched refs:VEC_ST (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/simd/
jdcolext-altivec.c 211 vec_st(rgb0, 0, tmpbuf);
212 vec_st(rgb1, 16, tmpbuf);
213 vec_st(rgb2, 32, tmpbuf);
215 vec_st(rgb3, 48, tmpbuf);
234 vec_st(out0, 0, outptr);
236 vec_st(out1, 16, outptr);
238 vec_st(out2, 32, outptr);
240 vec_st(out3, 48, outptr);
243 vec_st(out4, 64, outptr);
250 VEC_ST(rgb0, 0, tmpbuf)
    [all...]
jdmrgext-altivec.c 236 vec_st(rgb0, 0, tmpbuf);
237 vec_st(rgb1, 16, tmpbuf);
238 vec_st(rgb2, 32, tmpbuf);
240 vec_st(rgb3, 48, tmpbuf);
259 vec_st(out0, 0, outptr);
261 vec_st(out1, 16, outptr);
263 vec_st(out2, 32, outptr);
265 vec_st(out3, 48, outptr);
268 vec_st(out4, 64, outptr);
275 VEC_ST(rgb0, 0, tmpbuf)
    [all...]
jsimd_altivec.h 88 #define VEC_ST(a, b, c) vec_st(a, b, c)
95 #define VEC_ST(a, b, c) vec_vsx_st(a, b, c)

Completed in 1612 milliseconds