Home | History | Annotate | Download | only in video

Lines Matching defs:vsel

1012                 vector unsigned char vsel;
1021 /* vsel is set for items that match the key */
1022 vsel = (vector unsigned char)vec_and((vector unsigned int)vs, vrgbmask);
1023 vsel = (vector unsigned char)vec_cmpeq((vector unsigned int)vsel, vckey);
1038 vd = vec_sel(vd, vd_orig, vsel);