Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c37 __vector unsigned char this0, last0, p_last0, next0 = { 0 }, p_next0, in jsimd_h2v1_fancy_upsample_altivec() local
81 p_next0 = vec_perm(this0, this0, next_index_lastcol); in jsimd_h2v1_fancy_upsample_altivec()
84 p_next0 = vec_perm(this0, next0, next_index); in jsimd_h2v1_fancy_upsample_altivec()
96 next0l = (__vector short)VEC_UNPACKHU(p_next0); in jsimd_h2v1_fancy_upsample_altivec()
97 next0h = (__vector short)VEC_UNPACKLU(p_next0); in jsimd_h2v1_fancy_upsample_altivec()