Lines Matching defs:AV1EncoderConfig
916 typedef struct AV1EncoderConfig { struct
919 InputCfg input_cfg;
922 FrameDimensionCfg frm_dim_cfg;
928 AlgoCfg algo_cfg;
933 KeyFrameCfg kf_cfg;
938 RateControlCfg rc_cfg;
942 QuantizationCfg q_cfg;
945 ResizeCfg resize_cfg;
948 SuperResCfg superres_cfg;
955 aom_fixed_buf_t twopass_stats_in;
959 ToolCfg tool_cfg;
962 GFConfig gf_cfg;
965 TileConfig tile_cfg;
968 TuneCfg tune_cfg;
971 ColorCfg color_cfg;
974 DecoderModelCfg dec_model_cfg;
977 RefFrameCfg ref_frm_cfg;
980 UnitTestCfg unit_test_cfg;
983 MotionModeCfg motion_mode_cfg;
986 IntraModeCfg intra_mode_cfg;
989 TxfmSizeTypeCfg txfm_cfg;
992 CompoundTypeCfg comp_type_cfg;
995 PartitionCfg part_cfg;
998 CostUpdateFreq cost_upd_freq;
1002 float noise_level;
1004 int noise_block_size;
1006 int enable_dnl_denoising;
1011 int noise_sensitivity;
1015 unsigned int tier_mask;
1019 int border_in_pixels;
1022 int max_threads;
1025 int speed;
1028 AV1_LEVEL target_seq_level_idx[MAX_NUM_OPERATING_POINTS];
1031 BITSTREAM_PROFILE profile;
1041 enum aom_enc_pass pass;
1045 int passes;
1048 const char *two_pass_output;
1051 const char *second_pass_log;
1054 MODE mode;
1057 bool row_mt;
1060 bool fp_mt;
1064 bool use_highbitdepth;
1069 bool save_as_annexb;
1093 } AV1EncoderConfig; typedef