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