HomeSort by relevance Sort by last modified time
    Searched refs:A1B2 (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvoptflowlk.cpp 137 | A1B2 B1 | {u} {C1} {0}
139 | A2 A1B2 | {v} {C2} {0}
141 float A1B2, A2, B1, C1, C2;
474 A1B2 = 0;
483 A1B2 += WII[addr + j].xy * KerY[i];
495 float delta = (A1B2 * A1B2 - A2 * B1);
504 deltaX = -(C1 * A1B2 - C2 * B1);
505 deltaY = -(A1B2 * C2 - A2 * C1);
513 float Norm = (A1B2 + A2) * (A1B2 + A2) + (B1 + A1B2) * (B1 + A1B2)
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 490 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB());
497 dyn_cast<SCEVConstant>(SE->getMinusSCEV(A1B2, A2B1));
499 dyn_cast<SCEVConstant>(SE->getMinusSCEV(A2B1, A1B2));
    [all...]

Completed in 91 milliseconds