openshot-audio  0.1.6
Classes | Functions
smallft.h File Reference
#include "../../codec.h"

Go to the source code of this file.

Classes

struct  drft_lookup
 

Functions

void drft_forward (drft_lookup *l, float *data)
 
void drft_backward (drft_lookup *l, float *data)
 
void drft_init (drft_lookup *l, int n)
 
void drft_clear (drft_lookup *l)
 

Function Documentation

◆ drft_backward()

void drft_backward ( drft_lookup l,
float *  data 
)

◆ drft_clear()

void drft_clear ( drft_lookup l)

◆ drft_forward()

void drft_forward ( drft_lookup l,
float *  data 
)

◆ drft_init()

void drft_init ( drft_lookup l,
int  n 
)