Searched refs:_map_histogram_kernel (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEEqualizeHistogram.cpp | 42 …: _histogram_kernel(), _cd_histogram_kernel(), _map_histogram_kernel(), _hist(nr_bins, 0, max_rang… in NEEqualizeHistogram() 55 _map_histogram_kernel = arm_compute::support::cpp14::make_unique<NETableLookupKernel>(); in configure() 60 _map_histogram_kernel->configure(input, &_cd_lut, output); in configure() 72 NEScheduler::get().schedule(_map_histogram_kernel.get(), Window::DimY); in run()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLEqualizeHistogram.cpp | 91 _map_histogram_kernel(support::cpp14::make_unique<CLTableLookupKernel>()), in CLEqualizeHistogram() 109 _map_histogram_kernel->configure(compile_context, input, &_cd_lut, output); in configure() 124 CLScheduler::get().enqueue(*_map_histogram_kernel); in run()
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLEqualizeHistogram.h | 82 …std::unique_ptr<CLTableLookupKernel> _map_histogram_kernel; /**< Kernel that maps the input… variable
|
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
D | NEEqualizeHistogram.h | 81 …std::unique_ptr<NETableLookupKernel> _map_histogram_kernel; /**< Kernel that maps th… variable
|