|
ESP-IDF Firmware
Firmware architecture and call graph
|
#include "dsps_add.h"Go to the source code of this file.
Functions | |
| esp_err_t | dsps_add_s16_ansi (const int16_t *input1, const int16_t *input2, int16_t *output, int len, int step1, int step2, int step_out, int shift) |
| esp_err_t dsps_add_s16_ansi | ( | const int16_t * | input1, |
| const int16_t * | input2, | ||
| int16_t * | output, | ||
| int | len, | ||
| int | step1, | ||
| int | step2, | ||
| int | step_out, | ||
| int | shift ) |
Definition at line 10 of file dsps_add_s16_ansi.c.
References ESP_ERR_DSP_PARAM_OUTOFRANGE, and ESP_OK.