Searched defs:Q0 (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
857 Q0 = (P_J + P_K + 1) >> 1;
862 temp = P0 | (P1 << 8); // [P0 P1 Q0 Q1]
863 temp |= (Q0 << 16); // [Q0 Q1 R0 DO]
870 temp = Q0 | (Q1 << 8);
1056 Q0 = P_A + P_B + 1;
1062 P1 = (P0 + Q0) >> 2;
1063 Q1 = (Q0 + R0) >> 2;
1067 Q0 >>
[all...]

Completed in 52 milliseconds