Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c144 nextcolsum1l = { 0 }, nextcolsum1h = { 0 }, in jsimd_h2v2_fancy_upsample_altivec() local
244 nextcolsum1l = vec_add(this0l, this1l); in jsimd_h2v2_fancy_upsample_altivec()
247 p_nextcolsum1h = vec_perm(thiscolsum1h, nextcolsum1l, next_index); in jsimd_h2v2_fancy_upsample_altivec()
311 thiscolsum1l = nextcolsum1l; thiscolsum1h = nextcolsum1h; in jsimd_h2v2_fancy_upsample_altivec()