21#ifndef AVCODEC_CBRT_DATA_H
22#define AVCODEC_CBRT_DATA_H
26#define LUT_SIZE (1 << 13)
30#define BUILD_TABLES !CONFIG_HARDCODED_TABLES
34#define ff_cbrt_tableinit_fixed()
35#define ff_cbrt_tableinit()
42#define TMP_LUT_SIZE (LUT_SIZE / 2)
51 double tmp[TMP_LUT_SIZE];
52} ff_cbrt_tab_internal, ff_cbrt_tab_internal_fixed;
54#define ff_cbrt_tab ff_cbrt_tab_internal.cbrt_tab
55#define ff_cbrt_tab_fixed ff_cbrt_tab_internal_fixed.cbrt_tab
const uint32_t ff_cbrt_tab_fixed[LUT_SIZE]
#define ff_cbrt_tableinit()
#define ff_cbrt_tableinit_fixed()
const uint32_t ff_cbrt_tab[LUT_SIZE]
av_cold void ff_cbrt_dbl_tableinit(double tmp_lut[TMP_LUT_SIZE])