Searched refs:scale_factor (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/transform/src/ |
D | rq15.c | 133 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()
|
D | cq15.c | 125 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()
|
D | cq31.c | 124 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()
|
D | rq31.c | 117 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()
|