LIBML
Version 3.2.4
LIBML DSP Software Library
|
#include "ref_math.h"
Functions | |
void | tpt_add_u8_u16 (uint16_t *__restrict aOutData, uint8_t *__restrict aInDataA, uint8_t *__restrict aInDataB, uint32_t aCount) |
Addition of U8 vectors. More... | |
void tpt_add_u8_u16 | ( | uint16_t *__restrict | aOutData, |
uint8_t *__restrict | aInDataA, | ||
uint8_t *__restrict | aInDataB, | ||
uint32_t | aCount | ||
) |
Addition of U8 vectors.
aOutData | points to the first input vector. |
aInDataA | points to the second input vector. |
aInDataB | points to the output vector. |
aCount | size of the vectors. |