|
ESP-IDF Firmware
Firmware architecture and call graph
|
#include "dspi_dotprod.h"Go to the source code of this file.
Functions | |
| esp_err_t | dspi_dotprod_off_s8_ansi (image2d_t *in_image, image2d_t *filter, int8_t *out_value, int count_x, int count_y, int shift, int8_t offset) |
| esp_err_t dspi_dotprod_off_s8_ansi | ( | image2d_t * | in_image, |
| image2d_t * | filter, | ||
| int8_t * | out_value, | ||
| int | count_x, | ||
| int | count_y, | ||
| int | shift, | ||
| int8_t | offset ) |
Definition at line 17 of file dspi_dotprod_off_s8_ansi.c.
References image2d_s::data, ESP_ERR_DSP_PARAM_OUTOFRANGE, ESP_OK, image2d_s::step_x, image2d_s::step_y, image2d_s::stride_x, image2d_s::stride_y, x, and y.