FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
imdct15.h File Reference
#include <stddef.h>
#include "fft.h"

Go to the source code of this file.

Data Structures

struct  IMDCT15Context
 

Functions

int ff_imdct15_init (IMDCT15Context **s, int N)
 Init an iMDCT of the length 2 * 15 * (2^N) More...
 
void ff_imdct15_uninit (IMDCT15Context **s)
 Free an iMDCT. More...
 

Function Documentation

int ff_imdct15_init ( IMDCT15Context **  s,
int  N 
)

Init an iMDCT of the length 2 * 15 * (2^N)

Definition at line 98 of file imdct15.c.

Referenced by aac_decode_init(), and ff_celt_init().

void ff_imdct15_uninit ( IMDCT15Context **  s)

Free an iMDCT.

Definition at line 47 of file imdct15.c.

Referenced by aac_decode_close(), ff_celt_free(), and ff_imdct15_init().