Searched refs:pATable (Results 1 – 3 of 3) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_rfft_q31.c | 38 const q31_t * pATable, 46 const q31_t * pATable, 149 const q31_t *pATable, in arm_split_rfft_q31() argument 165 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q31() 206 const q31_t * pATable, in arm_split_rfft_q31() argument 219 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q31() 306 const q31_t * pATable, in arm_split_rifft_q31() argument 321 pCoefA = &pATable[0]; in arm_split_rifft_q31() 360 const q31_t * pATable, in arm_split_rifft_q31() argument 370 pCoefA = &pATable[0]; in arm_split_rifft_q31()
|
D | arm_rfft_f32.c | 57 const float32_t * pATable, 65 const float32_t * pATable, 157 const float32_t * pATable, in arm_split_rfft_f32() argument 170 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_f32() 253 const float32_t * pATable, in arm_split_rifft_f32() argument 263 pCoefA = &pATable[0]; in arm_split_rifft_f32()
|
D | arm_rfft_q15.c | 38 const q15_t * pATable, 46 const q15_t * pATable, 150 const q15_t * pATable, in arm_split_rfft_q15() argument 170 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q15() 213 const q15_t * pATable, in arm_split_rfft_q15() argument 227 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q15() 376 const q15_t * pATable, in arm_split_rifft_q15() argument 397 pCoefA = &pATable[0]; in arm_split_rifft_q15() 433 const q15_t * pATable, in arm_split_rifft_q15() argument 444 pCoefA = &pATable[0]; in arm_split_rifft_q15()
|