Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/DistanceFunctions/
Darm_boolean_distance_template.h119 const uint8_t *pA8 = (const uint8_t *) pA; in FUNC() local
128 uint8x16_t vecA = vld1q((const uint8_t *) pA8); in FUNC()
152 pA8 += 16; in FUNC()
158 pA = (const uint32_t *)pA8; in FUNC()