Lines Matching refs:this0
37 __vector unsigned char this0, last0, p_last0, next0 = { 0 }, p_next0, in jsimd_h2v1_fancy_upsample_altivec() local
68 this0 = vec_ld(0, inptr); in jsimd_h2v1_fancy_upsample_altivec()
69 p_last0 = vec_perm(this0, this0, last_index_col0); in jsimd_h2v1_fancy_upsample_altivec()
70 last0 = this0; in jsimd_h2v1_fancy_upsample_altivec()
76 p_last0 = vec_perm(last0, this0, last_index); in jsimd_h2v1_fancy_upsample_altivec()
77 last0 = this0; in jsimd_h2v1_fancy_upsample_altivec()
81 p_next0 = vec_perm(this0, this0, next_index_lastcol); in jsimd_h2v1_fancy_upsample_altivec()
84 p_next0 = vec_perm(this0, next0, next_index); in jsimd_h2v1_fancy_upsample_altivec()
87 this0e = (__vector short)vec_mule(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec()
88 this0o = (__vector short)vec_mulo(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec()
123 this0 = next0; in jsimd_h2v1_fancy_upsample_altivec()
138 __vector unsigned char this_1, this0, this1, out; in jsimd_h2v2_fancy_upsample_altivec() local
183 this0 = vec_ld(0, inptr0); in jsimd_h2v2_fancy_upsample_altivec()
184 this0l = (__vector short)VEC_UNPACKHU(this0); in jsimd_h2v2_fancy_upsample_altivec()
185 this0h = (__vector short)VEC_UNPACKLU(this0); in jsimd_h2v2_fancy_upsample_altivec()
227 this0 = vec_ld(16, inptr0); in jsimd_h2v2_fancy_upsample_altivec()
228 this0l = (__vector short)VEC_UNPACKHU(this0); in jsimd_h2v2_fancy_upsample_altivec()
229 this0h = (__vector short)VEC_UNPACKLU(this0); in jsimd_h2v2_fancy_upsample_altivec()