cbrt_tablegen.h File Reference
#include <stdint.h>
#include <math.h>
Include dependency graph for cbrt_tablegen.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void cbrt_tableinit (void)
 

Variables

static uint32_t cbrt_tab [1<< 13]
 

Function Documentation

static void cbrt_tableinit ( void  )
static

Definition at line 35 of file cbrt_tablegen.h.

Referenced by aac_decode_init(), and main().

Variable Documentation

uint32_t cbrt_tab[1<< 13]
static

Definition at line 33 of file cbrt_tablegen.h.

Referenced by cbrt_tableinit(), decode_spectrum_and_dequant(), and main().