Home
last modified time | relevance | path

Searched refs:nStep (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu1999 Ncv32u nStep, in nppiStGetInterpolationBufferSize() argument
2003 status = nppiStVectorWarpGetBufferSize(srcSize, nStep, hpSize); in nppiStGetInterpolationBufferSize()
2028 ncvAssertReturn (pState->nStep >= pState->size.width * sizeof (Ncv32f) && in nppiStInterpolateFrames()
2029 pState->nStep > 0 && in nppiStInterpolateFrames()
2030 pState->nStep % sizeof (Ncv32f) == 0, in nppiStInterpolateFrames()
2044 pState->nStep, in nppiStInterpolateFrames()
2047 pState->nStep, in nppiStInterpolateFrames()
2054 pState->nStep, in nppiStInterpolateFrames()
2057 pState->nStep, in nppiStInterpolateFrames()
2065 pState->nStep, in nppiStInterpolateFrames()
[all …]
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNPP_staging.hpp117 Ncv32u nStep; ///< pitch member
142 Ncv32u nStep,
/external/opencv3/modules/cudalegacy/src/
Dinterpolate_frames.cpp91 state.nStep = static_cast<Ncv32u>(step); in interpolateFrames()
/external/opencv3/samples/gpu/
Dopticalflow_nvidia_api.cpp539 state.nStep = d_r.pitch (); in main()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc4999 UINT nStep(0); in _EnumerateEndpointDevicesAll() local
5002 &nStep, in _EnumerateEndpointDevicesAll()
5005 …raceInfo, kTraceAudioDevice, _id, "volume steps : %d (nStep), %d (nStepCount)", nStep, nStepCount); in _EnumerateEndpointDevicesAll()
/external/sqlite/dist/
Dsqlite3.c159128 int nStep; /* Rows processed for current object */
161122 p->nStep = (pState ? pState->nRow : 0);
161543 RBU_STATE_ROW, p->nStep,
161588 p->nStep++;
161592 p->nStep = 0;
161624 if( p->nStep>=p->nFrame ){
161644 RbuFrame *pFrame = &p->aFrame[p->nStep];
161646 p->nStep++;
161786 p->nStep = pState->nRow;
161787 rc = rbuObjIterPrepareAll(p, &p->objiter, p->nStep);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c159098 int nStep; /* Rows processed for current object */
161092 p->nStep = (pState ? pState->nRow : 0);
161513 RBU_STATE_ROW, p->nStep,
161558 p->nStep++;
161562 p->nStep = 0;
161594 if( p->nStep>=p->nFrame ){
161614 RbuFrame *pFrame = &p->aFrame[p->nStep];
161616 p->nStep++;
161756 p->nStep = pState->nRow;
161757 rc = rbuObjIterPrepareAll(p, &p->objiter, p->nStep);
[all …]