Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/cmsis_dsp/transform/src/
Drq15.c133 int scale_factor, const q15_t *input, const q15_t *ref, size_t length) in test_arm_rifft_q15() argument
157 output[index] = output[index] << scale_factor; in test_arm_rifft_q15()
Dcq15.c125 int scale_factor, const q15_t *input, const q15_t *ref, size_t length) in test_arm_cifft_q15() argument
153 scaled_ref[index] = ref[index] >> scale_factor; in test_arm_cifft_q15()
Dcq31.c124 int scale_factor, const q31_t *input, const q31_t *ref, size_t length) in test_arm_cifft_q31() argument
152 scaled_ref[index] = ref[index] >> scale_factor; in test_arm_cifft_q31()
Drq31.c117 int scale_factor, const q31_t *input, const q31_t *ref, size_t length) in test_arm_rifft_q31() argument
141 output[index] = output[index] << scale_factor; in test_arm_rifft_q31()