openshot-audio  0.1.6
Functions
smallft.c File Reference
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "smallft.h"
#include "os.h"
#include "misc.h"

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 
)