Lines Matching defs:vw
121 INT32 vx, vy, vw, vh; /* 12.10 fp */
794 pPPriv->dS = (pPPriv->vw << 10) / pPPriv->dw;
991 pPPriv->vx, pPPriv->vy, pPPriv->vw, pPPriv->vh,
994 DBox.x1 = pPPriv->dx - (pPPriv->vx * pPPriv->dw) / pPPriv->vw;
996 DBox.x2 = DBox.x1 + (pPPriv->fw * pPPriv->dw) / pPPriv->vw;
1018 int w = ((pBox->x2 - pBox->x1) * pPPriv->vw + pPPriv->dw) / pPPriv->dw + 1;
1020 int x = ((pBox->x1 - DBox.x1) * pPPriv->vw + (pPPriv->dw >> 1)) / pPPriv->dw;
1070 pPPriv->dS = (pPPriv->dw << 20) / pPPriv->vw;
1077 n1 = ((pBox->x1 - pPPriv->dx) * pPPriv->vw + dw1) / pPPriv->dw;
1078 n2 = ((pBox->x2 - pPPriv->dx) * pPPriv->vw - 1) / pPPriv->dw;
1522 pPPriv->vw = ((vid_w << 10) * pPPriv->fw) / sw;
1566 pPPriv->vw = ((vid_w << 10) * pPPriv->fw) / sw;
1627 pPPriv->vw = (vid_w * pPPriv->fw) / sw;
1673 pPPriv->vw = (vid_w * pPPriv->fw) / sw;
1804 pPPriv->vw = src_w << 10;
2529 pPPriv->vw = (pPPriv->vw * xvipc.c) / pPPriv->fw;