FFmpeg
|
Compatibility libm for table generation files. More...
#include <math.h>
Go to the source code of this file.
Macros | |
#define | cbrt ff_cbrt |
#define | rint ff_rint |
#define | llrint ff_llrint |
#define | lrint ff_lrint |
Functions | |
static double | ff_cbrt (double x) |
static double | ff_rint (double x) |
static long long | ff_llrint (double x) |
static long | ff_lrint (double x) |
Compatibility libm for table generation files.
Definition in file tablegen.h.
#define cbrt ff_cbrt |
Definition at line 35 of file tablegen.h.
Referenced by fade_gain(), ff_cbrt_tableinit(), filter_frame(), get_cbrt_h(), get_cbrt_h2(), mpegaudio_tableinit(), plot_channel(), and plot_freq().
#define rint ff_rint |
Definition at line 41 of file tablegen.h.
Referenced by config_input(), ff_llrint(), ff_lrint(), h264_metadata_filter(), idct248_ref(), and swri_noise_shaping_TMPL().
#define llrint ff_llrint |
Definition at line 47 of file tablegen.h.
#define lrint ff_lrint |
Definition at line 53 of file tablegen.h.
Referenced by b_func(), calc_input_response(), calc_persp_luts(), calculate_display_rect(), check_multiply3x3(), check_rgb2yuv(), comp_adjust(), compute_sin_and_cos(), config_input(), config_input_ref(), config_output(), create_filtergraph(), do_video_out(), draw_curves(), encode_block(), ff_audio_mix_set_matrix(), ff_hls_write_file_entry(), ff_mdct_init(), ff_vmafmotion_init(), fill_from_cache(), fill_gamma_table(), fill_xyztables(), filter_frame(), filter_frame16(), filter_frame8(), frame_size(), ftx(), g_func(), hls_window(), idct(), init(), main(), mov_read_smdm(), mov_write_gama_tag(), normalize_double(), output_segment_list(), precalc_coefs(), pulse_set_volume(), qscale2qlog(), r_func(), request_frame(), rgtc2_block_internal(), run_postproc(), set(), update_volume(), and vpx_init().
|
inlinestatic |
Definition at line 31 of file tablegen.h.
|
inlinestatic |
Definition at line 37 of file tablegen.h.
|
inlinestatic |
Definition at line 43 of file tablegen.h.
|
inlinestatic |
Definition at line 49 of file tablegen.h.