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

  /external/opencv/cv/src/
cvcanny.cpp 167 const short* _dx = (short*)(dx->data.ptr + dx->step*i); local
180 _mag[j] = abs(_dx[j]) + abs(_dy[j]);
187 x = _dx[j]; y = _dy[j];
196 x = _dx[j]; y = _dy[j];
213 _dx = (short*)(dx->data.ptr + dx->step*(i-1));
235 x = _dx[j];
cvsnakes.cpp 108 CvMat _dx = cvMat( TILE_SIZE, TILE_SIZE, CV_16SC1, dx ); local
308 pX.process( &_src1, &_dx );
cvhough.cpp 1017 float _dx, _dy; local
1019 _dx = cx - pt.x; _dy = cy - pt.y;
1020 ddata[j] = _dx*_dx + _dy*_dy;
    [all...]
  /external/qemu/target-i386/
hax-interface.h 140 uint16_t _dx; member in union:vcpu_state_t::__anon27347::__anon27348::__anon27353

Completed in 133 milliseconds