Home | History | Annotate | Download | only in src

Lines Matching refs:P0

970     int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
986 P0 = x1 + x0 + 1;
992 P1 = (P0 + Q0) >> 2;
996 P0 >>= 1;
1008 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1010 temp |= (R0 << 16); //[P2 P0 Q0 R0]
1021 temp = P2 | (P0 << 8);
1041 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
1057 P0 = x2 + x1 + 1;
1070 P1 = (P0 + Q0) >> 2;
1074 P0 >>= 1;
1081 temp = P0 | (D << 8); //[P0 D P2 Q2]
1082 //[Q0 P1 P0 D ]
1089 temp |= (P0 << 16);
1171 int Q0, R0, Q1, D0, D1, P0, P1;
1186 P0 = ((y0 + y1 + 1) >> 1);
1189 temp = P0 | (P1 << 8); // [P0 P1 Q0 Q1]