Searched refs:thiscolsum1h (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/powerpc/ |
D | jdsample-altivec.c | 142 thiscolsum_1l, thiscolsum_1h, thiscolsum1l, thiscolsum1h, in jsimd_h2v2_fancy_upsample_altivec() local 202 thiscolsum1h = vec_add(this0h, this1h); in jsimd_h2v2_fancy_upsample_altivec() 203 lastcolsum1h = thiscolsum1h; in jsimd_h2v2_fancy_upsample_altivec() 205 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 215 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 216 lastcolsum_1h = thiscolsum_1h; lastcolsum1h = thiscolsum1h; in jsimd_h2v2_fancy_upsample_altivec() 223 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec() 224 p_nextcolsum1h = vec_perm(thiscolsum1h, thiscolsum1h, in jsimd_h2v2_fancy_upsample_altivec() 246 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec() 247 p_nextcolsum1h = vec_perm(thiscolsum1h, nextcolsum1l, next_index); in jsimd_h2v2_fancy_upsample_altivec() [all …]
|