Home | History | Annotate | Download | only in src

Lines Matching refs:P0

734     int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2;
859 P0 = ((P_I + P_J + 1) >> 1);
862 temp = P0 | (P1 << 8); // [P0 P1 Q0 Q1]
1059 P0 = P_X + P_A + 1;
1062 P1 = (P0 + Q0) >> 2;
1066 P0 >>= 1;
1074 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1076 temp |= (R0 << 16); //[P2 P0 Q0 R0]
1085 temp = P2 | (P0 << 8);
1104 P0 = P_X + P_I + 1;
1109 P1 = (P0 + Q0) >> 2;
1113 P0 >>= 1;
1120 temp = P0 | (D << 8); //[P0 D P2 Q2]
1121 //[Q0 P1 P0 D ]
1127 temp |= (P0 << 16);