![]() |
LIBML
Version 3.2.4
LIBML DSP Software Library
|
#include "tpt_math.h"
Macros | |
#define | Q7_MAX (q7_t)0x7F |
U8 vector subtraction. More... | |
#define | Q7_MIN (q7_t)0x80 |
Functions | |
static q31_t | sat_q31_to_q7 (q31_t src) |
void | tpt_sub_u8_q7 (q7_t *__restrict aOutData, const uint8_t *__restrict aInDataA, const uint8_t *__restrict aInDataB, uint32_t aCount) |
U8 vector subtraction. More... | |