Home | History | Annotate | Download | only in src

Lines Matching refs:Q0

970     int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
977 Q0 = x0 + x1 + 1;
992 P1 = (P0 + Q0) >> 2;
993 Q1 = (Q0 + R0) >> 2;
997 Q0 >>= 1;
1008 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1010 temp |= (R0 << 16); //[P2 P0 Q0 R0]
1022 temp |= (Q0 << 16);
1041 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
1061 Q0 = x1 + x0 + 1;
1070 P1 = (P0 + Q0) >> 2;
1071 Q1 = (Q0 + R0) >> 2;
1075 Q0 >>= 1;
1082 //[Q0 P1 P0 D ]
1083 temp |= (P2 << 16); //[R0 Q1 Q0 P1]
1088 temp = Q0 | (P1 << 8);
1095 temp |= (Q0 << 16);
1171 int Q0, R0, Q1, D0, D1, P0, P1;
1184 Q0 = (y1 + y2 + 1) >> 1;
1189 temp = P0 | (P1 << 8); // [P0 P1 Q0 Q1]
1190 temp |= (Q0 << 16); // [Q0 Q1 R0 DO]
1198 temp = Q0 | (Q1 << 8);