Searched refs:px (Results 1 – 1 of 1) sorted by relevance
68 #define Q_MULTS_32X32(px, py, qx, qy, qp) \ argument69 ((px) * (py) >> (((qx) + (qy) - (qp))))74 #define Q_MULTSR_32X32(px, py, qx, qy, qp) \ argument75 ((((px) * (py) >> ((qx) + (qy) - (qp) - 1)) + 1) >> 1)