openshot-audio  0.1.7
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

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