#include <inttypes.h>

Go to the source code of this file.
Defines | |
| #define | M_PI 3.14159265358979323846 |
| #define | always_inline inline |
| #define | attribute_used |
| #define | attribute_unused |
| #define | INT16_MIN (-0x7fff-1) |
| #define | INT16_MAX 0x7fff |
| #define | INT64_MIN (-0x7fffffffffffffffLL-1) |
| #define | INT64_MAX int64_t_C(9223372036854775807) |
| #define | UINT64_MAX uint64_t_C(0xFFFFFFFFFFFFFFFF) |
| #define | INT_BIT 64 |
| #define | int64_t_C(c) (c ## LL) |
| #define | uint64_t_C(c) (c ## ULL) |
| #define attribute_unused |
| #define INT64_MAX int64_t_C(9223372036854775807) |
| #define INT64_MIN (-0x7fffffffffffffffLL-1) |
| #define INT_BIT 64 |
Definition at line 139 of file common.h.
Referenced by h263_decode_motion(), and mpeg_decode_motion().
| #define M_PI 3.14159265358979323846 |
Definition at line 14 of file common.h.
Referenced by a52_imdct_init(), AC3_encode_init(), BC_Pot::angle_to_coords(), audio_encode_example(), av_build_filter(), Resample_float::blackman(), Resample::blackman(), calc_undistorted_coords(), BC_Pot::coords_to_angle(), RotateEngine::create_matrix(), decode_init(), MaskUnit::do_feather(), FFT::do_fft(), MotionMain::draw_vectors(), evalPrimary(), ff_fft_init(), ff_mdct_init(), fft_init(), fft_ref_init(), foveon_make_curve(), ParametricEQ::gauss(), PaletteWheel::get_angle(), BlurEngine::get_constants(), Synth::get_oscillator_point(), get_qscale(), SynthPhaseSine::handle_event(), SynthLevelSine::handle_event(), GradientMain::handle_opengl(), BurnMain::HSItoRGB(), idct248_ref(), imdct_ref(), Decimate::init_fdct(), init_layer3(), mdct_ref(), mpeg3_new_decode_tables(), open_audio(), polar_to_cartesian(), Units::polar_to_xy(), LinearBlurMain::process_buffer(), ReverbEngine::process_overlay(), WhirlUnit::process_package(), WaveUnit::process_package(), TimeFrontUnit::process_package(), GradientUnit::process_package(), BC_Pan::rdtoxy(), AffineEngine::rotate(), RotateScan::scan_frame(), CrossfadeFFT::set_oversample(), PitchEngine::signal_process_oversample(), PitchFFT::signal_process_oversample(), Synth::solve_eqn(), PaletteWheel::torads(), wma_decode_init(), wma_lsp_to_curve_init(), and Units::xy_to_polar().
1.5.5