FFmpeg
|
#include <math.h>
#include "cbrt_data.h"
#include "libavutil/attributes.h"
#include "libavutil/libm.h"
Go to the source code of this file.
Functions | |
av_cold void | ff_cbrt_dbl_tableinit (double tmp_lut[TMP_LUT_SIZE]) |
Creates a LUT (of doubles) for the powers of the odd integers: tmp_lut[idx] will be set to (2 * idx + 1)^{4/3}. More... | |
Creates a LUT (of doubles) for the powers of the odd integers: tmp_lut[idx] will be set to (2 * idx + 1)^{4/3}.
Definition at line 31 of file cbrt_tablegen_common.c.
Referenced by ff_cbrt_tableinit().