#include <stdint.h>
#include <math.h>
Go to the source code of this file.
Functions | |
static void | cbrt_tableinit (void) |
Variables | |
static uint32_t | cbrt_tab [1<< 13] |
static void cbrt_tableinit | ( | void | ) | [static] |
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().