#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
Go to the source code of this file.
Defines | |
#define | FASTDIV FASTDIV |
#define | av_clipl_int32 av_clipl_int32_arm |
Functions | |
static av_always_inline av_const int | FASTDIV (int a, int b) |
static av_always_inline av_const int32_t | av_clipl_int32_arm (int64_t a) |
#define av_clipl_int32 av_clipl_int32_arm |
Definition at line 100 of file intmath.h.
Referenced by acb_search(), av_audio_convert(), comp_autocorr(), comp_harmonic_coeff(), comp_interp_index(), comp_ppf_coeff(), comp_ppf_gains(), estimate_pitch(), filter_samples(), formant_postfilter(), gain_scale(), gen_acb_excitation(), get_fcb_param(), harmonic_filter(), harmonic_noise_sub(), highpass_filter(), levinson_durbin(), lpc2lsp(), lsp2lpc(), sub_acb_contrib(), synth_percept_filter(), and transcode_audio().
#define FASTDIV FASTDIV |
Definition at line 89 of file intmath.h.
Referenced by decode_blockcode(), ff_mpeg4_pred_dc(), ff_sqrt(), find_optimal_param(), get_dc(), lag_get_rac(), mpeg4_decode_block(), msmpeg4_pred_dc(), unpack_bitstream(), and vorbis_residue_decode_internal().
static av_always_inline av_const int32_t av_clipl_int32_arm | ( | int64_t | a | ) | [static] |