Home
last modified time | relevance | path

Searched refs:nextcolsum_1l (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/simd/
Djdsample-altivec.c139 nextcolsum_1l = {0}, nextcolsum_1h = {0}, in jsimd_h2v2_fancy_upsample_altivec() local
226 nextcolsum_1l = vec_add(this0l, this_1l); in jsimd_h2v2_fancy_upsample_altivec()
229 p_nextcolsum_1h = vec_perm(thiscolsum_1h, nextcolsum_1l, next_index); in jsimd_h2v2_fancy_upsample_altivec()
300 thiscolsum_1l = nextcolsum_1l; thiscolsum_1h = nextcolsum_1h; in jsimd_h2v2_fancy_upsample_altivec()