HomeSort by relevance Sort by last modified time
    Searched defs:P0 (Results 26 - 32 of 32) sorted by null

12

  /external/freetype/src/cff/
cf2hints.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2hints.c     [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 81 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
86 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2;
859 P0 = ((P_I + P_J + 1) >> 1);
862 temp = P0 | (P1 << 8); // [P0 P1 Q0 Q1]
1059 P0 = P_X + P_A + 1;
1062 P1 = (P0 + Q0) >> 2;
1066 P0 >>= 1;
1074 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1076 temp |= (R0 << 16); //[P2 P0 Q0 R0
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 621 #define P0(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->sequence_fields.bits.x)
622 P0(interlace);
623 P0(syncmarker);
624 P0(overlap);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 627 #define P0(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->sequence_fields.bits.x)
628 P0(interlace);
629 P0(syncmarker);
630 P0(overlap);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 312 if(Instruction *P0 = dyn_cast<Instruction>(OrigLeft[i-1])) {
313 if(P0->getOpcode() != I0->getOpcode())
919 CmpInst::Predicate P0 = dyn_cast<CmpInst>(VL0)->getPredicate();
923 if (Cmp->getPredicate() != P0 ||
    [all...]

Completed in 337 milliseconds

12