Searched refs:thiscolsum1l (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jdsample-altivec.c | 138 thiscolsum_1l, thiscolsum_1h, thiscolsum1l, thiscolsum1h, in jsimd_h2v2_fancy_upsample_altivec() local 191 thiscolsum1l = vec_add(this0l, this1l); in jsimd_h2v2_fancy_upsample_altivec() 194 p_lastcolsum1l = vec_perm(thiscolsum1l, thiscolsum1l, last_index_col0); in jsimd_h2v2_fancy_upsample_altivec() 195 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 204 p_lastcolsum1l = vec_perm(lastcolsum1h, thiscolsum1l, last_index); in jsimd_h2v2_fancy_upsample_altivec() 205 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 213 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec() 236 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec() 272 tmpl = vec_mladd(thiscolsum1l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 301 thiscolsum1l = nextcolsum1l; thiscolsum1h = nextcolsum1h; in jsimd_h2v2_fancy_upsample_altivec()
|