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

/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dpred_intra.cpp970 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D; local
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, R local
1171 int Q0, R0, Q1, D0, D1, P0, P1; local
[all...]
/frameworks/base/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 559 milliseconds