Lines Matching refs:thiscolsum_1h
142 thiscolsum_1l, thiscolsum_1h, thiscolsum1l, thiscolsum1h, in jsimd_h2v2_fancy_upsample_altivec() local
193 thiscolsum_1h = vec_add(this0h, this_1h); in jsimd_h2v2_fancy_upsample_altivec()
194 lastcolsum_1h = thiscolsum_1h; in jsimd_h2v2_fancy_upsample_altivec()
196 p_lastcolsum_1h = vec_perm(thiscolsum_1l, thiscolsum_1h, 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()
216 lastcolsum_1h = thiscolsum_1h; lastcolsum1h = thiscolsum1h; in jsimd_h2v2_fancy_upsample_altivec()
220 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
221 p_nextcolsum_1h = vec_perm(thiscolsum_1h, thiscolsum_1h, in jsimd_h2v2_fancy_upsample_altivec()
238 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
239 p_nextcolsum_1h = vec_perm(thiscolsum_1h, nextcolsum_1l, next_index); in jsimd_h2v2_fancy_upsample_altivec()
266 tmph = vec_mladd(thiscolsum_1h, 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()