LIBML  Version 3.2.4
LIBML DSP Software Library
Functions
tpt_cfft_shift_q15.c File Reference
#include "tpt_math.h"
Include dependency graph for tpt_cfft_shift_q15.c:

Functions

static void cfft_radix4_by_2_butterfly_top_q15 (q15_t *aInPlace0, q15_t *aInPlace1, q15_t *aInPlace2, q15_t *aInPlace3, size_t aShiftAmount)
 
static void cfft_radix4_by_2_butterfly_bot_q15 (q15_t *aInPlace0, q15_t *aInPlace1, q15_t *aInPlace2, q15_t *aInPlace3, size_t aShiftAmount)
 
static void cfft_radix4_by_2_twiddle_q15 (q15_t *aInPlace0, q15_t *aInPlace1, q31_t aCosVal, q31_t aSinVal, size_t aShiftAmount)
 
static void tpt_cfft_radix4_by_2_q15 (q15_t *aInPlace, size_t aLogN, bool aDoShift)
 
void tpt_cfft_shift_q15 (q15_t *aInPlace, size_t aLogN, bool aDoShift)
 
static void icfft_radix4_by_2_butterfly_top_q15 (q15_t *aInPlace0, q15_t *aInPlace1, q15_t *aInPlace2, q15_t *aInPlace3, size_t aShiftAmount)
 
static void icfft_radix4_by_2_butterfly_bot_q15 (q15_t *aInPlace0, q15_t *aInPlace1, q15_t *aInPlace2, q15_t *aInPlace3, size_t aShiftAmount)
 
static void icfft_radix4_by_2_twiddle_q15 (q15_t *aInPlace0, q15_t *aInPlace1, q31_t aCosVal, q31_t aSinVal, size_t aShiftAmount)
 
static void tpt_icfft_radix4_by_2_q15 (q15_t *aInPlace, size_t aLogN, bool aDoShift)
 
void tpt_icfft_shift_q15 (q15_t *aInPlace, size_t aLogN, bool aDoShift)
 

Function Documentation

◆ cfft_radix4_by_2_butterfly_bot_q15()

static void cfft_radix4_by_2_butterfly_bot_q15 ( q15_t aInPlace0,
q15_t aInPlace1,
q15_t aInPlace2,
q15_t aInPlace3,
size_t  aShiftAmount 
)
inlinestatic

◆ cfft_radix4_by_2_butterfly_top_q15()

static void cfft_radix4_by_2_butterfly_top_q15 ( q15_t aInPlace0,
q15_t aInPlace1,
q15_t aInPlace2,
q15_t aInPlace3,
size_t  aShiftAmount 
)
inlinestatic

◆ cfft_radix4_by_2_twiddle_q15()

static void cfft_radix4_by_2_twiddle_q15 ( q15_t aInPlace0,
q15_t aInPlace1,
q31_t  aCosVal,
q31_t  aSinVal,
size_t  aShiftAmount 
)
inlinestatic

◆ icfft_radix4_by_2_butterfly_bot_q15()

static void icfft_radix4_by_2_butterfly_bot_q15 ( q15_t aInPlace0,
q15_t aInPlace1,
q15_t aInPlace2,
q15_t aInPlace3,
size_t  aShiftAmount 
)
inlinestatic

◆ icfft_radix4_by_2_butterfly_top_q15()

static void icfft_radix4_by_2_butterfly_top_q15 ( q15_t aInPlace0,
q15_t aInPlace1,
q15_t aInPlace2,
q15_t aInPlace3,
size_t  aShiftAmount 
)
inlinestatic

◆ icfft_radix4_by_2_twiddle_q15()

static void icfft_radix4_by_2_twiddle_q15 ( q15_t aInPlace0,
q15_t aInPlace1,
q31_t  aCosVal,
q31_t  aSinVal,
size_t  aShiftAmount 
)
inlinestatic

◆ tpt_cfft_radix4_by_2_q15()

static void tpt_cfft_radix4_by_2_q15 ( q15_t aInPlace,
size_t  aLogN,
bool  aDoShift 
)
inlinestatic

◆ tpt_cfft_shift_q15()

void tpt_cfft_shift_q15 ( q15_t aInPlace,
size_t  aLogN,
bool  aDoShift 
)

◆ tpt_icfft_radix4_by_2_q15()

static void tpt_icfft_radix4_by_2_q15 ( q15_t aInPlace,
size_t  aLogN,
bool  aDoShift 
)
inlinestatic

◆ tpt_icfft_shift_q15()

void tpt_icfft_shift_q15 ( q15_t aInPlace,
size_t  aLogN,
bool  aDoShift 
)