Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad_cmsis.c398 uint16_t lenPerMatLoop; in arm_dct4_q31() local
413 lenPerMatLoop = S->N >= 256U ? 256U : S->N; in arm_dct4_q31()
414 matCol = (uint8_t)(lenPerMatLoop / 16U); in arm_dct4_q31()
427 cosFact = &cosFact[lenPerMatLoop]; in arm_dct4_q31()
436 pbuff = &pbuff[lenPerMatLoop]; in arm_dct4_q31()
450 lenPerMatLoop = S->N >= 128U ? 128U : S->N; in arm_dct4_q31()
451 matCol = (uint8_t)(lenPerMatLoop / 8U); in arm_dct4_q31()
466 weights = &weights[lenPerMatLoop * 2U]; in arm_dct4_q31()
477 for (i = 0; i < lenPerMatLoop / 4U; i++) in arm_dct4_q31()
619 uint16_t lenPerMatLoop; in arm_dct4_q15() local
[all …]