FFmpeg
|
MIPS optimization for some libm functions. More...
Go to the source code of this file.
Macros | |
#define | lrintf(x) lrintf_mips(x) |
#define | HAVE_LRINTF 1 |
Functions | |
static av_always_inline av_const long int | lrintf_mips (float x) |
MIPS optimization for some libm functions.
Definition in file libm_mips.h.
#define lrintf | ( | x | ) | lrintf_mips(x) |
Definition at line 70 of file libm_mips.h.
Referenced by av_audio_convert(), avi_write_header(), biquad_init_coeffs(), bl_intrp(), build_basis(), build_filter(), config(), do_video_out(), draw_mandelbrot(), evrc_decode_frame(), ff_adx_calculate_coeffs(), ff_dither_alloc(), ff_faandct(), ff_faandct248(), ff_xvid_rate_control_init(), float_to_fixed24_c(), float_to_int16_one(), frame_erasure(), init_qexp(), jpeg2000_decode_tile(), make_bands(), mix_2_to_1_s16p_flt_c(), p8idct(), parse_ffconfig(), print_fps(), print_report(), quantize_c(), quantize_lpc_coefs(), quantize_triangular_ns(), sbr_make_f_derived(), sbr_make_f_master(), and swri_rematrix_init().
#define HAVE_LRINTF 1 |
Definition at line 72 of file libm_mips.h.
|
static |
Definition at line 56 of file libm_mips.h.