Home
last modified time | relevance | path

Searched defs:pyramid_info (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEGaussianPyramid.cpp85 PyramidInfo pyramid_info(num_levels - 1, SCALE_PYRAMID_HALF, tensor_shape, Format::S16); in configure() local
172 …PyramidInfo pyramid_info(num_levels - 1, SCALE_PYRAMID_ORB, pyramid->info()->tensor_shape(), Forma… in configure() local
DNELaplacianPyramid.cpp89 PyramidInfo pyramid_info; in configure() local
DNELaplacianReconstruct.cpp63 PyramidInfo pyramid_info; in configure() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLGaussianPyramid.cpp98 PyramidInfo pyramid_info(num_levels - 1, SCALE_PYRAMID_HALF, tensor_shape, Format::U16); in configure() local
178 …PyramidInfo pyramid_info(num_levels - 1, SCALE_PYRAMID_ORB, pyramid->info()->tensor_shape(), Forma… in configure() local
DCLLaplacianPyramid.cpp71 PyramidInfo pyramid_info; in configure() local
DCLLaplacianReconstruct.cpp67 PyramidInfo pyramid_info; in configure() local
/external/ComputeLibrary/examples/
Dneon_opticalflow.cpp99 …PyramidInfo pyramid_info(num_levels, SCALE_PYRAMID_HALF, src_1st.info()->tensor_shape(), src_1st.i… in do_setup() local