Searched refs:last_index_col0 (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jdsample-altivec.c | 45 last_index_col0 = {0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14}, in jsimd_h2v1_fancy_upsample_altivec() local 64 p_last0 = vec_perm(this0, this0, last_index_col0); in jsimd_h2v1_fancy_upsample_altivec() 146 last_index_col0 = {0,1,0,1,2,3,4,5,6,7,8,9,10,11,12,13}, in jsimd_h2v2_fancy_upsample_altivec() local 185 p_lastcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1l, last_index_col0); in jsimd_h2v2_fancy_upsample_altivec() 194 p_lastcolsum1l = vec_perm(thiscolsum1l, thiscolsum1l, last_index_col0); in jsimd_h2v2_fancy_upsample_altivec()
|