Searched refs:thiscolsum_1h (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 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() [all …]
|