![]() |
LIBML
Version 3.2.4
LIBML DSP Software Library
|
#include "tpt_math.h"
Functions | |
| static uint32_t | sat_u32_to_u8 (q31_t src) |
| Shifts the elements of a U8 vector a specified number of bits. More... | |
| void | tpt_shift_u8 (uint8_t *__restrict aOutData, const uint8_t *__restrict aInData, int8_t aShiftBits, uint32_t aCount) |
| Shifts the elements of a U8 vector a specified number of bits. More... | |
|
inlinestatic |
Shifts the elements of a U8 vector a specified number of bits.
| [out] | aOutData | points to the output vector |
| [in] | aInData | points to the input vector |
| [in] | aShiftBits | number of bits to shift. A positive value shifts left; a negative value shifts right |
| [in] | aCount | number of samples in each vector |