HomeSort by relevance Sort by last modified time
    Searched full:rnew (Results 1 - 3 of 3) sorted by null

  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 360 CvTrackingRect rNew;
361 rNew.iColor = (pRect1->iColor + pRect2->iColor + 1) / 2;
362 rNew.r.x = min(pRect1->r.x, pRect2->r.x);
363 rNew.r.y = min(pRect1->r.y, pRect2->r.y);
364 rNew.r.width = max(pRect1->r.x + pRect1->r.width, pRect2->r.x + pRect2->r.width) - rNew.r.x;
365 rNew.r.height = min(pRect1->r.y + pRect1->r.height, pRect2->r.y + pRect2->r.height) - rNew.r.y;
366 if (rNew.r != pRect1->r && rNew.r != pRect2->r
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 175 /// addi Rnew, SP, \#maxCalFrameSize ; get the top of the allocation
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 368 milliseconds