Home
last modified time | relevance | path

Searched refs:all_anchors_ptr (Results 1 – 1 of 1) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DComputeAllAnchors.cpp49 T *all_anchors_ptr = all_anchors.data(); in compute_all_anchors() local
65 all_anchors_ptr[anchor_id * 4] = anchors_ptr[4 * a] + shift_x; in compute_all_anchors()
67 all_anchors_ptr[anchor_id * 4 + 1] = anchors_ptr[4 * a + 1] + shift_y; in compute_all_anchors()
69 all_anchors_ptr[anchor_id * 4 + 2] = anchors_ptr[4 * a + 2] + shift_x; in compute_all_anchors()
71 all_anchors_ptr[anchor_id * 4 + 3] = anchors_ptr[4 * a + 3] + shift_y; in compute_all_anchors()