Home | History | Annotate | Download | only in src

Lines Matching defs:S0

734     int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2;
1058 S0 = P_C + P_D + 1;
1064 R1 = (R0 + S0) >> 2;
1069 S0 >>= 1;
1074 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1077 temp |= (S0 << 24); //[Q2 D P1 Q1]
1107 S0 = P_K + P_L + 1;
1111 R1 = (R0 + S0) >> 2;
1116 S0 >>= 1;
1123 temp |= (Q2 << 24); //[S0 R1 R0 Q1]
1136 temp = S0 | (R1 << 8);