Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c138 __vector unsigned char this_1, this0, this1, out; in jsimd_h2v2_fancy_upsample_altivec() local
189 this_1 = vec_ld(0, inptr_1); in jsimd_h2v2_fancy_upsample_altivec()
190 this_1l = (__vector short)VEC_UNPACKHU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
191 this_1h = (__vector short)VEC_UNPACKLU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
233 this_1 = vec_ld(16, inptr_1); in jsimd_h2v2_fancy_upsample_altivec()
234 this_1l = (__vector short)VEC_UNPACKHU(this_1); in jsimd_h2v2_fancy_upsample_altivec()
235 this_1h = (__vector short)VEC_UNPACKLU(this_1); in jsimd_h2v2_fancy_upsample_altivec()