Searched refs:next_index_lastcol (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jdsample-altivec.c | 48 next_index_lastcol = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,15}, in jsimd_h2v1_fancy_upsample_altivec() local 76 p_next0 = vec_perm(this0, this0, next_index_lastcol); in jsimd_h2v1_fancy_upsample_altivec() 149 next_index_lastcol = {2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,15}, in jsimd_h2v2_fancy_upsample_altivec() local 212 next_index_lastcol); in jsimd_h2v2_fancy_upsample_altivec() 215 next_index_lastcol); in jsimd_h2v2_fancy_upsample_altivec()
|