Home | History | Annotate | Download | only in highgui

Lines Matching refs:xf8

238             int t = descale( ((((ushort*)bgr555)[i] << 3) & 0xf8)*cB +
239 ((((ushort*)bgr555)[i] >> 2) & 0xf8)*cG +
240 ((((ushort*)bgr555)[i] >> 7) & 0xf8)*cR, SCALE );
255 int t = descale( ((((ushort*)bgr565)[i] << 3) & 0xf8)*cB +
257 ((((ushort*)bgr565)[i] >> 8) & 0xf8)*cR, SCALE );
272 int t0 = (((ushort*)bgr555)[i] << 3) & 0xf8;
273 int t1 = (((ushort*)bgr555)[i] >> 2) & 0xf8;
274 int t2 = (((ushort*)bgr555)[i] >> 7) & 0xf8;
290 int t0 = (((ushort*)bgr565)[i] << 3) & 0xf8;
292 int t2 = (((ushort*)bgr565)[i] >> 8) & 0xf8;