Home | History | Annotate | Download | only in qemu

Lines Matching refs:x0F

493     ptr[0] = ((x & 0x0F) << 4) | (y & 0x0F);
494 ptr[1] = (((w - 1) & 0x0F) << 4) | ((h - 1) & 0x0F);
1577 vs->tight_compression = (enc & 0x0F);
1580 vs->tight_quality = (enc & 0x0F);