Lines Matching refs:bytes
50 vector unsigned char bytes = vec_vsx_ld(0, pixels);
52 // Convert the bytes into shorts.
53 //vector signed short shorts = (vector signed short) vec_perm(zero, bytes, perm);
54 vector signed short shorts = (vector signed short) vec_perm(bytes, zero, perm);
76 vec_u8 bytes = vec_perm(pixl, pixr, perm);
78 // Convert the bytes into shorts.
79 vec_s16 shorts = (vec_s16)vec_mergeh(zero, bytes);
103 vector unsigned char bytes = vec_vsx_ld(0, s1);
105 // Convert the bytes into shorts.
106 shorts1 = (vector signed short) vec_mergeh(bytes, zero);
109 bytes =vec_vsx_ld(0, s2);
111 // Convert the bytes into shorts.
112 shorts2 = (vector signed short) vec_mergeh(bytes, zero);
130 bytes = vec_vsx_ld(0, s1);
132 // Convert the bytes into shorts.
133 shorts1 = (vector signed short) vec_mergeh(bytes, zero);
136 bytes = vec_vsx_ld(0, s2);
138 // Convert the bytes into shorts.
139 shorts2 = (vector signed short) vec_mergeh(bytes, zero);
168 vec_u8 bytes = vec_perm(pixl, pixr, perm);
170 // Convert the bytes into shorts.
171 shorts1 = (vec_s16)vec_mergeh(zero, bytes);
177 bytes = vec_perm(pixl, pixr, perm);
179 // Convert the bytes into shorts.
180 shorts2 = (vec_s16)vec_mergeh(zero, bytes);
201 bytes = vec_perm(pixl, pixr, perm);
203 // Convert the bytes into shorts.
204 shorts1 = (vec_s16)vec_mergeh(zero, bytes);
210 bytes = vec_perm(pixl, pixr, perm);
212 // Convert the bytes into shorts.
213 shorts2 = (vec_s16)vec_mergeh(zero, bytes);