Searched refs:thiscolsum1h (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 192 thiscolsum1h = vec_add(this0h, this1h); in jsimd_h2v2_fancy_upsample_altivec() 193 lastcolsum1h = thiscolsum1h; in jsimd_h2v2_fancy_upsample_altivec() 195 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 205 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 206 lastcolsum_1h = thiscolsum_1h; lastcolsum1h = thiscolsum1h; in jsimd_h2v2_fancy_upsample_altivec() 213 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec() 214 p_nextcolsum1h = vec_perm(thiscolsum1h, thiscolsum1h, in jsimd_h2v2_fancy_upsample_altivec() 236 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec() 237 p_nextcolsum1h = vec_perm(thiscolsum1h, nextcolsum1l, next_index); in jsimd_h2v2_fancy_upsample_altivec() [all …]
|