Go to the source code of this file.
|
void | ne10_fir_float_c (const ne10_fir_instance_f32_t *S, ne10_float32_t *pSrc, ne10_float32_t *pDst, ne10_uint32_t blockSize) |
| Specific implementation of ne10_fir_float using plain C. More...
|
|
void | ne10_fir_decimate_float_c (const ne10_fir_decimate_instance_f32_t *S, ne10_float32_t *pSrc, ne10_float32_t *pDst, ne10_uint32_t blockSize) |
| Specific implementation of ne10_fir_decimate_float using plain C. More...
|
|
void | ne10_fir_interpolate_float_c (const ne10_fir_interpolate_instance_f32_t *S, ne10_float32_t *pSrc, ne10_float32_t *pDst, ne10_uint32_t blockSize) |
| Specific implementation of ne10_fir_interpolate_float using plain C. More...
|
|
void | ne10_fir_lattice_float_c (const ne10_fir_lattice_instance_f32_t *S, ne10_float32_t *pSrc, ne10_float32_t *pDst, ne10_uint32_t blockSize) |
| Specific implementation of ne10_fir_lattice_float using plain C. More...
|
|
void | ne10_fir_sparse_float_c (ne10_fir_sparse_instance_f32_t *S, ne10_float32_t *pSrc, ne10_float32_t *pDst, ne10_float32_t *pScratchIn, ne10_uint32_t blockSize) |
| Specific implementation of ne10_fir_sparse_float using plain C. More...
|
|