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

  /external/opencv/cv/src/
cvlkpyramid.cpp 812 float Av[6];
822 Av[0] = matrices[i*4];
823 Av[1] = matrices[i*4+1];
824 Av[3] = matrices[i*4+2];
825 Av[4] = matrices[i*4+3];
827 Av[2] = featuresB[i].x += featuresB[i].x;
828 Av[5] = featuresB[i].y += featuresB[i].y;
942 if( Av[2] < -eps || Av[2] >= levelSize.width+eps ||
943 Av[5] < -eps || Av[5] >= levelSize.height+eps |
    [all...]
  /external/clang/utils/TableGen/
OptParserEmitter.cpp 34 static int CompareOptionRecords(const void *Av, const void *Bv) {
35 const Record *A = *(Record**) Av;

Completed in 702 milliseconds