Searched defs:Q2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2; local
1072 Q2 = (P_I + 2 * P_J + P_K + 2) >> 2;
1077 temp |= (S0 << 24); //[Q2 D P1 Q1]
1090 temp = Q2 | (D << 8);
1101 Q2 = (P_A + 2 * P_B + P_C + 2) >> 2;
1120 temp = P0 | (D << 8); //[P0 D P2 Q2]
1123 temp |= (Q2 << 24); //[S0 R1 R0 Q1]

Completed in 132 milliseconds