FFmpeg
Loading...
Searching...
No Matches
cbrt_data.h File Reference
#include <stdint.h>
#include "config.h"

Go to the source code of this file.

Macros

#define LUT_SIZE   (1 << 13)
 
#define BUILD_TABLES   !CONFIG_HARDCODED_TABLES
 
#define ff_cbrt_tableinit_fixed()
 
#define ff_cbrt_tableinit()
 

Variables

const uint32_t ff_cbrt_tab [LUT_SIZE]
 
const uint32_t ff_cbrt_tab_fixed [LUT_SIZE]
 

Macro Definition Documentation

◆ LUT_SIZE

#define LUT_SIZE   (1 << 13)

Definition at line 26 of file cbrt_data.h.

◆ BUILD_TABLES

#define BUILD_TABLES   !CONFIG_HARDCODED_TABLES

Definition at line 30 of file cbrt_data.h.

◆ ff_cbrt_tableinit_fixed

#define ff_cbrt_tableinit_fixed ( )

Definition at line 34 of file cbrt_data.h.

Referenced by init_tables_fixed_fn().

◆ ff_cbrt_tableinit

#define ff_cbrt_tableinit ( void)

Definition at line 35 of file cbrt_data.h.

Referenced by ff_cbrt_tableinit(), init_tables_float_fn(), and main().

Variable Documentation

◆ ff_cbrt_tab

const uint32_t ff_cbrt_tab[LUT_SIZE]
extern

◆ ff_cbrt_tab_fixed

const uint32_t ff_cbrt_tab_fixed[LUT_SIZE]
extern

Referenced by main(), and vector_pow43().