Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_dct4_f32.c134 …float32_t *pS1, *pS2, *pbuff; /* Temporary pointers for input buffer and pState b… in arm_dct4_f32() local
170 pS1 = pState; in arm_dct4_f32()
190 *pS1++ = *pbuff++; in arm_dct4_f32()
194 *pS1++ = *pbuff++; in arm_dct4_f32()
197 *pS1++ = *pbuff++; in arm_dct4_f32()
200 *pS1++ = *pbuff++; in arm_dct4_f32()
211 pS1 = pState; in arm_dct4_f32()
221 *pbuff++ = *pS1++; in arm_dct4_f32()
222 *pbuff++ = *pS1++; in arm_dct4_f32()
223 *pbuff++ = *pS1++; in arm_dct4_f32()
[all …]
Darm_dct4_q15.c58 …q15_t *pS1, *pS2, *pbuff; /* Temporary pointers for input buffer and pState b… in arm_dct4_q15() local
94 pS1 = pState; in arm_dct4_q15()
114 *pS1++ = *pbuff++; in arm_dct4_q15()
118 *pS1++ = *pbuff++; in arm_dct4_q15()
121 *pS1++ = *pbuff++; in arm_dct4_q15()
124 *pS1++ = *pbuff++; in arm_dct4_q15()
135 pS1 = pState; in arm_dct4_q15()
145 *pbuff++ = *pS1++; in arm_dct4_q15()
146 *pbuff++ = *pS1++; in arm_dct4_q15()
147 *pbuff++ = *pS1++; in arm_dct4_q15()
[all …]
Darm_dct4_q31.c61 …q31_t *pS1, *pS2, *pbuff; /* Temporary pointers for input buffer and pState b… in arm_dct4_q31() local
97 pS1 = pState; in arm_dct4_q31()
117 *pS1++ = *pbuff++; in arm_dct4_q31()
121 *pS1++ = *pbuff++; in arm_dct4_q31()
124 *pS1++ = *pbuff++; in arm_dct4_q31()
127 *pS1++ = *pbuff++; in arm_dct4_q31()
138 pS1 = pState; in arm_dct4_q31()
148 *pbuff++ = *pS1++; in arm_dct4_q31()
149 *pbuff++ = *pS1++; in arm_dct4_q31()
150 *pbuff++ = *pS1++; in arm_dct4_q31()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad_cmsis.c391 q31_t *pS1, *pbuff; /* Temporary pointers for input buffer and pState buffer */ in arm_dct4_q31() local
500 pS1 = pState; in arm_dct4_q31()
503 in = (q31_t)(float)((float)*pS1 / 1.41421356237f); in arm_dct4_q31()
505 pS1 = &pS1[2]; in arm_dct4_q31()
507 in = *pS1 - in; in arm_dct4_q31()
509 pS1 = &pS1[2]; in arm_dct4_q31()
511 in = *pS1 - in; in arm_dct4_q31()
513 pS1 = &pS1[2]; in arm_dct4_q31()
515 in = *pS1 - in; in arm_dct4_q31()
517 pS1 = &pS1[2]; in arm_dct4_q31()
[all …]