Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/
Djdsample-altivec.c38 __vector unsigned char this0, last0, p_last0, next0 = {0}, p_next0, in jsimd_h2v1_fancy_upsample_altivec() local
64 p_last0 = vec_perm(this0, this0, last_index_col0); in jsimd_h2v1_fancy_upsample_altivec()
71 p_last0 = vec_perm(last0, this0, last_index); in jsimd_h2v1_fancy_upsample_altivec()
87 last0l = (__vector short)VEC_UNPACKHU(p_last0); in jsimd_h2v1_fancy_upsample_altivec()
88 last0h = (__vector short)VEC_UNPACKLU(p_last0); in jsimd_h2v1_fancy_upsample_altivec()