HomeSort by relevance Sort by last modified time
    Searched defs:S0 (Results 1 - 5 of 5) sorted by null

  /external/opencore/codecs_v2/video/avc_h264/dec/src/
pred_intra.cpp 971 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
984 S0 = x2 + x1 + 1;
995 R1 = (R0 + S0) >> 2;
1000 S0 >>= 1;
1009 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1012 temp |= (S0 << 24); //[Q2 D P1 Q1]
1042 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
1069 S0 = x1 + x2 + 1;
1073 R1 = (R0 + S0) >> 2;
1078 S0 >>= 1
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 970 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
983 S0 = x2 + x1 + 1;
994 R1 = (R0 + S0) >> 2;
999 S0 >>= 1;
1008 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1011 temp |= (S0 << 24); //[Q2 D P1 Q1]
1041 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
1068 S0 = x1 + x2 + 1;
1072 R1 = (R0 + S0) >> 2;
1077 S0 >>= 1
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
intra_est.cpp 735 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2;
1059 S0 = P_C + P_D + 1;
1065 R1 = (R0 + S0) >> 2;
1070 S0 >>= 1;
1075 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1078 temp |= (S0 << 24); //[Q2 D P1 Q1]
1108 S0 = P_K + P_L + 1;
1112 R1 = (R0 + S0) >> 2;
1117 S0 >>= 1;
1124 temp |= (Q2 << 24); //[S0 R1 R0 Q1
    [all...]
  /external/webkit/JavaScriptCore/assembler/
ARMAssembler.h 46 S0 = r3,
547 dtr_dr(true, ARMRegisters::S0, ARMRegisters::S0, ARMRegisters::S0);
  /prebuilt/common/osgi/
osgi.jar 

Completed in 1119 milliseconds