Home
last modified time | relevance | path

Searched defs:phase_scale (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLHOGDescriptorKernel.cpp66 …float phase_scale = (PhaseType::SIGNED == hog_info->phase_type() ? hog_info->num_bins() / 360.0f :… in configure() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEHOGDescriptorKernel.cpp43 …de, size_t phase_stride, size_t cell_width, size_t cell_height, size_t num_bins, float phase_scale) in cell_width_lt8()
131 size_t cell_height, size_t num_bins, float phase_scale) in cell_width_ge8()
/external/ComputeLibrary/tests/validation/reference/
DHOGDescriptor.cpp46 …float phase_scale = (PhaseType::SIGNED == hog_info.phase_type() ? num_bins / 360.0f : num_bins / 1… in hog_orientation_compute() local