Searched defs:Q1 (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
993 Q1 = (Q0 + R0) >> 2;
1009 //[D P1 Q1 R1]
1011 temp |= (S0 << 24); //[Q2 D P1 Q1]
1016 temp |= (Q1 << 16);
1029 temp |= (Q1 << 24);
1041 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D; local
1071 Q1 = (Q0 + R0) >> 2;
1083 temp |= (P2 << 16); //[R0 Q1 Q0 P1]
1084 temp |= (Q2 << 24); //[S0 R1 R0 Q1]
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
858 Q1 = (P_J + (P_K << 1) + P_L + 2) >> 2;
862 temp = P0 | (P1 << 8); // [P0 P1 Q0 Q1]
863 temp |= (Q0 << 16); // [Q0 Q1 R0 DO]
864 temp |= (Q1 << 24); // [R0 D0 D1 D1]
870 temp = Q0 | (Q1 << 8);
1063 Q1 = (Q0 + R0) >> 2;
1075 //[D P1 Q1 R1]
1077 temp |= (S0 << 24); //[Q2 D P1 Q1]
1081 temp |= (Q1 << 1
[all...]

Completed in 221 milliseconds