Go to the source code of this file.
Defines | |
#define | AV_GCC_VERSION_AT_LEAST(x, y) 0 |
#define | av_always_inline inline |
#define | av_cold |
#define | av_flatten |
#define | av_unused |
#define | av_uninit(x) x |
#define | av_builtin_constant_p(x) 0 |
Definition in file attributes.h.
#define av_always_inline inline |
Definition at line 39 of file attributes.h.
#define av_builtin_constant_p | ( | x | ) | 0 |
#define av_cold |
Definition at line 71 of file attributes.h.
#define av_flatten |
Definition at line 79 of file attributes.h.
#define AV_GCC_VERSION_AT_LEAST | ( | x, | |||
y | ) | 0 |
Definition at line 32 of file attributes.h.
#define av_uninit | ( | x | ) | x |
Definition at line 103 of file attributes.h.
Referenced by av_seek_frame_binary(), bfi_decode_frame(), decode_subframe_fixed(), doVertLowPass_altivec(), ea_read_packet(), ff_h264_execute_ref_pic_marking(), ff_lpc_calc_coefs(), ff_msmpeg4_decode_block(), main(), mpegps_read_packet(), msrle_decode_8_16_24_32(), PREFIX_h264_chroma_mc8_altivec(), PREFIX_no_rnd_vc1_chroma_mc8_altivec(), qtrle_encode_line(), unpack(), and vp56_decode_frame().
#define av_unused |
Definition at line 95 of file attributes.h.
Referenced by asf_build_simple_index(), body(), decode_cabac_residual_internal(), decode_i_frame(), ff_faandct(), ff_fft_init(), ff_h264_filter_mb(), ff_imdct_half_sse(), get_cabac_inline(), get_rac(), p8idct(), pred4x4_down_left_svq3_c(), row_fdct(), sha256_transform(), and show_filters().