Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad_cmsis.c393 const q31_t *cosFact; in arm_dct4_q31() local
416 cosFact = S->pCosFactor; in arm_dct4_q31()
426 … PQ_MatrixScale(POWERQUAD, length, 2.0f / 2147483648.0f, cosFact, (void *)(uint32_t *)0xE0000000U); in arm_dct4_q31()
427 cosFact = &cosFact[lenPerMatLoop]; in arm_dct4_q31()
614 const q15_t *cosFact; in arm_dct4_q15() local
637 cosFact = S->pCosFactor; in arm_dct4_q15()
647 … PQ_MatrixScale(POWERQUAD, length, 2.0f / 2147483648.0f, cosFact, (void *)(uint32_t *)0xE0000000U); in arm_dct4_q15()
648 cosFact = &cosFact[2U * lenPerMatLoop]; in arm_dct4_q15()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_dct4_f32.c133 const float32_t *cosFact = S->pCosFactor; /* Pointer to the cos factors table */ in arm_dct4_f32() local
161 arm_mult_f32(pInlineBuffer, cosFact, pInlineBuffer, S->N); in arm_dct4_f32()
Darm_dct4_q15.c57 const q15_t *cosFact = S->pCosFactor; /* Pointer to the cos factors table */ in arm_dct4_q15() local
84 arm_mult_q15 (pInlineBuffer, cosFact, pInlineBuffer, S->N); in arm_dct4_q15()
Darm_dct4_q31.c60 const q31_t *cosFact = S->pCosFactor; /* Pointer to the cos factors table */ in arm_dct4_q31() local
87 arm_mult_q31 (pInlineBuffer, cosFact, pInlineBuffer, S->N); in arm_dct4_q31()