Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c142 thiscolsum_1l, thiscolsum_1h, thiscolsum1l, thiscolsum1h, in jsimd_h2v2_fancy_upsample_altivec() local
192 thiscolsum_1l = vec_add(this0l, this_1l); in jsimd_h2v2_fancy_upsample_altivec()
195 p_lastcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1l, last_index_col0); in jsimd_h2v2_fancy_upsample_altivec()
196 p_lastcolsum_1h = vec_perm(thiscolsum_1l, thiscolsum_1h, last_index); in jsimd_h2v2_fancy_upsample_altivec()
212 p_lastcolsum_1l = vec_perm(lastcolsum_1h, thiscolsum_1l, last_index); in jsimd_h2v2_fancy_upsample_altivec()
213 p_lastcolsum_1h = vec_perm(thiscolsum_1l, thiscolsum_1h, last_index); in jsimd_h2v2_fancy_upsample_altivec()
220 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
238 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
252 tmpl = vec_mladd(thiscolsum_1l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec()
310 thiscolsum_1l = nextcolsum_1l; thiscolsum_1h = nextcolsum_1h; in jsimd_h2v2_fancy_upsample_altivec()