Home | History | Annotate | Download | only in video

Lines Matching defs:vsrc

850         vector unsigned char vsrc;
876 vsrc = (vector unsigned char)vec_ld(0, src);
887 vsrc = vec_perm(vsrc, voverflow, valigner);
888 vsrc1 = vec_perm(vsrc, vsrc, vpermute);
890 vsrc = (vector unsigned char)vec_ld(15, src);
891 voverflow = vec_perm(voverflow, vsrc, valigner);