Home
last modified time | relevance | path

Searched defs:phase_value (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/
DNEHOGDescriptorKernel.cpp114 … const float phase_value = *(phase_row_ptr + xc + yc * phase_stride) * phase_scale + 0.5f; in cell_width_lt8() local
279 … const float phase_value = *(phase_row_ptr + xc + yc * phase_stride) * phase_scale + 0.5f; in cell_width_ge8() local
/external/ComputeLibrary/tests/validation/reference/
DHOGDescriptor.cpp55 const float phase_value = phase[(row_idx + xc)] * phase_scale + 0.5f; in hog_orientation_compute() local