Home
last modified time | relevance | path

Searched defs:old_pyramid (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/runtime/CL/functions/
DCLOpticalFlow.cpp63 void CLOpticalFlow::configure(const CLPyramid *old_pyramid, const CLPyramid *new_pyramid, in configure()
72 void CLOpticalFlow::configure(const CLCompileContext &compile_context, const CLPyramid *old_pyramid in configure()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEOpticalFlow.cpp58 void NEOpticalFlow::configure(const Pyramid *old_pyramid, const Pyramid *new_pyramid, const IKeyPoi… in configure()
/external/ComputeLibrary/tests/validation/fixtures/
DOpticalFlowFixture.h101 PyramidType old_pyramid = create_pyramid<PyramidType>(pyramid_info); in compute_target() local
/external/ComputeLibrary/tests/validation/reference/
DOpticalFlow.cpp265 …std::vector<SimpleTensor<T>> old_pyramid = gaussian_pyramid_half(old_input, border_mode, constant_… in optical_flow() local