Searched refs:this0e (Results 1 - 2 of 2) sorted by relevance

/external/libjpeg-turbo/simd/
H A Djcsample-altivec.c40 __vector unsigned short this0e, this0o, next0e, next0o, outl, outh; local
61 this0e = (__vector unsigned short)VEC_UNPACKHU(this0);
63 outl = vec_add(this0e, this0o);
96 __vector unsigned short this0e, this0o, next0e, next0o, this1e, this1o, local
121 this0e = (__vector unsigned short)VEC_UNPACKHU(this0);
123 out0l = vec_add(this0e, this0o);
H A Djdsample-altivec.c40 __vector short this0e, this0o, this0l, this0h, last0l, last0h, local
82 this0e = (__vector short)vec_mule(this0, pb_three);
84 this0l = vec_mergeh(this0e, this0o);
85 this0h = vec_mergel(this0e, this0o);

Completed in 255 milliseconds