|
| flt32_t | nrf_dsp_tss_f32 (const flt32_t *p_input, uint16_t num, nrf_dsp_stat_ctx_f32_t *p_ctx) |
| | Calculate Total Sum of Squares of values of a floating-point vector.
|
| |
| flt32_t | nrf_dsp_tss_f32_s (const flt32_t *p_input, uint16_t num, size32_t stride, nrf_dsp_stat_ctx_f32_t *p_ctx) |
| | Calculate Total Sum of Squares value of a floating-point vector using values in increments of 'stride'.
|
| |
| uint32_t | nrf_dsp_tss_i8 (const int8_t *p_input, uint16_t num, nrf_dsp_stat_ctx_i8_t *p_ctx) |
| | Calculate Total Sum of Squares value of a INT8 fixed-point vector.
|
| |
| uint32_t | nrf_dsp_tss_i8_s (const int8_t *p_input, uint16_t num, size32_t stride, nrf_dsp_stat_ctx_i8_t *p_ctx) |
| | Calculate Total Sum of Squares value of a INT8 fixed-point vector using values in increments of 'stride'.
|
| |
| uint64_t | nrf_dsp_tss_i16 (const int16_t *p_input, uint16_t num, nrf_dsp_stat_ctx_i16_t *p_ctx) |
| | Calculate Total Sum of Squares value of a INT16 fixed-point vector.
|
| |
| uint64_t | nrf_dsp_tss_i16_s (const int16_t *p_input, uint16_t num, size32_t stride, nrf_dsp_stat_ctx_i16_t *p_ctx) |
| | Calculate Total Sum of Squares value of a INT16 fixed-point vector using values in increments of 'stride'.
|
| |