Searched refs:thiscolsum_1l (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 182 thiscolsum_1l = vec_add(this0l, this_1l); in jsimd_h2v2_fancy_upsample_altivec() 185 p_lastcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1l, last_index_col0); in jsimd_h2v2_fancy_upsample_altivec() 186 p_lastcolsum_1h = vec_perm(thiscolsum_1l, thiscolsum_1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 202 p_lastcolsum_1l = vec_perm(lastcolsum_1h, thiscolsum_1l, last_index); in jsimd_h2v2_fancy_upsample_altivec() 203 p_lastcolsum_1h = vec_perm(thiscolsum_1l, thiscolsum_1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 210 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index); in jsimd_h2v2_fancy_upsample_altivec() 228 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index); in jsimd_h2v2_fancy_upsample_altivec() 242 tmpl = vec_mladd(thiscolsum_1l, pw_three, pw_zero); in jsimd_h2v2_fancy_upsample_altivec() 300 thiscolsum_1l = nextcolsum_1l; thiscolsum_1h = nextcolsum_1h; in jsimd_h2v2_fancy_upsample_altivec()
|