Home | History | Annotate | Download | only in video

Lines Matching defs:vsrc

851         vector unsigned char vsrc;
877 vsrc = (vector unsigned char)vec_ld(0, src);
888 vsrc = vec_perm(vsrc, voverflow, valigner);
889 vsrc1 = vec_perm(vsrc, vsrc, vpermute);
891 vsrc = (vector unsigned char)vec_ld(15, src);
892 voverflow = vec_perm(voverflow, vsrc, valigner);