#include <float.h>
#include <limits.h>
#include "libavutil/opt.h"
#include "avcodec.h"
#include "config.h"
Go to the source code of this file.
Defines | |
#define | OFFSET(x) offsetof(AVCodecContext,x) |
#define | DEFAULT 0 |
#define | V AV_OPT_FLAG_VIDEO_PARAM |
#define | A AV_OPT_FLAG_AUDIO_PARAM |
#define | S AV_OPT_FLAG_SUBTITLE_PARAM |
#define | E AV_OPT_FLAG_ENCODING_PARAM |
#define | D AV_OPT_FLAG_DECODING_PARAM |
#define | AV_CODEC_DEFAULT_BITRATE 200*1000 |
#define | OFFSET(x) offsetof(AVCodecContext,x) |
#define | DEFAULT 0 |
#define | V AV_OPT_FLAG_VIDEO_PARAM |
#define | A AV_OPT_FLAG_AUDIO_PARAM |
#define | S AV_OPT_FLAG_SUBTITLE_PARAM |
#define | E AV_OPT_FLAG_ENCODING_PARAM |
#define | D AV_OPT_FLAG_DECODING_PARAM |
#define | AV_CODEC_DEFAULT_BITRATE 200*1000 |
Variables | |
static const AVOption | options [] |
#define A AV_OPT_FLAG_AUDIO_PARAM |
Definition at line 36 of file options_table.h.
#define A AV_OPT_FLAG_AUDIO_PARAM |
Referenced by add_hfyu_left_prediction_bgr32_c(), avg_no_rnd_vc1_chroma_mc8_c(), blend_slice(), config_input(), config_props(), decode_bgr_1(), decode_haar_block(), decode_image_block(), draw_frame(), draw_slice(), ff_h263_pred_motion(), find_and_decode_index(), getCoeff(), global_mv(), gmc1_c(), horizX1Filter(), idct(), init(), initFilter(), median_predict(), pred_16x8_motion(), pred_8x16_motion(), pred_motion(), pred_pskip_motion(), pred_spatial_direct_motion(), predictor_decode_mono(), put_no_rnd_vc1_chroma_mc4_c(), put_no_rnd_vc1_chroma_mc8_c(), restore_median(), restore_median_il(), rv30_decode_intra_types(), rv34_pred_mv(), rv34_pred_mv_b(), rv34_pred_mv_rv3(), rv40_decode_intra_types(), sbr_hf_assemble(), sub_left_prediction_bgr32(), vc1_pred_b_mv(), vc1_pred_mv(), vc1_pred_mv_intfr(), wmv2_pred_motion(), wv_unpack_mono(), wv_unpack_stereo(), and yuv2rgb_full_X_c_template().
#define AV_CODEC_DEFAULT_BITRATE 200*1000 |
Definition at line 41 of file options_table.h.
#define AV_CODEC_DEFAULT_BITRATE 200*1000 |
#define D AV_OPT_FLAG_DECODING_PARAM |
Definition at line 39 of file options_table.h.
#define D AV_OPT_FLAG_DECODING_PARAM |
#define DEFAULT 0 |
Definition at line 33 of file options_table.h.
#define DEFAULT 0 |
#define E AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 38 of file options_table.h.
#define E AV_OPT_FLAG_ENCODING_PARAM |
#define OFFSET | ( | x | ) | offsetof(AVCodecContext,x) |
Definition at line 32 of file options_table.h.
#define OFFSET | ( | x | ) | offsetof(AVCodecContext,x) |
#define S AV_OPT_FLAG_SUBTITLE_PARAM |
Definition at line 37 of file options_table.h.
#define S AV_OPT_FLAG_SUBTITLE_PARAM |
#define V AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 35 of file options_table.h.
#define V AV_OPT_FLAG_VIDEO_PARAM |
Referenced by altivec_uyvy_rgb32(), aura_decode_frame(), config_input(), config_props(), decode_frame(), draw_slice(), ff_yuv2packedX_altivec(), init(), nsv_parse_NSVf_header(), rgb24toyv12_c(), rv34_mc(), tm2_decode_blocks(), tm2_hi_res_block(), tm2_low_res_block(), tm2_med_res_block(), tm2_motion_block(), tm2_null_res_block(), tm2_still_block(), tm2_update_block(), vp6_adjust(), xan_decode_chroma(), yuv2422_1_c_template(), yuv2422_2_c_template(), yuv2422_X_c_template(), yuv2rgb48_1_c_template(), yuv2rgb48_2_c_template(), yuv2rgb48_X_c_template(), yuv2rgb_1_c_template(), yuv2rgb_2_c_template(), yuv2rgb_full_X_c_template(), and yuv2rgb_X_c_template().
Definition at line 43 of file options_table.h.