Home | History | Annotate | Download | only in src

Lines Matching refs:P_y

906     int P_x, Q_x, R_x, P_y, Q_y, R_y, D;
928 P_y = (x2 + 2 * x1 + x0 + 2) >> 2;
939 //[P_y D P_x Q_x]
940 temp |= (Q_x << 16); //[Q_y P_y D P_x]
941 temp |= (R_x << 24); //[R_y Q_y P_y D ]
945 temp = P_y | (D << 8);
951 temp = Q_y | (P_y << 8);
958 temp |= (P_y << 16);