Macro definitions for various function/variable attributes. More...
Go to the source code of this file.
Macros | |
#define | AVUTIL_ATTRIBUTES_H |
#define | AV_GCC_VERSION_AT_LEAST(x, y) 0 |
#define | av_always_inline inline |
#define | av_noinline |
#define | av_pure |
#define | av_const |
#define | av_cold |
#define | av_flatten |
#define | attribute_deprecated |
#define | av_unused |
#define | av_used |
#define | av_alias |
#define | av_uninit(x) x |
#define | av_builtin_constant_p(x) 0 |
#define | av_printf_format(fmtpos, attrpos) |
#define | av_noreturn |
#define | AV_GCC_VERSION_AT_LEAST(x, y) 0 |
#define | av_always_inline inline |
#define | av_noinline |
#define | av_pure |
#define | av_const |
#define | av_cold |
#define | av_flatten |
#define | attribute_deprecated |
#define | av_unused |
#define | av_used |
Mark a variable as used and prevent the compiler from optimizing it away. More... | |
#define | av_alias |
#define | av_uninit(x) x |
#define | av_builtin_constant_p(x) 0 |
#define | av_printf_format(fmtpos, attrpos) |
#define | av_noreturn |
Macro definitions for various function/variable attributes.
Definition in file attributes.h.
#define attribute_deprecated |
#define attribute_deprecated |
Definition at line 76 of file attributes.h.
#define av_alias |
#define av_alias |
Definition at line 99 of file attributes.h.
#define av_always_inline inline |
#define av_always_inline inline |
Definition at line 40 of file attributes.h.
#define av_builtin_constant_p | ( | x | ) | 0 |
Referenced by cmp().
#define av_builtin_constant_p | ( | x | ) | 0 |
Definition at line 112 of file attributes.h.
#define av_cold |
Definition at line 64 of file attributes.h.
#define av_cold |
#define av_const |
Definition at line 58 of file attributes.h.
#define av_const |
#define av_flatten |
#define av_flatten |
Definition at line 70 of file attributes.h.
#define AV_GCC_VERSION_AT_LEAST | ( | x, | |
y | |||
) | 0 |
Definition at line 32 of file attributes.h.
#define AV_GCC_VERSION_AT_LEAST | ( | x, | |
y | |||
) | 0 |
#define av_noinline |
Definition at line 46 of file attributes.h.
#define av_noinline |
#define av_noreturn |
#define av_noreturn |
Definition at line 119 of file attributes.h.
#define av_printf_format | ( | fmtpos, | |
attrpos | |||
) |
#define av_printf_format | ( | fmtpos, | |
attrpos | |||
) |
Definition at line 113 of file attributes.h.
#define av_pure |
#define av_pure |
Definition at line 52 of file attributes.h.
#define av_uninit | ( | x | ) | x |
Definition at line 105 of file attributes.h.
#define av_uninit | ( | x | ) | x |
Referenced by apply_channel_coupling(), apply_window(), bfi_decode_frame(), decode_filter_coeffs(), decorrelate(), ea_read_packet(), encode_rgb_frame(), ff_h264_execute_ref_pic_marking(), ff_lpc_calc_coefs(), ff_msmpeg4_decode_block(), ff_seek_frame_binary(), ff_vp56_decode_frame(), main(), mpegps_read_packet(), mss2_decode_frame(), vp8_decode_frame(), and xwma_read_header().
#define av_unused |
Referenced by asf_build_simple_index(), asf_read_metadata(), av_file_map(), body(), count_frame_header(), decode_cabac_residual_internal(), decode_frame(), decode_i_frame(), estimate_timings(), ff_dlog_ref(), ff_faandct(), ff_get_video_buffer(), ff_h264_filter_mb(), ff_rtp_check_and_send_back_rr(), get_rac(), h264_handle_packet(), matroska_decode_buffer(), mov_read_hdlr(), nsv_parse_NSVf_header(), nsv_read_chunk(), p8idct(), pcm_decode_frame(), r3d_read_red1(), r3d_read_reda(), r3d_read_redv(), r3d_read_reos(), row_fdct(), show_filters(), and video_thread().
#define av_unused |
Definition at line 82 of file attributes.h.
#define av_used |
#define av_used |
Mark a variable as used and prevent the compiler from optimizing it away.
This is useful for variables accessed only from inline assembler without the compiler being aware.
Definition at line 93 of file attributes.h.
#define AVUTIL_ATTRIBUTES_H |