Home
last modified time | relevance | path

Searched refs:ppBuffers (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/cudalegacy/src/
Dinterpolate_frames.cpp100 state.ppBuffers[0] = occ0.ptr<Ncv32f>(); in interpolateFrames()
101 state.ppBuffers[1] = occ1.ptr<Ncv32f>(); in interpolateFrames()
102 state.ppBuffers[2] = fui.ptr<Ncv32f>(); in interpolateFrames()
103 state.ppBuffers[3] = fvi.ptr<Ncv32f>(); in interpolateFrames()
104 state.ppBuffers[4] = bui.ptr<Ncv32f>(); in interpolateFrames()
105 state.ppBuffers[5] = bvi.ptr<Ncv32f>(); in interpolateFrames()
/external/opencv3/samples/gpu/
Dopticalflow_nvidia_api.cpp548 state.ppBuffers[0] = occ0.ptr (); in main()
549 state.ppBuffers[1] = occ1.ptr (); in main()
550 state.ppBuffers[2] = ui.ptr (); in main()
551 state.ppBuffers[3] = vi.ptr (); in main()
552 state.ppBuffers[4] = ubi.ptr (); in main()
553 state.ppBuffers[5] = vbi.ptr (); in main()
/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu2018 pState->ppBuffers[0] != 0 && in nppiStInterpolateFrames()
2019 pState->ppBuffers[1] != 0 && in nppiStInterpolateFrames()
2020 pState->ppBuffers[2] != 0 && in nppiStInterpolateFrames()
2021 pState->ppBuffers[3] != 0 && in nppiStInterpolateFrames()
2022 pState->ppBuffers[4] != 0 && in nppiStInterpolateFrames()
2023 pState->ppBuffers[5] != 0, NPPST_NULL_POINTER_ERROR); in nppiStInterpolateFrames()
2034 Ncv32f *cov0 = pState->ppBuffers[0]; in nppiStInterpolateFrames()
2035 Ncv32f *cov1 = pState->ppBuffers[1]; in nppiStInterpolateFrames()
2036 Ncv32f *fwdU = pState->ppBuffers[2]; // forward u in nppiStInterpolateFrames()
2037 Ncv32f *fwdV = pState->ppBuffers[3]; // forward v in nppiStInterpolateFrames()
[all …]
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNPP_staging.hpp126 Ncv32f *ppBuffers[6]; ///< temporary buffers member