Lines Matching defs:AV1EncoderConfig
925 typedef struct AV1EncoderConfig { struct
928 InputCfg input_cfg;
931 FrameDimensionCfg frm_dim_cfg;
937 AlgoCfg algo_cfg;
942 KeyFrameCfg kf_cfg;
947 RateControlCfg rc_cfg;
951 QuantizationCfg q_cfg;
954 ResizeCfg resize_cfg;
957 SuperResCfg superres_cfg;
964 aom_fixed_buf_t twopass_stats_in;
968 ToolCfg tool_cfg;
971 GFConfig gf_cfg;
974 TileConfig tile_cfg;
977 TuneCfg tune_cfg;
980 ColorCfg color_cfg;
983 DecoderModelCfg dec_model_cfg;
986 RefFrameCfg ref_frm_cfg;
989 UnitTestCfg unit_test_cfg;
992 MotionModeCfg motion_mode_cfg;
995 IntraModeCfg intra_mode_cfg;
998 TxfmSizeTypeCfg txfm_cfg;
1001 CompoundTypeCfg comp_type_cfg;
1004 PartitionCfg part_cfg;
1007 CostUpdateFreq cost_upd_freq;
1011 float noise_level;
1013 int noise_block_size;
1015 int enable_dnl_denoising;
1020 int noise_sensitivity;
1024 unsigned int tier_mask;
1028 int border_in_pixels;
1031 int max_threads;
1034 int speed;
1037 AV1_LEVEL target_seq_level_idx[MAX_NUM_OPERATING_POINTS];
1040 BITSTREAM_PROFILE profile;
1050 enum aom_enc_pass pass;
1054 int passes;
1057 const char *two_pass_output;
1060 const char *second_pass_log;
1063 MODE mode;
1066 bool row_mt;
1069 bool fp_mt;
1073 bool use_highbitdepth;
1078 bool save_as_annexb;
1102 } AV1EncoderConfig; argument