Home
last modified time | relevance | path

Searched refs:thiscolsum1l (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
201 thiscolsum1l = vec_add(this0l, this1l); in jsimd_h2v2_fancy_upsample_altivec()
204 p_lastcolsum1l = vec_perm(thiscolsum1l, thiscolsum1l, last_index_col0); in jsimd_h2v2_fancy_upsample_altivec()
205 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index); in jsimd_h2v2_fancy_upsample_altivec()
214 p_lastcolsum1l = vec_perm(lastcolsum1h, thiscolsum1l, last_index); in jsimd_h2v2_fancy_upsample_altivec()
215 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index); in jsimd_h2v2_fancy_upsample_altivec()
223 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
246 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
282 tmpl = vec_mladd(thiscolsum1l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec()
311 thiscolsum1l = nextcolsum1l; thiscolsum1h = nextcolsum1h; in jsimd_h2v2_fancy_upsample_altivec()