Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/
Darm_boolean_distance_template.h103 const uint8_t *pA8 = (const uint8_t *) pA; in FUNC() local
112 uint8x16_t vecA = vld1q((const uint8_t *) pA8); in FUNC()
136 pA8 += 16; in FUNC()
142 pA = (const uint32_t *)pA8; in FUNC()