15 #ifndef AOM_AV1_ENCODER_ENCODER_H_ 16 #define AOM_AV1_ENCODER_ENCODER_H_ 21 #include "config/aom_config.h" 24 #include "aom_util/aom_pthread.h" 26 #include "av1/common/alloccommon.h" 27 #include "av1/common/av1_common_int.h" 28 #include "av1/common/blockd.h" 29 #include "av1/common/entropymode.h" 31 #include "av1/common/reconintra.h" 32 #include "av1/common/resize.h" 33 #include "av1/common/thread_common.h" 34 #include "av1/common/timing.h" 36 #include "av1/encoder/aq_cyclicrefresh.h" 37 #include "av1/encoder/av1_quantize.h" 39 #include "av1/encoder/context_tree.h" 40 #include "av1/encoder/enc_enums.h" 41 #include "av1/encoder/encodemb.h" 42 #include "av1/encoder/external_partition.h" 43 #include "av1/encoder/firstpass.h" 44 #include "av1/encoder/global_motion.h" 45 #include "av1/encoder/level.h" 47 #include "av1/encoder/mcomp.h" 48 #include "av1/encoder/pickcdef.h" 49 #include "av1/encoder/ratectrl.h" 50 #include "av1/encoder/rd.h" 52 #include "av1/encoder/svc_layercontext.h" 53 #include "av1/encoder/temporal_filter.h" 55 #include "av1/encoder/thirdpass.h" 57 #include "av1/encoder/tokenize.h" 58 #include "av1/encoder/tpl_model.h" 59 #include "av1/encoder/av1_noise_estimate.h" 60 #include "av1/encoder/bitstream.h" 62 #if CONFIG_INTERNAL_STATS 63 #include "aom_dsp/ssim.h" 65 #include "aom_dsp/variance.h" 67 #include "aom_dsp/noise_model.h" 70 #include "av1/encoder/tune_vmaf.h" 72 #if CONFIG_AV1_TEMPORAL_DENOISING 73 #include "av1/encoder/av1_temporal_denoiser.h" 75 #if CONFIG_TUNE_BUTTERAUGLI 76 #include "av1/encoder/tune_butteraugli.h" 79 #include "aom/internal/aom_codec_internal.h" 89 #define SCENE_CUT_KEY_TEST_INTERVAL 16 92 #define TF_LOOKAHEAD_IDX_THR 7 94 #define HDR_QP_LEVELS 10 95 #define CHROMA_CB_QP_SCALE 1.04 96 #define CHROMA_CR_QP_SCALE 1.04 97 #define CHROMA_QP_SCALE -0.46 98 #define CHROMA_QP_OFFSET 9.26 99 #define QP_SCALE_FACTOR 2.0 100 #define DISABLE_HDR_LUMA_DELTAQ 1 104 typedef struct aom_rational64 {
121 FRAMEFLAGS_KEY = 1 << 0,
122 FRAMEFLAGS_GOLDEN = 1 << 1,
123 FRAMEFLAGS_BWDREF = 1 << 2,
125 FRAMEFLAGS_ALTREF = 1 << 3,
126 FRAMEFLAGS_INTRAONLY = 1 << 4,
127 FRAMEFLAGS_SWITCH = 1 << 5,
128 FRAMEFLAGS_ERROR_RESILIENT = 1 << 6,
129 } UENUM1BYTE(FRAMETYPE_FLAGS);
134 PARALLEL_SIMULATION_ENCODE,
135 NUM_FPMT_TEST_ENCODES
136 } UENUM1BYTE(FPMT_TEST_ENC_CFG);
137 #endif // CONFIG_FPMT_TEST 140 #define MIN_PYR_LEVEL 1 141 static inline int get_true_pyr_level(
int frame_level,
int frame_order,
142 int max_layer_depth) {
143 if (frame_order == 0) {
145 return MIN_PYR_LEVEL;
146 }
else if (frame_level == MAX_ARF_LAYERS) {
148 return max_layer_depth;
149 }
else if (frame_level == (MAX_ARF_LAYERS + 1)) {
151 return MIN_PYR_LEVEL;
153 return AOMMAX(MIN_PYR_LEVEL, frame_level);
160 CYCLIC_REFRESH_AQ = 3,
162 } UENUM1BYTE(AQ_MODE);
165 DELTA_Q_OBJECTIVE = 1,
166 DELTA_Q_PERCEPTUAL = 2,
167 DELTA_Q_PERCEPTUAL_AI = 3,
168 DELTA_Q_USER_RATING_BASED = 4,
171 } UENUM1BYTE(DELTAQ_MODE);
179 } UENUM1BYTE(RESIZE_MODE);
183 SS_CFG_LOOKAHEAD = 1,
186 } UENUM1BYTE(SS_CFG_OFFSET);
190 ENABLE_SCENECUT_MODE_1,
191 ENABLE_SCENECUT_MODE_2
192 } UENUM1BYTE(SCENECUT_MODE);
194 #define MAX_VBR_CORPUS_COMPLEXITY 10000 210 } MULTI_THREADED_MODULES;
244 SKIP_APPLY_RESTORATION = 1 << 0,
245 SKIP_APPLY_SUPERRES = 1 << 1,
246 SKIP_APPLY_CDEF = 1 << 2,
247 SKIP_APPLY_LOOPFILTER = 1 << 3,
643 int gf_min_pyr_height;
645 int gf_max_pyr_height;
647 bool enable_auto_arf;
650 bool enable_auto_brf;
655 unsigned int num_tile_groups;
664 int tile_width_count;
666 int tile_height_count;
668 int tile_widths[MAX_TILE_COLS];
670 int tile_heights[MAX_TILE_ROWS];
672 bool enable_large_scale_tile;
674 bool enable_single_tile_decoding;
676 bool enable_ext_tile_debug;
686 int forced_max_frame_width;
689 int forced_max_frame_height;
700 bool enable_warped_motion;
702 bool allow_warped_motion;
709 aom_timing_info_t timing_info;
711 uint32_t num_units_in_decoding_tick;
714 bool decoder_model_info_present_flag;
717 bool display_model_info_present_flag;
719 bool timing_info_present;
735 unsigned int max_reference_frames;
737 bool enable_reduced_reference_set;
739 bool enable_onesided_comp;
757 unsigned int motion_vector_unit_test;
759 unsigned int sb_multipass_unit_test;
764 const char *vmaf_model_path;
766 const char *film_grain_table_filename;
772 int film_grain_test_vector;
779 double init_framerate;
781 unsigned int input_bit_depth;
785 unsigned int chroma_subsampling_x;
787 unsigned int chroma_subsampling_y;
794 int use_fixed_qp_offsets;
804 DELTAQ_MODE deltaq_mode;
806 DELTAQ_MODE deltaq_strength;
808 bool enable_chroma_deltaq;
810 bool enable_hdr_deltaq;
889 bool enable_deltalf_mode;
891 CDEF_CONTROL cdef_control;
893 bool enable_restoration;
895 bool force_video_mode;
897 bool error_resilient_mode;
899 bool frame_parallel_decoding_mode;
901 bool enable_monochrome;
904 bool full_still_picture_hdr;
906 bool enable_dual_filter;
908 bool enable_order_hint;
910 bool ref_frame_mvs_present;
912 bool enable_ref_frame_mvs;
914 bool enable_interintra_comp;
916 bool enable_global_motion;
931 FrameDimensionCfg frm_dim_cfg;
951 QuantizationCfg q_cfg;
983 DecoderModelCfg dec_model_cfg;
986 RefFrameCfg ref_frm_cfg;
989 UnitTestCfg unit_test_cfg;
992 MotionModeCfg motion_mode_cfg;
1007 CostUpdateFreq cost_upd_freq;
1013 int noise_block_size;
1015 int enable_dnl_denoising;
1018 #if CONFIG_AV1_TEMPORAL_DENOISING 1020 int noise_sensitivity;
1024 unsigned int tier_mask;
1028 int border_in_pixels;
1037 AV1_LEVEL target_seq_level_idx[MAX_NUM_OPERATING_POINTS];
1040 BITSTREAM_PROFILE profile;
1057 const char *two_pass_output;
1060 const char *second_pass_log;
1073 bool use_highbitdepth;
1078 bool save_as_annexb;
1082 const char *partition_info_path;
1087 unsigned int enable_rate_guide_deltaq;
1091 const char *rate_distribution_info;
1094 int strict_level_conformance;
1097 int kf_max_pyr_height;
1105 static inline int is_lossless_requested(
const RateControlCfg *
const rc_cfg) {
1119 int obmc_probs[FRAME_UPDATE_TYPES][BLOCK_SIZES_ALL];
1126 int warped_probs[FRAME_UPDATE_TYPES];
1134 int tx_type_probs[FRAME_UPDATE_TYPES][TX_SIZES_ALL][TX_TYPES];
1142 int switchable_interp_probs[FRAME_UPDATE_TYPES][SWITCHABLE_FILTER_CONTEXTS]
1143 [SWITCHABLE_FILTERS];
1148 typedef struct FRAME_COUNTS {
1151 #if CONFIG_ENTROPY_STATS 1152 unsigned int kf_y_mode[KF_MODE_CONTEXTS][KF_MODE_CONTEXTS][INTRA_MODES];
1153 unsigned int angle_delta[DIRECTIONAL_MODES][2 * MAX_ANGLE_DELTA + 1];
1154 unsigned int y_mode[BLOCK_SIZE_GROUPS][INTRA_MODES];
1155 unsigned int uv_mode[CFL_ALLOWED_TYPES][INTRA_MODES][UV_INTRA_MODES];
1156 unsigned int cfl_sign[CFL_JOINT_SIGNS];
1157 unsigned int cfl_alpha[CFL_ALPHA_CONTEXTS][CFL_ALPHABET_SIZE];
1158 unsigned int palette_y_mode[PALATTE_BSIZE_CTXS][PALETTE_Y_MODE_CONTEXTS][2];
1159 unsigned int palette_uv_mode[PALETTE_UV_MODE_CONTEXTS][2];
1160 unsigned int palette_y_size[PALATTE_BSIZE_CTXS][PALETTE_SIZES];
1161 unsigned int palette_uv_size[PALATTE_BSIZE_CTXS][PALETTE_SIZES];
1162 unsigned int palette_y_color_index[PALETTE_SIZES]
1163 [PALETTE_COLOR_INDEX_CONTEXTS]
1165 unsigned int palette_uv_color_index[PALETTE_SIZES]
1166 [PALETTE_COLOR_INDEX_CONTEXTS]
1168 unsigned int partition[PARTITION_CONTEXTS][EXT_PARTITION_TYPES];
1169 unsigned int txb_skip[TOKEN_CDF_Q_CTXS][TX_SIZES][TXB_SKIP_CONTEXTS][2];
1170 unsigned int eob_extra[TOKEN_CDF_Q_CTXS][TX_SIZES][PLANE_TYPES]
1171 [EOB_COEF_CONTEXTS][2];
1172 unsigned int dc_sign[PLANE_TYPES][DC_SIGN_CONTEXTS][2];
1173 unsigned int coeff_lps[TX_SIZES][PLANE_TYPES][BR_CDF_SIZE - 1][LEVEL_CONTEXTS]
1175 unsigned int eob_flag[TX_SIZES][PLANE_TYPES][EOB_COEF_CONTEXTS][2];
1176 unsigned int eob_multi16[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][5];
1177 unsigned int eob_multi32[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][6];
1178 unsigned int eob_multi64[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][7];
1179 unsigned int eob_multi128[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][8];
1180 unsigned int eob_multi256[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][9];
1181 unsigned int eob_multi512[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][10];
1182 unsigned int eob_multi1024[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][11];
1183 unsigned int coeff_lps_multi[TOKEN_CDF_Q_CTXS][TX_SIZES][PLANE_TYPES]
1184 [LEVEL_CONTEXTS][BR_CDF_SIZE];
1185 unsigned int coeff_base_multi[TOKEN_CDF_Q_CTXS][TX_SIZES][PLANE_TYPES]
1186 [SIG_COEF_CONTEXTS][NUM_BASE_LEVELS + 2];
1187 unsigned int coeff_base_eob_multi[TOKEN_CDF_Q_CTXS][TX_SIZES][PLANE_TYPES]
1188 [SIG_COEF_CONTEXTS_EOB][NUM_BASE_LEVELS + 1];
1189 unsigned int newmv_mode[NEWMV_MODE_CONTEXTS][2];
1190 unsigned int zeromv_mode[GLOBALMV_MODE_CONTEXTS][2];
1191 unsigned int refmv_mode[REFMV_MODE_CONTEXTS][2];
1192 unsigned int drl_mode[DRL_MODE_CONTEXTS][2];
1193 unsigned int inter_compound_mode[INTER_MODE_CONTEXTS][INTER_COMPOUND_MODES];
1194 unsigned int wedge_idx[BLOCK_SIZES_ALL][16];
1195 unsigned int interintra[BLOCK_SIZE_GROUPS][2];
1196 unsigned int interintra_mode[BLOCK_SIZE_GROUPS][INTERINTRA_MODES];
1197 unsigned int wedge_interintra[BLOCK_SIZES_ALL][2];
1198 unsigned int compound_type[BLOCK_SIZES_ALL][MASKED_COMPOUND_TYPES];
1199 unsigned int motion_mode[BLOCK_SIZES_ALL][MOTION_MODES];
1200 unsigned int obmc[BLOCK_SIZES_ALL][2];
1201 unsigned int intra_inter[INTRA_INTER_CONTEXTS][2];
1202 unsigned int comp_inter[COMP_INTER_CONTEXTS][2];
1203 unsigned int comp_ref_type[COMP_REF_TYPE_CONTEXTS][2];
1204 unsigned int uni_comp_ref[UNI_COMP_REF_CONTEXTS][UNIDIR_COMP_REFS - 1][2];
1205 unsigned int single_ref[REF_CONTEXTS][SINGLE_REFS - 1][2];
1206 unsigned int comp_ref[REF_CONTEXTS][FWD_REFS - 1][2];
1207 unsigned int comp_bwdref[REF_CONTEXTS][BWD_REFS - 1][2];
1208 unsigned int intrabc[2];
1210 unsigned int txfm_partition[TXFM_PARTITION_CONTEXTS][2];
1211 unsigned int intra_tx_size[MAX_TX_CATS][TX_SIZE_CONTEXTS][MAX_TX_DEPTH + 1];
1212 unsigned int skip_mode[SKIP_MODE_CONTEXTS][2];
1213 unsigned int skip_txfm[SKIP_CONTEXTS][2];
1214 unsigned int compound_index[COMP_INDEX_CONTEXTS][2];
1215 unsigned int comp_group_idx[COMP_GROUP_IDX_CONTEXTS][2];
1216 unsigned int delta_q[DELTA_Q_PROBS][2];
1217 unsigned int delta_lf_multi[FRAME_LF_COUNT][DELTA_LF_PROBS][2];
1218 unsigned int delta_lf[DELTA_LF_PROBS][2];
1220 unsigned int inter_ext_tx[EXT_TX_SETS_INTER][EXT_TX_SIZES][TX_TYPES];
1221 unsigned int intra_ext_tx[EXT_TX_SETS_INTRA][EXT_TX_SIZES][INTRA_MODES]
1223 unsigned int filter_intra_mode[FILTER_INTRA_MODES];
1224 unsigned int filter_intra[BLOCK_SIZES_ALL][2];
1226 unsigned int wiener_restore[2];
1227 unsigned int sgrproj_restore[2];
1228 #endif // CONFIG_ENTROPY_STATS 1230 unsigned int switchable_interp[SWITCHABLE_FILTER_CONTEXTS]
1231 [SWITCHABLE_FILTERS];
1234 #define INTER_MODE_RD_DATA_OVERALL_SIZE 6400 1243 double sse_sse_mean;
1259 #define MAX_INTER_MODES 1024 1317 uint32_t sum_square_error;
1330 VPVariance part_variances;
1335 VPVariance part_variances;
1340 VPVariance part_variances;
1345 VPVariance part_variances;
1350 VPVariance part_variances;
1355 VPVariance part_variances;
1373 int64_t thresholds[5];
1386 #if CONFIG_MULTITHREAD 1394 #endif // CONFIG_MULTITHREAD 1432 typedef struct TileDataEnc {
1434 DECLARE_ALIGNED(16, FRAME_CONTEXT, tctx);
1435 FRAME_CONTEXT *row_ctx;
1436 uint64_t abs_sum_level;
1437 uint8_t allow_update_cdf;
1438 InterModeRdModel inter_mode_rd_models[BLOCK_SIZES_ALL];
1440 MV firstpass_top_mv;
1443 typedef struct RD_COUNTS {
1444 int compound_ref_used_flag;
1445 int skip_mode_used_flag;
1446 int tx_type_used[TX_SIZES_ALL][TX_TYPES];
1447 int obmc_used[BLOCK_SIZES_ALL][2];
1449 int newmv_or_intra_blocks;
1450 uint64_t seg_tmp_pred_cost[2];
1453 typedef struct ThreadData {
1457 RD_COUNTS rd_counts;
1458 FRAME_COUNTS *counts;
1459 PC_TREE_SHARED_BUFFERS shared_coeff_buf;
1460 SIMPLE_MOTION_DATA_TREE *sms_tree;
1461 SIMPLE_MOTION_DATA_TREE *sms_root;
1462 uint32_t *hash_value_buffer[2][2];
1466 CONV_BUF_TYPE *tmp_conv_dst;
1467 uint64_t abs_sum_level;
1468 uint8_t *tmp_pred_bufs[2];
1469 uint8_t *wiener_tmp_pred_buf;
1472 int coefficient_size;
1473 int max_mv_magnitude;
1474 int interp_filter_selected[SWITCHABLE];
1475 FRAME_CONTEXT *tctx;
1477 int32_t num_64x64_blocks;
1478 PICK_MODE_CONTEXT *firstpass_ctx;
1479 TemporalFilterData tf_data;
1480 TplBuffers tpl_tmp_buffers;
1481 TplTxfmStats tpl_txfm_stats;
1482 GlobalMotionData gm_data;
1486 PixelLevelGradientInfo *pixel_gradient_info;
1491 Block4x4VarInfo *src_var_info_of_4x4_sub_blocks;
1496 struct EncWorkerData;
1530 int thread_id_to_tile_id[MAX_NUM_THREADS];
1564 #if CONFIG_MULTITHREAD 1594 #if CONFIG_MULTITHREAD 1623 #define NUM_RECODES_PER_FRAME 10 1628 #define MAX_PARALLEL_FRAMES 4 1843 typedef struct ActiveMap {
1859 double cs_rate_array[32];
1872 #if CONFIG_INTERNAL_STATS 1880 } UENUM1BYTE(StatType);
1882 typedef struct IMAGE_STAT {
1883 double stat[NUM_STAT_TYPES];
1886 #endif // CONFIG_INTERNAL_STATS 1918 #if CONFIG_COLLECT_PARTITION_STATS 1919 typedef struct FramePartitionTimingStats {
1920 int partition_decisions[6][EXT_PARTITION_TYPES];
1921 int partition_attempts[6][EXT_PARTITION_TYPES];
1922 int64_t partition_times[6][EXT_PARTITION_TYPES];
1925 } FramePartitionTimingStats;
1926 #endif // CONFIG_COLLECT_PARTITION_STATS 1928 #if CONFIG_COLLECT_COMPONENT_TIMING 1929 #include "aom_ports/aom_timer.h" 1932 av1_encode_strategy_time,
1933 av1_get_one_pass_rt_params_time,
1934 av1_get_second_pass_params_time,
1935 denoise_and_encode_time,
1936 apply_filtering_time,
1937 av1_tpl_setup_stats_time,
1938 encode_frame_to_data_rate_time,
1939 encode_with_or_without_recode_time,
1942 loop_restoration_time,
1943 av1_pack_bitstream_final_time,
1944 av1_encode_frame_time,
1945 av1_compute_global_motion_time,
1946 av1_setup_motion_field_time,
1949 rd_pick_partition_time,
1950 rd_use_partition_time,
1951 choose_var_based_partitioning_time,
1952 av1_prune_partitions_time,
1953 none_partition_search_time,
1954 split_partition_search_time,
1955 rectangular_partition_search_time,
1956 ab_partitions_search_time,
1957 rd_pick_4partition_time,
1960 rd_pick_sb_modes_time,
1961 av1_rd_pick_intra_mode_sb_time,
1962 av1_rd_pick_inter_mode_sb_time,
1963 set_params_rd_pick_inter_mode_time,
1964 skip_inter_mode_time,
1965 handle_inter_mode_time,
1966 evaluate_motion_mode_for_winner_candidates_time,
1968 handle_intra_mode_time,
1969 refine_winner_mode_tx_time,
1970 av1_search_palette_mode_time,
1972 compound_type_rd_time,
1973 interpolation_filter_search_time,
1974 motion_mode_rd_time,
1976 nonrd_use_partition_time,
1977 pick_sb_modes_nonrd_time,
1978 hybrid_intra_mode_search_time,
1979 nonrd_pick_inter_mode_sb_time,
1980 encode_b_nonrd_time,
1983 } UENUM1BYTE(TIMING_COMPONENT);
1985 static inline char const *get_component_name(
int index) {
1987 case av1_encode_strategy_time:
return "av1_encode_strategy_time";
1988 case av1_get_one_pass_rt_params_time:
1989 return "av1_get_one_pass_rt_params_time";
1990 case av1_get_second_pass_params_time:
1991 return "av1_get_second_pass_params_time";
1992 case denoise_and_encode_time:
return "denoise_and_encode_time";
1993 case apply_filtering_time:
return "apply_filtering_time";
1994 case av1_tpl_setup_stats_time:
return "av1_tpl_setup_stats_time";
1995 case encode_frame_to_data_rate_time:
1996 return "encode_frame_to_data_rate_time";
1997 case encode_with_or_without_recode_time:
1998 return "encode_with_or_without_recode_time";
1999 case loop_filter_time:
return "loop_filter_time";
2000 case cdef_time:
return "cdef_time";
2001 case loop_restoration_time:
return "loop_restoration_time";
2002 case av1_pack_bitstream_final_time:
return "av1_pack_bitstream_final_time";
2003 case av1_encode_frame_time:
return "av1_encode_frame_time";
2004 case av1_compute_global_motion_time:
2005 return "av1_compute_global_motion_time";
2006 case av1_setup_motion_field_time:
return "av1_setup_motion_field_time";
2007 case encode_sb_row_time:
return "encode_sb_row_time";
2009 case rd_pick_partition_time:
return "rd_pick_partition_time";
2010 case rd_use_partition_time:
return "rd_use_partition_time";
2011 case choose_var_based_partitioning_time:
2012 return "choose_var_based_partitioning_time";
2013 case av1_prune_partitions_time:
return "av1_prune_partitions_time";
2014 case none_partition_search_time:
return "none_partition_search_time";
2015 case split_partition_search_time:
return "split_partition_search_time";
2016 case rectangular_partition_search_time:
2017 return "rectangular_partition_search_time";
2018 case ab_partitions_search_time:
return "ab_partitions_search_time";
2019 case rd_pick_4partition_time:
return "rd_pick_4partition_time";
2020 case encode_sb_time:
return "encode_sb_time";
2022 case rd_pick_sb_modes_time:
return "rd_pick_sb_modes_time";
2023 case av1_rd_pick_intra_mode_sb_time:
2024 return "av1_rd_pick_intra_mode_sb_time";
2025 case av1_rd_pick_inter_mode_sb_time:
2026 return "av1_rd_pick_inter_mode_sb_time";
2027 case set_params_rd_pick_inter_mode_time:
2028 return "set_params_rd_pick_inter_mode_time";
2029 case skip_inter_mode_time:
return "skip_inter_mode_time";
2030 case handle_inter_mode_time:
return "handle_inter_mode_time";
2031 case evaluate_motion_mode_for_winner_candidates_time:
2032 return "evaluate_motion_mode_for_winner_candidates_time";
2033 case do_tx_search_time:
return "do_tx_search_time";
2034 case handle_intra_mode_time:
return "handle_intra_mode_time";
2035 case refine_winner_mode_tx_time:
return "refine_winner_mode_tx_time";
2036 case av1_search_palette_mode_time:
return "av1_search_palette_mode_time";
2037 case handle_newmv_time:
return "handle_newmv_time";
2038 case compound_type_rd_time:
return "compound_type_rd_time";
2039 case interpolation_filter_search_time:
2040 return "interpolation_filter_search_time";
2041 case motion_mode_rd_time:
return "motion_mode_rd_time";
2043 case nonrd_use_partition_time:
return "nonrd_use_partition_time";
2044 case pick_sb_modes_nonrd_time:
return "pick_sb_modes_nonrd_time";
2045 case hybrid_intra_mode_search_time:
return "hybrid_intra_mode_search_time";
2046 case nonrd_pick_inter_mode_sb_time:
return "nonrd_pick_inter_mode_sb_time";
2047 case encode_b_nonrd_time:
return "encode_b_nonrd_time";
2056 #define MAX_INTERNAL_ARFS (REF_FRAMES - BWDREF_FRAME - 1) 2081 int num_ref_frames[MAX_DIRECTIONS];
2089 FrameDistPair reference_frames[MAX_DIRECTIONS][REF_FRAMES - 1];
2145 search_site_config search_site_cfg[SS_CFG_TOTAL][NUM_DISTINCT_SEARCH_METHODS];
2181 int ref_relative_dist[INTER_REFS_PER_FRAME];
2215 unsigned int coeff_opt_thresholds[MODE_EVAL_TYPES][2];
2221 TX_SIZE_SEARCH_METHOD tx_size_search_methods[MODE_EVAL_TYPES];
2229 unsigned int use_transform_domain_distortion[MODE_EVAL_TYPES];
2236 unsigned int tx_domain_dist_threshold[MODE_EVAL_TYPES];
2243 unsigned int skip_txfm_level[MODE_EVAL_TYPES];
2250 unsigned int predict_dc_level[MODE_EVAL_TYPES];
2331 int mv_joint_count[4];
2333 int last_bit_nonzero;
2337 int hp_total_mv_rate;
2338 int lp_total_mv_rate;
2349 typedef struct WeberStats {
2350 int64_t mb_wiener_variance;
2351 int64_t src_variance;
2352 int64_t rec_variance;
2353 int16_t src_pix_max;
2354 int16_t rec_pix_max;
2361 struct loopfilter lf;
2385 int show_frame_count;
2445 #if !CONFIG_REALTIME_ONLY 2449 DUCKY_ENCODE_FRAME_MODE_NONE,
2450 DUCKY_ENCODE_FRAME_MODE_QINDEX,
2452 DUCKY_ENCODE_FRAME_MODE_QINDEX_RDMULT,
2454 } UENUM1BYTE(DUCKY_ENCODE_FRAME_MODE);
2457 DUCKY_ENCODE_GOP_MODE_NONE,
2458 DUCKY_ENCODE_GOP_MODE_RCL,
2459 } UENUM1BYTE(DUCKY_ENCODE_GOP_MODE);
2461 typedef struct DuckyEncodeFrameInfo {
2462 DUCKY_ENCODE_FRAME_MODE qp_mode;
2463 DUCKY_ENCODE_GOP_MODE gop_mode;
2467 int *superblock_encode_qindex;
2468 int *superblock_encode_rdmult;
2469 int delta_q_enabled;
2470 } DuckyEncodeFrameInfo;
2472 typedef struct DuckyEncodeFrameResult {
2473 int global_order_idx;
2479 } DuckyEncodeFrameResult;
2481 typedef struct DuckyEncodeInfo {
2482 DuckyEncodeFrameInfo frame_info;
2483 DuckyEncodeFrameResult frame_result;
2489 typedef struct RTC_REF {
2494 int reference[INTER_REFS_PER_FRAME];
2495 int ref_idx[INTER_REFS_PER_FRAME];
2496 int refresh[REF_FRAMES];
2497 int set_ref_frame_config;
2498 int non_reference_frame;
2499 int ref_frame_comp[3];
2504 unsigned int buffer_time_index[REF_FRAMES];
2508 unsigned char buffer_spatial_layer[REF_FRAMES];
2512 bool reference_was_previous_frame;
2517 bool bias_recovery_frame;
2585 #if CONFIG_FPMT_TEST 2591 FPMT_TEST_ENC_CFG fpmt_unit_test_cfg;
2609 int temp_valid_gm_model_found[FRAME_UPDATE_TYPES];
2610 #endif // CONFIG_FPMT_TEST 2767 aom_variance_fn_ptr_t
fn_ptr[BLOCK_SIZES_ALL];
2785 #if CONFIG_INTERNAL_STATS 2787 uint64_t total_time_receive_data;
2788 uint64_t total_time_compress_data;
2790 unsigned int total_mode_chosen_counts[MAX_MODES];
2793 uint64_t total_sq_error[2];
2794 uint64_t total_samples[2];
2797 double total_blockiness;
2798 double worst_blockiness;
2800 uint64_t total_bytes;
2801 double summed_quality;
2802 double summed_weights;
2803 double summed_quality_hbd;
2804 double summed_weights_hbd;
2805 unsigned int total_recode_hits;
2807 double worst_ssim_hbd;
2812 int b_calculate_blockiness;
2813 int b_calculate_consistency;
2815 double total_inconsistency;
2816 double worst_consistency;
2822 #if CONFIG_ENTROPY_STATS 2826 FRAME_COUNTS aggregate_fc;
2827 #endif // CONFIG_ENTROPY_STATS 3130 #if CONFIG_INTERNAL_STATS 3132 uint64_t time_compress_data;
3134 unsigned int mode_chosen_counts[MAX_MODES];
3136 unsigned int frame_recode_hits;
3140 #if CONFIG_SPEED_STATS 3144 unsigned int tx_search_count;
3145 #endif // CONFIG_SPEED_STATS 3263 #if CONFIG_FPMT_TEST 3268 double temp_framerate;
3349 #if CONFIG_COLLECT_PARTITION_STATS 3353 FramePartitionTimingStats partition_stats;
3354 #endif // CONFIG_COLLECT_PARTITION_STATS 3356 #if CONFIG_COLLECT_COMPONENT_TIMING 3360 uint64_t component_time[kTimingComponents];
3365 struct aom_usec_timer component_timer[kTimingComponents];
3369 uint64_t frame_component_time[kTimingComponents];
3394 #if CONFIG_TUNE_VMAF 3398 TuneVMAFInfo vmaf_info;
3401 #if CONFIG_TUNE_BUTTERAUGLI 3405 TuneButteraugliInfo butteraugli_info;
3446 #if CONFIG_AV1_TEMPORAL_DENOISING 3450 AV1_DENOISER denoiser;
3508 #if CONFIG_FPMT_TEST 3516 #endif // CONFIG_FPMT_TEST 3525 #if CONFIG_RD_COMMAND 3529 RD_COMMAND rd_command;
3530 #endif // CONFIG_RD_COMMAND 3574 #if CONFIG_BITRATE_ACCURACY 3578 VBR_RATECTRL_INFO vbr_rc_info;
3581 #if CONFIG_RATECTRL_LOG 3585 RATECTRL_LOG rc_log;
3586 #endif // CONFIG_RATECTRL_LOG 3593 #if CONFIG_THREE_PASS 3597 THIRD_PASS_DEC_CTX *third_pass_ctx;
3623 #if !CONFIG_REALTIME_ONLY 3628 #endif // CONFIG_REALTIME_ONLY 3646 #if CONFIG_SALIENCY_MAP 3650 uint8_t *saliency_map;
3655 double *sm_scaling_factor;
3678 int64_t ts_duration;
3697 int primary_ref_frame;
3707 int refresh_frame_flags;
3709 int show_existing_frame;
3710 int existing_fb_idx_to_show;
3737 void av1_initialize_enc(
unsigned int usage,
enum aom_rc_mode end_usage);
3741 BufferPool *
const pool,
3742 COMPRESSOR_STAGE stage,
3743 int lap_lag_in_frames);
3745 struct AV1_PRIMARY *av1_create_primary_compressor(
3746 struct aom_codec_pkt_list *pkt_list_head,
int num_lap_buffers,
3751 void av1_remove_primary_compressor(
AV1_PRIMARY *ppi);
3753 #if CONFIG_ENTROPY_STATS 3756 #if CONFIG_INTERNAL_STATS 3761 bool *sb_size_changed);
3764 bool sb_size_changed);
3767 int subsampling_x,
int subsampling_y);
3772 void av1_release_scaled_references_fpmt(
AV1_COMP *
cpi);
3774 void av1_decrement_ref_counts_fpmt(BufferPool *buffer_pool,
3775 int ref_buffers_used_map);
3777 void av1_init_sc_decisions(
AV1_PRIMARY *
const ppi);
3782 int av1_init_parallel_frame_context(
const AV1_COMP_DATA *
const first_cpi_data,
3784 int *ref_buffers_used_map);
3806 int64_t end_time_stamp);
3840 size_t *
const frame_size);
3851 int av1_use_as_reference(
int *ext_ref_frame_flags,
int ref_frame_flags);
3857 void av1_set_frame_size(
AV1_COMP *
cpi,
int width,
int height);
3861 int av1_set_active_map(
AV1_COMP *
cpi,
unsigned char *map,
int rows,
int cols);
3863 int av1_get_active_map(
AV1_COMP *
cpi,
unsigned char *map,
int rows,
int cols);
3874 int av1_convert_sect5obus_to_annexb(uint8_t *buffer,
size_t buffer_size,
3875 size_t *input_size);
3877 void av1_alloc_mb_wiener_var_pred_buf(
AV1_COMMON *cm, ThreadData *td);
3879 void av1_dealloc_mb_wiener_var_pred_buf(ThreadData *td);
3892 void av1_set_screen_content_options(
struct AV1_COMP *
cpi,
3902 static inline void init_ref_map_pair(
3903 AV1_COMP *cpi, RefFrameMapPair ref_frame_map_pairs[REF_FRAMES]) {
3905 memset(ref_frame_map_pairs, -1,
sizeof(*ref_frame_map_pairs) * REF_FRAMES);
3908 memset(ref_frame_map_pairs, 0,
sizeof(*ref_frame_map_pairs) * REF_FRAMES);
3909 for (
int map_idx = 0; map_idx < REF_FRAMES; map_idx++) {
3912 if (ref_frame_map_pairs[map_idx].disp_order == -1)
continue;
3914 ref_frame_map_pairs[map_idx].disp_order = -1;
3915 ref_frame_map_pairs[map_idx].pyr_level = -1;
3917 }
else if (buf->ref_count > 1) {
3923 for (
int idx2 = map_idx + 1; idx2 < REF_FRAMES; ++idx2) {
3926 ref_frame_map_pairs[idx2].disp_order = -1;
3927 ref_frame_map_pairs[idx2].pyr_level = -1;
3931 ref_frame_map_pairs[map_idx].disp_order = (int)buf->display_order_hint;
3932 ref_frame_map_pairs[map_idx].pyr_level = buf->pyramid_level;
3936 #if CONFIG_FPMT_TEST 3937 static inline void calc_frame_data_update_flag(
3938 GF_GROUP *
const gf_group,
int gf_frame_index,
3939 bool *
const do_frame_data_update) {
3940 *do_frame_data_update =
true;
3943 if (gf_group->frame_parallel_level[gf_frame_index] == 1) {
3944 *do_frame_data_update =
false;
3945 }
else if (gf_group->frame_parallel_level[gf_frame_index] == 2) {
3947 for (
int i = gf_frame_index + 1; i < gf_group->size; i++) {
3948 if ((gf_group->frame_parallel_level[i] == 0 &&
3949 (gf_group->update_type[i] == ARF_UPDATE ||
3950 gf_group->update_type[i] == INTNL_ARF_UPDATE)) ||
3951 gf_group->frame_parallel_level[i] == 1) {
3953 }
else if (gf_group->frame_parallel_level[i] == 2) {
3954 *do_frame_data_update =
false;
3963 #define TICKS_PER_SEC 10000000LL 3965 static inline int64_t timebase_units_to_ticks(
3966 const aom_rational64_t *timestamp_ratio, int64_t n) {
3967 return n * timestamp_ratio->num / timestamp_ratio->den;
3970 static inline int64_t ticks_to_timebase_units(
3971 const aom_rational64_t *timestamp_ratio, int64_t n) {
3972 int64_t round = timestamp_ratio->num / 2;
3973 if (round > 0) --round;
3974 return (n * timestamp_ratio->den + round) / timestamp_ratio->num;
3977 static inline int frame_is_kf_gf_arf(
const AV1_COMP *cpi) {
3979 const FRAME_UPDATE_TYPE update_type =
3982 return frame_is_intra_only(&cpi->
common) || update_type == ARF_UPDATE ||
3983 update_type == GF_UPDATE;
3987 static inline int av1_use_hash_me(
const AV1_COMP *
const cpi) {
3990 frame_is_intra_only(&cpi->
common));
3994 const AV1_COMMON *
const cm, MV_REFERENCE_FRAME ref_frame) {
3995 const RefCntBuffer *
const buf = get_ref_frame_buf(cm, ref_frame);
3996 return buf != NULL ? &buf->buf : NULL;
3999 static inline void alloc_frame_mvs(
AV1_COMMON *
const cm, RefCntBuffer *buf) {
4000 assert(buf != NULL);
4001 ensure_mv_buffer(buf, cm);
4002 buf->width = cm->
width;
4003 buf->height = cm->
height;
4008 static inline unsigned int allocated_tokens(
const TileInfo *tile,
4009 int sb_size_log2,
int num_planes) {
4011 ROUND_POWER_OF_TWO(tile->mi_row_end - tile->mi_row_start, 2);
4013 ROUND_POWER_OF_TWO(tile->mi_col_end - tile->mi_col_start, 2);
4015 return get_token_alloc(tile_mb_rows, tile_mb_cols, sb_size_log2, num_planes);
4018 static inline void get_start_tok(
AV1_COMP *cpi,
int tile_row,
int tile_col,
4019 int mi_row, TokenExtra **tok,
int sb_size_log2,
4023 TileDataEnc *this_tile = &cpi->
tile_data[tile_row * tile_cols + tile_col];
4024 const TileInfo *
const tile_info = &this_tile->tile_info;
4026 const int tile_mb_cols =
4027 (tile_info->mi_col_end - tile_info->mi_col_start + 2) >> 2;
4028 const int tile_mb_row = (mi_row - tile_info->mi_row_start + 2) >> 2;
4030 *tok = cpi->
token_info.tile_tok[tile_row][tile_col] +
4031 get_token_alloc(tile_mb_row, tile_mb_cols, sb_size_log2, num_planes);
4036 #define ALT_MIN_LAG 3 4037 static inline int is_altref_enabled(
int lag_in_frames,
bool enable_auto_arf) {
4038 return lag_in_frames >= ALT_MIN_LAG && enable_auto_arf;
4041 static inline int can_disable_altref(
const GFConfig *gf_cfg) {
4042 return is_altref_enabled(gf_cfg->lag_in_frames, gf_cfg->enable_auto_arf) &&
4043 (gf_cfg->gf_min_pyr_height == 0);
4047 static inline int get_num_blocks(
const int frame_length,
const int mb_length) {
4048 return (frame_length + mb_length - 1) / mb_length;
4052 static inline int is_stat_generation_stage(
const AV1_COMP *
const cpi) {
4059 static inline int is_stat_consumption_stage_twopass(
const AV1_COMP *
const cpi) {
4064 static inline int is_stat_consumption_stage(
const AV1_COMP *
const cpi) {
4065 return (is_stat_consumption_stage_twopass(cpi) ||
4071 static inline bool av1_need_dv_costs(
const AV1_COMP *
const cpi) {
4072 return !cpi->
sf.
rt_sf.use_nonrd_pick_mode &&
4073 av1_allow_intrabc(&cpi->
common) && !is_stat_generation_stage(cpi);
4093 static inline int is_one_pass_rt_params(
const AV1_COMP *cpi) {
4095 cpi->
oxcf.gf_cfg.lag_in_frames == 0;
4099 static inline int use_rtc_reference_structure_one_layer(
const AV1_COMP *cpi) {
4106 static inline int allow_postencode_drop_rtc(
const AV1_COMP *cpi) {
4110 !cpi->
rc.rtc_external_ratectrl && !frame_is_intra_only(cm) &&
4111 cpi->
svc.spatial_layer_id == 0;
4115 static inline int get_stats_buf_size(
int num_lap_buffer,
int num_lag_buffer) {
4117 return (num_lap_buffer > 0 ? num_lap_buffer + 1 : num_lag_buffer);
4123 MV_REFERENCE_FRAME ref0,
4124 MV_REFERENCE_FRAME ref1) {
4126 get_ref_scale_factors_const(cm, ref0 >= LAST_FRAME ? ref0 : 1);
4128 get_ref_scale_factors_const(cm, ref1 >= LAST_FRAME ? ref1 : 1);
4131 static inline int get_chessboard_index(
int frame_index) {
4132 return frame_index & 0x1;
4135 static inline const int *cond_cost_list_const(
const struct AV1_COMP *cpi,
4136 const int *cost_list) {
4137 const int use_cost_list = cpi->
sf.
mv_sf.subpel_search_method != SUBPEL_TREE &&
4138 cpi->
sf.
mv_sf.use_fullpel_costlist;
4139 return use_cost_list ? cost_list : NULL;
4142 static inline int *cond_cost_list(
const struct AV1_COMP *cpi,
int *cost_list) {
4143 const int use_cost_list = cpi->
sf.
mv_sf.subpel_search_method != SUBPEL_TREE &&
4144 cpi->
sf.
mv_sf.use_fullpel_costlist;
4145 return use_cost_list ? cost_list : NULL;
4149 double av1_get_compression_ratio(
const AV1_COMMON *
const cm,
4150 size_t encoded_frame_size);
4152 void av1_new_framerate(
AV1_COMP *cpi,
double framerate);
4154 void av1_setup_frame_size(
AV1_COMP *cpi);
4156 #define LAYER_IDS_TO_IDX(sl, tl, num_tl) ((sl) * (num_tl) + (tl)) 4159 static inline int av1_resize_scaled(
const AV1_COMMON *cm) {
4164 static inline int av1_frame_scaled(
const AV1_COMMON *cm) {
4165 return av1_superres_scaled(cm) || av1_resize_scaled(cm);
4171 static inline int encode_show_existing_frame(
const AV1_COMMON *cm) {
4178 static inline int get_mi_ext_idx(
const int mi_row,
const int mi_col,
4179 const BLOCK_SIZE mi_alloc_bsize,
4180 const int mbmi_ext_stride) {
4181 const int mi_ext_size_1d = mi_size_wide[mi_alloc_bsize];
4182 const int mi_ext_row = mi_row / mi_ext_size_1d;
4183 const int mi_ext_col = mi_col / mi_ext_size_1d;
4184 return mi_ext_row * mbmi_ext_stride + mi_ext_col;
4189 static inline void set_mode_info_offsets(
4193 set_mi_offsets(mi_params, xd, mi_row, mi_col);
4194 const int ext_idx = get_mi_ext_idx(mi_row, mi_col, mi_params->
mi_alloc_bsize,
4202 static inline BLOCK_SIZE find_partition_size(BLOCK_SIZE bsize,
int rows_left,
4203 int cols_left,
int *bh,
int *bw) {
4204 int int_size = (int)bsize;
4205 if (rows_left <= 0 || cols_left <= 0) {
4206 return AOMMIN(bsize, BLOCK_8X8);
4208 for (; int_size > 0; int_size -= 3) {
4209 *bh = mi_size_high[int_size];
4210 *bw = mi_size_wide[int_size];
4211 if ((*bh <= rows_left) && (*bw <= cols_left)) {
4216 return (BLOCK_SIZE)int_size;
4219 static const uint8_t av1_ref_frame_flag_list[REF_FRAMES] = { 0,
4230 static const MV_REFERENCE_FRAME disable_order[] = {
4237 static const MV_REFERENCE_FRAME
4238 ref_frame_priority_order[INTER_REFS_PER_FRAME] = {
4239 LAST_FRAME, ALTREF_FRAME, BWDREF_FRAME, GOLDEN_FRAME,
4240 ALTREF2_FRAME, LAST2_FRAME, LAST3_FRAME,
4243 static inline int get_ref_frame_flags(
const SPEED_FEATURES *
const sf,
4244 const int use_one_pass_rt_params,
4246 const int ext_ref_frame_flags) {
4251 int flags = ext_ref_frame_flags;
4253 for (
int i = 1; i < INTER_REFS_PER_FRAME; ++i) {
4259 (use_one_pass_rt_params && ref_frame_priority_order[i] == GOLDEN_FRAME)
4260 ? (1 + sf->
rt_sf.use_nonrd_altref_frame)
4262 for (
int j = 0; j < index; ++j) {
4266 if (this_ref == ref_frames[j] &&
4267 (flags & (1 << (ref_frame_priority_order[j] - 1)))) {
4268 flags &= ~(1 << (ref_frame_priority_order[i] - 1));
4287 #define MAX_GFUBOOST_FACTOR 10.0 4288 #define MIN_GFUBOOST_FACTOR 4.0 4290 static inline int is_frame_tpl_eligible(
const GF_GROUP *
const gf_group,
4292 const FRAME_UPDATE_TYPE update_type = gf_group->update_type[index];
4293 return update_type == ARF_UPDATE || update_type == GF_UPDATE ||
4294 update_type == KF_UPDATE;
4297 static inline int is_frame_eligible_for_ref_pruning(
const GF_GROUP *gf_group,
4298 int selective_ref_frame,
4299 int prune_ref_frames,
4301 return (selective_ref_frame > 0) && (prune_ref_frames > 0) &&
4302 !is_frame_tpl_eligible(gf_group, gf_index);
4306 static inline FRAME_UPDATE_TYPE get_frame_update_type(
const GF_GROUP *gf_group,
4307 int gf_frame_index) {
4308 return gf_group->update_type[gf_frame_index];
4311 static inline int av1_pixels_to_mi(
int pixels) {
4312 return ALIGN_POWER_OF_TWO(pixels, 3) >> MI_SIZE_LOG2;
4315 static inline int is_psnr_calc_enabled(
const AV1_COMP *cpi) {
4322 static inline int is_frame_resize_pending(
const AV1_COMP *
const cpi) {
4325 return (resize_pending_params->
width && resize_pending_params->
height &&
4331 static inline int is_loopfilter_used(
const AV1_COMMON *
const cm) {
4336 static inline int is_cdef_used(
const AV1_COMMON *
const cm) {
4342 static inline int is_restoration_used(
const AV1_COMMON *
const cm) {
4352 static inline unsigned int derive_skip_apply_postproc_filters(
4353 const AV1_COMP *cpi,
int use_loopfilter,
int use_cdef,
int use_superres,
4354 int use_restoration) {
4361 return (SKIP_APPLY_LOOPFILTER | SKIP_APPLY_CDEF);
4365 assert(cpi->
oxcf.mode == ALLINTRA);
4374 if (use_restoration)
return SKIP_APPLY_RESTORATION;
4375 if (use_superres)
return SKIP_APPLY_SUPERRES;
4382 ? (SKIP_APPLY_LOOPFILTER | SKIP_APPLY_CDEF)
4385 if (use_loopfilter)
return SKIP_APPLY_LOOPFILTER;
4392 static inline void set_postproc_filter_default_params(
AV1_COMMON *cm) {
4393 struct loopfilter *
const lf = &cm->
lf;
4397 lf->filter_level[0] = 0;
4398 lf->filter_level[1] = 0;
4408 static inline int is_inter_tx_size_search_level_one(
4409 const TX_SPEED_FEATURES *tx_sf) {
4410 return (tx_sf->inter_tx_size_search_init_depth_rect >= 1 &&
4411 tx_sf->inter_tx_size_search_init_depth_sqr >= 1);
4415 int lpf_opt_level = 0;
4416 if (is_inter_tx_size_search_level_one(&sf->
tx_sf))
4417 lpf_opt_level = (sf->
lpf_sf.lpf_pick == LPF_PICK_FROM_Q) ? 2 : 1;
4418 return lpf_opt_level;
4422 static inline bool is_switchable_motion_mode_allowed(
bool allow_warped_motion,
4424 return (allow_warped_motion || enable_obmc);
4427 #if CONFIG_AV1_TEMPORAL_DENOISING 4428 static inline int denoise_svc(
const struct AV1_COMP *
const cpi) {
4431 cpi->
svc.spatial_layer_id >= cpi->
svc.first_layer_denoise));
4435 #if CONFIG_COLLECT_PARTITION_STATS == 2 4436 static inline void av1_print_fr_partition_timing_stats(
4437 const FramePartitionTimingStats *part_stats,
const char *filename) {
4438 FILE *f = fopen(filename,
"w");
4443 fprintf(f,
"bsize,redo,");
4444 for (
int part = 0; part < EXT_PARTITION_TYPES; part++) {
4445 fprintf(f,
"decision_%d,", part);
4447 for (
int part = 0; part < EXT_PARTITION_TYPES; part++) {
4448 fprintf(f,
"attempt_%d,", part);
4450 for (
int part = 0; part < EXT_PARTITION_TYPES; part++) {
4451 fprintf(f,
"time_%d,", part);
4455 static const int bsizes[6] = { 128, 64, 32, 16, 8, 4 };
4457 for (
int bsize_idx = 0; bsize_idx < 6; bsize_idx++) {
4458 fprintf(f,
"%d,%d,", bsizes[bsize_idx], part_stats->partition_redo);
4459 for (
int part = 0; part < EXT_PARTITION_TYPES; part++) {
4460 fprintf(f,
"%d,", part_stats->partition_decisions[bsize_idx][part]);
4462 for (
int part = 0; part < EXT_PARTITION_TYPES; part++) {
4463 fprintf(f,
"%d,", part_stats->partition_attempts[bsize_idx][part]);
4465 for (
int part = 0; part < EXT_PARTITION_TYPES; part++) {
4466 fprintf(f,
"%ld,", part_stats->partition_times[bsize_idx][part]);
4472 #endif // CONFIG_COLLECT_PARTITION_STATS == 2 4474 #if CONFIG_COLLECT_PARTITION_STATS 4475 static inline int av1_get_bsize_idx_for_part_stats(BLOCK_SIZE bsize) {
4476 assert(bsize == BLOCK_128X128 || bsize == BLOCK_64X64 ||
4477 bsize == BLOCK_32X32 || bsize == BLOCK_16X16 || bsize == BLOCK_8X8 ||
4478 bsize == BLOCK_4X4);
4480 case BLOCK_128X128:
return 0;
4481 case BLOCK_64X64:
return 1;
4482 case BLOCK_32X32:
return 2;
4483 case BLOCK_16X16:
return 3;
4484 case BLOCK_8X8:
return 4;
4485 case BLOCK_4X4:
return 5;
4486 default: assert(0 &&
"Invalid bsize for partition_stats.");
return -1;
4489 #endif // CONFIG_COLLECT_PARTITION_STATS 4491 #if CONFIG_COLLECT_COMPONENT_TIMING 4492 static inline void start_timing(
AV1_COMP *cpi,
int component) {
4493 aom_usec_timer_start(&cpi->component_timer[component]);
4495 static inline void end_timing(
AV1_COMP *cpi,
int component) {
4496 aom_usec_timer_mark(&cpi->component_timer[component]);
4497 cpi->frame_component_time[component] +=
4498 aom_usec_timer_elapsed(&cpi->component_timer[component]);
4500 static inline char const *get_frame_type_enum(
int type) {
4502 case 0:
return "KEY_FRAME";
4503 case 1:
return "INTER_FRAME";
4504 case 2:
return "INTRA_ONLY_FRAME";
4505 case 3:
return "S_FRAME";
4518 #endif // AOM_AV1_ENCODER_ENCODER_H_ int seq_params_locked
Definition: encoder.h:2669
bool use_ref_frame_mvs
Definition: encoder.h:2300
int ref_idx_to_skip
Definition: encoder.h:3507
int sb_counter
Definition: encoder.h:3473
bool enable_masked_comp
Definition: encoder.h:407
RATE_CONTROL rc
Definition: encoder.h:3077
int64_t ts_start_last_show_frame
Definition: encoder.h:2621
CB_COEFF_BUFFER * coeff_buffer_base
Definition: encoder.h:2902
Encoder flags for intra prediction.
Definition: encoder.h:301
int key_freq_max
Definition: encoder.h:474
WinnerModeParams winner_mode_params
Definition: encoder.h:3067
CdefInfo cdef_info
Definition: av1_common_int.h:962
int do_update_frame_probs_interpfilter[10]
Definition: encoder.h:3261
int over_shoot_pct
Definition: encoder.h:588
RTC_REF rtc_ref
Definition: encoder.h:2858
Definition: encoder.h:223
bool refresh_idx_available
Definition: encoder.h:3500
Parameters related to Wiener Filter.
Definition: blockd.h:494
int all_one_sided_refs
Definition: encoder.h:3108
bool enable_interintra_wedge
Definition: encoder.h:423
pthread_mutex_t * mutex_
Definition: encoder.h:1391
Structure to hold search parameter per restoration unit and intermediate buffer of Wiener filter used...
Definition: encoder.h:1682
AV1_COMMON common
Definition: encoder.h:2913
MultiThreadInfo mt_info
Definition: encoder.h:3285
bool reduced_tx_type_set
Definition: encoder.h:373
Encoder data related to multi-threading for allintra deltaq-mode=3.
Definition: encoder.h:1593
int show_frame
Definition: av1_common_int.h:892
int data_alloc_width
Definition: encoder.h:3168
int allocated_cols
Definition: encoder.h:1525
bool enable_superres
Definition: encoder.h:459
int segment_map_w
Definition: encoder.h:2095
WienerInfo wiener
Definition: encoder.h:1663
int * num_finished_cols
Definition: encoder.h:1400
pthread_mutex_t * mutex_
Definition: encoder.h:1598
uint8_t * entropy_ctx
Definition: encoder.h:2442
int speed
Definition: encoder.h:3732
int num_threads_working
Definition: encoder.h:1426
Primary Encoder parameters related to multi-threading.
Definition: encoder.h:1698
bool enable_smooth_intra
Definition: encoder.h:314
int do_update_frame_probs_warp[10]
Definition: encoder.h:3256
int cq_level
Definition: encoder.h:602
RdIdxPair rd_idx_pair_arr[MAX_INTER_MODES]
Definition: encoder.h:1294
int num_frame_recode
Definition: encoder.h:3236
int * num_tile_cols_done
Definition: encoder.h:1536
RateControlCfg rc_cfg
Definition: encoder.h:947
Rate Control parameters and status.
Definition: ratectrl.h:134
bool alt_ref_frame
Definition: encoder.h:2159
uint16_t * eobs
Definition: encoder.h:2438
unsigned int vbr_corpus_complexity_lap
Definition: encoder.h:553
struct loopfilter lf
Definition: av1_common_int.h:946
bool skip_postproc_filtering
Definition: encoder.h:879
bool enable_tx_size_search
Definition: encoder.h:392
int disable_trellis_quant
Definition: encoder.h:835
int superres_kf_qthresh
Definition: encoder.h:439
FRAME_TYPE frame_type
Definition: encoder.h:3694
Parameters related to temporal filtering.
Definition: temporal_filter.h:98
int use_ducky_encode
Definition: encoder.h:3621
AV1LevelParams level_params
Definition: encoder.h:2705
MV_STATS mv_stats
Definition: encoder.h:3490
double framerate
Definition: encoder.h:3082
TplParams tpl_data
Definition: encoder.h:2778
FeatureFlags features
Definition: av1_common_int.h:912
CYCLIC_REFRESH * cyclic_refresh
Definition: encoder.h:3118
int last_coded_height
Definition: encoder.h:3201
BLOCK_SIZE weber_bsize
Definition: encoder.h:3557
aom_rc_mode
Rate control mode.
Definition: aom_encoder.h:185
double * tpl_rdmult_scaling_factors
Definition: encoder.h:2988
int max_consec_drop_ms
Definition: encoder.h:631
Frame refresh flags set by the external interface.
Definition: encoder.h:2260
static int has_no_stats_stage(const AV1_COMP *const cpi)
Check if the current stage has statistics.
Definition: encoder.h:4085
int allocated_sb_rows
Definition: encoder.h:1542
MV_SPEED_FEATURES mv_sf
Definition: speed_features.h:1968
Definition: encoder.h:224
Encoder rate control configuration parameters.
Definition: encoder.h:523
int filter_level[2]
Definition: encoder.h:2636
PRIMARY_RATE_CONTROL p_rc
Definition: encoder.h:2725
TEMPORAL_FILTER_INFO tf_info
Definition: encoder.h:2730
AV1TemporalFilterSync tf_sync
Definition: encoder.h:1817
bool is_dropped_frame
Definition: encoder.h:3572
Contains color maps used in palette mode.
Definition: block.h:354
bool update_pending
Definition: encoder.h:2269
int valid_gm_model_found[FRAME_UPDATE_TYPES]
Definition: encoder.h:2853
int sharpness
Definition: encoder.h:826
pthread_cond_t * cond_
Definition: encoder.h:1572
AV1GlobalMotionSync gm_sync
Definition: encoder.h:1812
Definition: aom_encoder.h:187
size_t available_bs_size
Definition: encoder.h:3478
CODING_CONTEXT coding_context
Definition: encoder.h:3057
Definition: encoder.h:232
fractional_mv_step_fp * find_fractional_mv_step
Definition: encoder.h:2138
int show_existing_alt_ref
Definition: encoder.h:2685
SgrprojInfo sgrproj
Definition: encoder.h:1668
TokenInfo token_info
Definition: encoder.h:3221
Encoder flags for compound prediction modes.
Definition: encoder.h:398
struct EncWorkerData * tile_thr_data
Definition: encoder.h:1718
int pipeline_lpf_mt_with_enc
Definition: encoder.h:1838
int cdef_bits
Number of CDEF strength values in bits.
Definition: av1_common_int.h:222
bool enable_angle_delta
Definition: encoder.h:336
enum aom_color_primaries aom_color_primaries_t
List of supported color primaries.
Provides definitions for using AOM or AV1 encoder algorithm within the aom Codec Interface.
bool alt_ref_frame
Definition: encoder.h:2265
MotionVectorSearchParams mv_search_params
Definition: encoder.h:3102
Encoder config related to the coding of key frames.
Definition: encoder.h:465
struct aom_codec_pkt_list * output_pkt_list
Definition: encoder.h:2675
int rows
Definition: encoder.h:1418
int num_mod_workers[NUM_MT_MODULES]
Definition: encoder.h:1754
int64_t ts_end_last_show_frame
Definition: encoder.h:2626
Definition: encoder.h:235
bool enable_interinter_wedge
Definition: encoder.h:419
int last_coded_width
Definition: encoder.h:3195
enum aom_scaling_mode_1d AOM_SCALING_MODE
aom 1-D scaling mode
enum aom_matrix_coefficients aom_matrix_coefficients_t
List of supported matrix coefficients.
struct aom_internal_error_info error
Definition: encoder.h:2760
Stores the transforms coefficients for the whole superblock.
Definition: block.h:206
struct AV1_COMP * cpi
Definition: encoder.h:2652
unsigned char * cx_data
Definition: encoder.h:2528
bool enable_1to4_partitions
Definition: encoder.h:285
Definition: encoder.h:2430
AV1EncoderConfig oxcf
Definition: encoder.h:2918
RD_STATS rd_cost_uv_arr[MAX_INTER_MODES]
Definition: encoder.h:1306
struct EncodeFrameInput EncodeFrameInput
Input frames and last input frame.
int allocated_tiles
Definition: encoder.h:3216
Buffers to be backed up during parallel encode set to be restored later.
Definition: encoder.h:1634
int cdef_uv_strengths[16]
CDEF strength values for chroma.
Definition: av1_common_int.h:220
int do_update_frame_probs_obmc[10]
Definition: encoder.h:3251
bool enable_paeth_intra
Definition: encoder.h:318
MB_MODE_INFO_EXT_FRAME * frame_base
Definition: encoder.h:1905
TemporalFilterCtx tf_ctx
Definition: encoder.h:2993
bool use_intra_dct_only
Definition: encoder.h:378
FRAME_INDEX_SET frame_index_set
Definition: encoder.h:3161
int superres_upscaled_height
Definition: av1_common_int.h:807
aom_film_grain_table_t * film_grain_table
Definition: encoder.h:3317
int num
Definition: encoder.h:1274
int * prep_rate_estimates
Definition: encoder.h:3541
int frames_left
Definition: encoder.h:2715
Encoder flags for transform sizes and types.
Definition: encoder.h:356
#define MAX_PARALLEL_FRAMES
Max number of frames that can be encoded in a parallel encode set.
Definition: encoder.h:1628
int rt_reduce_num_ref_buffers
Definition: encoder.h:3024
aom_fixed_buf_t twopass_stats_in
Definition: encoder.h:964
AVxWorker * workers
Definition: encoder.h:1712
PrimaryMultiThreadInfo p_mt_info
Definition: encoder.h:2840
SKIP_APPLY_POSTPROC_FILTER
This enum controls the application of post-processing filters on a reconstructed frame.
Definition: encoder.h:243
enum aom_rc_mode mode
Definition: encoder.h:607
int use_screen_content_tools
Definition: encoder.h:3339
bool enable_dist_wtd_comp
Definition: encoder.h:402
struct aom_denoise_and_model_t * denoise_and_model
Definition: encoder.h:3324
bool all_lossless
Definition: av1_common_int.h:396
pthread_cond_t * cond_
Definition: encoder.h:1392
Contains buffers used by av1_compound_type_rd()
Definition: block.h:366
WeberStats * mb_weber_stats
Definition: encoder.h:3535
Parameters related to global motion search.
Definition: encoder.h:2063
YV12_BUFFER_CONFIG * unscaled_last_source
Definition: encoder.h:2956
Generic fixed size buffer structure.
Definition: aom_encoder.h:88
int64_t sse_arr[MAX_INTER_MODES]
Definition: encoder.h:1286
uint16_t * cdef_colbuf[3]
Definition: encoder.h:1643
YV12_BUFFER_CONFIG * source
Definition: encoder.h:2931
int sync_range
Definition: encoder.h:1407
Frame time stamps.
Definition: encoder.h:2411
Data related to the current GF/ARF group and the individual frames within the group.
Definition: firstpass.h:339
Encoder info used for decision on forcing integer motion vectors.
Definition: encoder.h:1854
FRAME_INFO frame_info
Definition: encoder.h:3156
Definition: encoder.h:233
int ref_refresh_index
Definition: encoder.h:3494
int num_mod_workers[NUM_MT_MODULES]
Definition: encoder.h:1707
GlobalMotionInfo gm_info
Definition: encoder.h:3062
MB_MODE_INFO_EXT_FRAME * mbmi_ext_frame
Finalized mbmi_ext for the whole frame.
Definition: block.h:910
int p_num_workers
Definition: encoder.h:1734
aom_superres_mode superres_mode
Definition: encoder.h:455
size_t frame_size
Definition: encoder.h:2538
int stride
Definition: encoder.h:1913
int av1_get_compressed_data(AV1_COMP *cpi, AV1_COMP_DATA *const cpi_data)
Encode a frame.
Definition: encoder.c:4722
int8_t nearest_future_ref
Definition: encoder.h:2189
AV1LrStruct lr_ctxt
Definition: encoder.h:3307
int alloc_size
Definition: encoder.h:1909
int nb_cdef_strengths
Number of CDEF strength values.
Definition: av1_common_int.h:216
Definition: encoder.h:221
int num_tg
Definition: encoder.h:3427
Params related to temporal dependency model.
Definition: tpl_model.h:165
DuckyEncodeInfo ducky_encode_info
Definition: encoder.h:3627
struct AV1_COMP * parallel_cpi[4]
Definition: encoder.h:2578
AV1LfSync lf_row_sync
Definition: encoder.h:1797
NOISE_ESTIMATE noise_estimate
Definition: encoder.h:3444
int num_workers
Definition: encoder.h:1749
bool allow_intrabc
Definition: av1_common_int.h:383
TileDataEnc * tile_data
Definition: encoder.h:3212
double new_framerate
Definition: encoder.h:3275
bool golden_frame
Definition: encoder.h:2262
LOOPFILTER_CONTROL loopfilter_control
Definition: encoder.h:873
uint64_t * src_sad_blk_64x64
Definition: encoder.h:3608
struct EncWorkerData * tile_thr_data
Definition: encoder.h:1765
SVC svc
Definition: encoder.h:3411
RestorationInfo rst_info[3]
Definition: av1_common_int.h:953
int internal_altref_allowed
Definition: encoder.h:2680
int cdef_strengths[16]
CDEF strength values for luma.
Definition: av1_common_int.h:218
int64_t starting_buffer_level_ms
Definition: encoder.h:532
int vbrmax_section
Definition: encoder.h:624
bool enable_ab_partitions
Definition: encoder.h:281
bool row_mt_exit
Definition: encoder.h:1548
int consec_zero_mv_alloc_size
Definition: encoder.h:3462
Structure to hold data corresponding to an encoded frame.
Definition: encoder.h:2524
double * tpl_sb_rdmult_scaling_factors
Definition: encoder.h:2773
int key_freq_min
Definition: encoder.h:469
int under_shoot_pct
Definition: encoder.h:582
RestoreStateBuffers restore_state_buf
Definition: encoder.h:1832
Encoder config related to resize.
Definition: encoder.h:253
int16_t * dgd_avg
Definition: encoder.h:1692
Struct used to hold inter mode data for fast tx search.
Definition: encoder.h:1269
KeyFrameCfg kf_cfg
Definition: encoder.h:942
MV_STATS mv_stats
Definition: encoder.h:2783
uint8_t resize_scale_denominator
Definition: encoder.h:262
bool allow_screen_content_tools
Definition: av1_common_int.h:382
Top level primary encoder structure.
Definition: encoder.h:2574
int vbrbias
Definition: encoder.h:614
int64_t norm_wiener_variance
Definition: encoder.h:3562
TimeStamps time_stamps
Definition: encoder.h:3072
struct PrimaryMultiThreadInfo PrimaryMultiThreadInfo
Primary Encoder parameters related to multi-threading.
uint8_t superres_scale_denominator
Definition: encoder.h:445
Parameters related to Sgrproj Filter.
Definition: blockd.h:507
TWO_PASS twopass
Definition: encoder.h:2720
int64_t prev_ts_end
Definition: encoder.h:2419
Two pass status and control data.
Definition: firstpass.h:416
int mode_rate_arr[MAX_INTER_MODES]
Definition: encoder.h:1282
bool enable_rect_tx
Definition: encoder.h:368
Encoder-side probabilities for pruning of various AV1 tools.
Definition: encoder.h:1113
int skip_tpl_setup_stats
Definition: encoder.h:2978
ExtPartController ext_part_controller
Definition: encoder.h:3484
AV1EncPackBSSync pack_bs_sync
Definition: encoder.h:1807
int av1_receive_raw_frame(AV1_COMP *cpi, aom_enc_frame_flags_t frame_flags, const YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp)
Obtain the raw frame data.
Definition: encoder.c:4112
COST_UPDATE_TYPE
This enum controls how often the entropy costs should be updated.
Definition: encoder.h:220
Encoder config for coding block partitioning.
Definition: encoder.h:273
BLOCK_SIZE max_partition_size
Definition: encoder.h:295
uint16_t interp_filter_search_mask
Definition: encoder.h:2112
enum aom_superblock_size aom_superblock_size_t
Superblock size selection.
bool enable_overlay
Definition: encoder.h:864
SPEED_FEATURES sf
Definition: encoder.h:3097
int sframe_dist
Definition: encoder.h:485
int best_allowed_q
Definition: encoder.h:598
bool golden_frame
Definition: encoder.h:2157
int ref_frame_flags
Definition: encoder.h:3716
GF_STATE gf_state
Definition: encoder.h:2695
int av1_encode(AV1_COMP *const cpi, uint8_t *const dest, size_t dest_size, const EncodeFrameInput *const frame_input, const EncodeFrameParams *const frame_params, size_t *const frame_size)
Run 1-pass/2-pass encoding.
Definition: encoder.c:4014
Flags related to interpolation filter search.
Definition: encoder.h:2103
int width
Definition: av1_common_int.h:782
AV1CdefWorkerData * cdef_worker
Definition: encoder.h:1827
int64_t ambient_err
Definition: encoder.h:3046
int allocated_tile_rows
Definition: encoder.h:1507
int enable_keyframe_filtering
Definition: encoder.h:479
RefCntBuffer * ref_frame_map[REF_FRAMES]
Definition: av1_common_int.h:885
bool use_inter_dct_only
Definition: encoder.h:383
bool frame_size_related_setup_done
Definition: encoder.h:3189
ThreadData td
Definition: encoder.h:2885
bool pack_bs_mt_enabled
Definition: encoder.h:1776
Definition: encoder.h:225
aom_dist_metric
Distortion metric to use for RD optimization.
Definition: aomcx.h:1683
int worst_allowed_q
Definition: encoder.h:593
Thresholds for variance based partitioning.
Definition: encoder.h:1364
ResizePendingParams resize_pending_params
Definition: encoder.h:3206
GF_GROUP gf_group
Definition: encoder.h:2690
int allocated_rows
Definition: encoder.h:1518
bool fwd_kf_enabled
Definition: encoder.h:507
contains per-frame encoding parameters decided upon by av1_encode_strategy() and passed down to av1_e...
Definition: encoder.h:3686
Params related to MB_MODE_INFO arrays and related info.
Definition: av1_common_int.h:508
int render_height
Definition: av1_common_int.h:794
Definition: aom_encoder.h:177
SequenceHeader seq_params
Definition: encoder.h:2735
BLOCK_SIZE min_partition_size
Definition: encoder.h:290
int fwd_kf_dist
Definition: encoder.h:502
Top level speed vs quality trade off data struture.
Definition: speed_features.h:1939
int allocated_tile_cols
Definition: encoder.h:1511
Parameters related to restoration types.
Definition: encoder.h:1659
RefreshFrameInfo refresh_frame
Definition: encoder.h:3019
bool coded_lossless
Definition: av1_common_int.h:392
int rate_size
Definition: encoder.h:1867
int vaq_refresh
Definition: encoder.h:3226
TX_SPEED_FEATURES tx_sf
Definition: speed_features.h:1988
bool enable_filter_intra
Definition: encoder.h:310
int lap_enabled
Definition: encoder.h:2700
struct RestoreStateBuffers RestoreStateBuffers
Buffers to be backed up during parallel encode set to be restored later.
Contains buffers used to speed up rdopt for obmc.
Definition: block.h:329
Parameters for motion vector search process.
Definition: encoder.h:2118
bool do_frame_data_update
Definition: encoder.h:3523
BLOCK_SIZE fp_block_size
Definition: encoder.h:3467
Frame level features.
Definition: av1_common_int.h:365
const struct scale_factors * block_ref_scale_factors[2]
Definition: blockd.h:687
Definition: speed_features.h:172
bool last_frame
Definition: encoder.h:2261
SequenceHeader * seq_params
Definition: av1_common_int.h:983
struct AV1_COMP * cpi_lap
Definition: encoder.h:2657
LOOP_FILTER_SPEED_FEATURES lpf_sf
Definition: speed_features.h:2003
RefCntBuffer * scaled_ref_buf[INTER_REFS_PER_FRAME]
Definition: encoder.h:3009
AV1_PRIMARY * ppi
Definition: encoder.h:2874
bool enable_tpl_model
Definition: encoder.h:858
Parameters related to Restoration Info.
Definition: restoration.h:246
double ext_rate_scale
Definition: encoder.h:3552
AlgoCfg algo_cfg
Definition: encoder.h:937
int frames_since_last_update
Definition: encoder.h:3633
unsigned int max_intra_bitrate_pct
Definition: encoder.h:558
int show_frame
Definition: encoder.h:3704
struct AV1_COMP AV1_COMP
Top level encoder structure.
double * ssim_rdmult_scaling_factors
Definition: encoder.h:3392
RestorationType
This enumeration defines various restoration types supported.
Definition: enums.h:609
struct lookahead_ctx * lookahead
Definition: encoder.h:2662
bool enable_intrabc
Definition: encoder.h:517
AV1EncRowMultiThreadInfo enc_row_mt
Definition: encoder.h:1781
struct AV1EncoderConfig AV1EncoderConfig
Main encoder configuration data structure.
FirstPassData firstpass_data
Definition: encoder.h:3439
bool use_intra_default_tx_only
Definition: encoder.h:388
int existing_fb_idx_to_show
Definition: encoder.h:3292
EncQuantDequantParams enc_quant_dequant_params
Definition: encoder.h:2880
RESIZE_MODE resize_mode
Definition: encoder.h:257
aom_enc_pass
Multi-pass Encoding Pass.
Definition: aom_encoder.h:176
uint8_t resize_kf_scale_denominator
Definition: encoder.h:267
unsigned int gf_cbr_boost_pct
Definition: encoder.h:567
CommonTileParams tiles
Definition: av1_common_int.h:999
int superres_qthresh
Definition: encoder.h:434
bool auto_intra_tools_off
Definition: encoder.h:350
int use_svc
Definition: encoder.h:2740
CurrentFrame current_frame
Definition: av1_common_int.h:761
int render_width
Definition: av1_common_int.h:793
Describes look ahead buffer operations.
struct inter_modes_info InterModesInfo
Struct used to hold inter mode data for fast tx search.
InterpSearchFlags interp_search_flags
Definition: encoder.h:3330
int do_update_frame_probs_txtype[10]
Definition: encoder.h:3246
RefCntBuffer * ref_frame_map_copy[REF_FRAMES]
Definition: encoder.h:2616
struct AV1_COMP_DATA parallel_frames_data[4 - 1]
Definition: encoder.h:2584
unsigned int number_spatial_layers
Definition: encoder.h:2755
int remapped_ref_idx[REF_FRAMES]
Definition: encoder.h:3721
YV12 frame buffer data structure.
Definition: yv12config.h:46
YV12_BUFFER_CONFIG * unscaled_source
Definition: encoder.h:2946
Desired dimensions for an externally triggered resize.
Definition: encoder.h:2169
RefFrameDistanceInfo ref_frame_dist_info
Definition: encoder.h:3385
bool bwd_ref_frame
Definition: encoder.h:2263
FRAME_TYPE last_frame_type
Definition: encoder.h:3422
AVxWorker * workers
Definition: encoder.h:1759
int64_t threshold_minmax
Definition: encoder.h:1379
uint8_t superres_kf_scale_denominator
Definition: encoder.h:451
int palette_pixel_num
Definition: encoder.h:3662
AV1CdefSync cdef_sync
Definition: encoder.h:1822
int error_resilient_mode
Definition: encoder.h:3690
int arnr_max_frames
Definition: encoder.h:840
bool enable_sframe
Definition: encoder.h:512
Definition: encoder.h:234
int flush
Definition: encoder.h:2558
Parameters related to CDEF.
Definition: av1_common_int.h:200
TWO_PASS_FRAME twopass_frame
Definition: encoder.h:3591
int mv_step_param
Definition: encoder.h:2129
aom_tune_content
Definition: aomcx.h:1644
YV12_BUFFER_CONFIG trial_frame_rst
Definition: encoder.h:3041
uint8_t * consec_zero_mv
Definition: encoder.h:3457
bool enable_intra_edge_filter
Definition: encoder.h:305
Holds mv costs for encoding and motion search.
Definition: block.h:758
bool search_done
Definition: encoder.h:2067
int num_fp_contexts
Definition: encoder.h:2631
int32_t * rst_tmpbuf
Definition: encoder.h:1648
unsigned int min_cr
Definition: encoder.h:572
int deltaq_used
Definition: encoder.h:3380
bool refresh_frame_context
Definition: encoder.h:2289
aom_variance_fn_ptr_t fn_ptr[BLOCK_SIZES_ALL]
Definition: encoder.h:2767
Encoder data related to row-based multi-threading.
Definition: encoder.h:1503
int64_t maximum_buffer_size_ms
Definition: encoder.h:542
int max_mv_magnitude
Definition: encoder.h:2124
int height
Definition: encoder.h:2171
Variables related to current coding block.
Definition: blockd.h:570
TRELLIS_OPT_TYPE optimize_seg_arr[8]
Definition: encoder.h:2924
int64_t prev_ts_start
Definition: encoder.h:2415
Parameters used for winner mode processing.
Definition: encoder.h:2207
bool refresh_frame_context_pending
Definition: encoder.h:2295
Segmentation related information for the current frame.
Definition: encoder.h:2393
int droppable
Definition: encoder.h:3151
int64_t target_bandwidth
Definition: encoder.h:547
enum aom_enc_pass pass
Definition: encoder.h:1050
CoeffBufferPool coeff_buffer_pool
Definition: encoder.h:2908
uint8_t cdf_update_mode
Definition: encoder.h:853
LOOPFILTER_CONTROL
This enum controls to which frames loopfilter is applied.
Definition: encoder.h:231
bool enable_smooth_interintra
Definition: encoder.h:411
Top level encoder structure.
Definition: encoder.h:2870
int intrabc_extra_top_right_sb_delay
Definition: encoder.h:1414
int drop_frames_water_mark
Definition: encoder.h:576
int intrabc_used
Definition: encoder.h:3297
bool enable_flip_idtx
Definition: encoder.h:364
int initial_mbs
Definition: encoder.h:3183
int vbrmin_section
Definition: encoder.h:619
unsigned int number_temporal_layers
Definition: encoder.h:2750
enum aom_color_range aom_color_range_t
List of supported color range.
int cols
Definition: av1_common_int.h:435
uint64_t rec_sse
Definition: encoder.h:3615
unsigned int zeromv_skip_thresh_exit_part[BLOCK_SIZES_ALL]
Definition: encoder.h:3638
enum aom_bit_depth aom_bit_depth_t
Bit depth for codecThis enumeration determines the bit depth of the codec.
Holds mv costs for intrabc.
Definition: block.h:789
struct MultiThreadInfo MultiThreadInfo
Encoder parameters related to multi-threading.
VarBasedPartitionInfo vbp_info
Definition: encoder.h:3231
int filter_level_u
Definition: encoder.h:2641
bool has_lossless_segment
Definition: encoder.h:2405
int pop_lookahead
Definition: encoder.h:2568
int8_t nearest_past_ref
Definition: encoder.h:2185
FRAME_COUNTS counts
Definition: encoder.h:2890
AV1EncAllIntraMultiThreadInfo intra_mt
Definition: encoder.h:1787
ActiveMap active_map
Definition: encoder.h:3123
aom_codec_err_t
Algorithm return codes.
Definition: aom_codec.h:155
REAL_TIME_SPEED_FEATURES rt_sf
Definition: speed_features.h:2008
const aom_rational64_t * timestamp_ratio
Definition: encoder.h:2563
EncSegmentationInfo enc_seg
Definition: encoder.h:3113
RefreshFrameInfo refresh_frame
Definition: encoder.h:3727
AV1EncRowMultiThreadSync intra_row_mt_sync
Definition: encoder.h:2864
YV12_BUFFER_CONFIG last_frame_uf
Definition: encoder.h:3035
Top level common structure used by both encoder and decoder.
Definition: av1_common_int.h:757
int ref_frame_flags
Definition: encoder.h:2279
Algorithm configuration parameters.
Definition: encoder.h:819
aom_superres_mode superres_mode
Definition: encoder.h:3434
int segment_map_h
Definition: encoder.h:2096
Encoder config related to frame super-resolution.
Definition: encoder.h:429
enum aom_chroma_sample_position aom_chroma_sample_position_t
List of chroma sample positions.
Temporal filter info for a gop.
Definition: temporal_filter.h:161
Stores the prediction/txfm mode of the current coding block.
Definition: blockd.h:222
Refresh frame flags for different type of frames.
Definition: encoder.h:2156
RestorationLineBuffers * rlbs
Definition: encoder.h:1653
unsigned int large_scale
Definition: av1_common_int.h:495
AV1CdefWorkerData * cdef_worker
Definition: encoder.h:1723
bool enable_diagonal_intra
Definition: encoder.h:331
bool alt2_ref_frame
Definition: encoder.h:2264
int filter_level_v
Definition: encoder.h:2646
int superres_upscaled_width
Definition: av1_common_int.h:806
bool enable_diff_wtd_comp
Definition: encoder.h:415
ExternalFlags ext_flags
Definition: encoder.h:3029
Refrence frame distance related variables.
Definition: encoder.h:2177
YV12_BUFFER_CONFIG scaled_last_source
Definition: encoder.h:2961
Encoder parameters related to multi-threading.
Definition: encoder.h:1745
uint8_t * map
Definition: encoder.h:2399
BLOCK_SIZE mi_alloc_bsize
Definition: av1_common_int.h:557
int data_alloc_height
Definition: encoder.h:3175
ExtRefreshFrameFlagsInfo refresh_frame
Definition: encoder.h:2284
int scaled_last_source_available
Definition: encoder.h:3668
Buffer to store mode information at mi_alloc_bsize (4x4 or 8x8) level.
Definition: encoder.h:1900
bool enable_rect_partitions
Definition: encoder.h:277
bool enable_directional_intra
Definition: encoder.h:326
int speed
Definition: encoder.h:3092
AV1LrPickStruct pick_lr_ctxt
Definition: encoder.h:3312
int is_screen_content_type
Definition: encoder.h:3347
double * ext_rate_distribution
Definition: encoder.h:3547
int fb_of_context_type[REF_FRAMES]
Definition: encoder.h:2835
RD_STATS rd_cost_arr[MAX_INTER_MODES]
Definition: encoder.h:1298
ForceIntegerMVInfo force_intpel_info
Definition: encoder.h:3003
bool use_s_frame
Definition: encoder.h:2310
FrameProbInfo frame_new_probs[10]
Definition: encoder.h:3241
bool alloc_pyramid
Definition: encoder.h:3644
#define NUM_RECODES_PER_FRAME
Max number of recodes used to track the frame probabilities.
Definition: encoder.h:1623
bool use_primary_ref_none
Definition: encoder.h:2316
RD_OPT rd
Definition: encoder.h:3051
int rate_index
Definition: encoder.h:1863
FrameProbInfo frame_probs
Definition: encoder.h:2845
bool enable_tx64
Definition: encoder.h:360
MB_MODE_INFO mbmi_arr[MAX_INTER_MODES]
Definition: encoder.h:1278
AVxWorker * p_workers[4]
Definition: encoder.h:1729
aom_superres_mode
Frame super-resolution mode.
Definition: aom_encoder.h:207
int64_t est_rd_arr[MAX_INTER_MODES]
Definition: encoder.h:1290
unsigned int max_inter_bitrate_pct
Definition: encoder.h:563
int64_t ts_frame_end
Definition: encoder.h:2553
int b_calculate_psnr
Definition: encoder.h:2710
size_t cx_data_sz
Definition: encoder.h:2533
struct AV1_COMP_DATA AV1_COMP_DATA
Structure to hold data corresponding to an encoded frame.
Frame level Two pass status and control data.
Definition: firstpass.h:458
enum aom_transfer_characteristics aom_transfer_characteristics_t
List of supported transfer functions.
The stucture of CYCLIC_REFRESH.
Definition: aq_cyclicrefresh.h:36
int64_t optimal_buffer_level_ms
Definition: encoder.h:537
Encoder parameters for synchronization of row based multi-threading.
Definition: encoder.h:1385
long aom_enc_frame_flags_t
Encoded Frame Flags.
Definition: aom_encoder.h:377
YV12_BUFFER_CONFIG orig_source
Definition: encoder.h:2973
Main encoder configuration data structure.
Definition: encoder.h:925
AV1TplRowMultiThreadInfo tpl_row_mt
Definition: encoder.h:1792
bool bwd_ref_frame
Definition: encoder.h:2158
bool use_error_resilient
Definition: encoder.h:2305
RefCntBuffer * last_show_frame_buf
Definition: encoder.h:3014
bool buffer_removal_time_present
Definition: encoder.h:2745
Encoder's parameters related to the current coding block.
Definition: block.h:878
pthread_cond_t * cond_
Definition: encoder.h:1602
RD_STATS rd_cost_y_arr[MAX_INTER_MODES]
Definition: encoder.h:1302
int height
Definition: av1_common_int.h:783
MBMIExtFrameBufferInfo mbmi_ext_info
Definition: encoder.h:2895
bool firstpass_mt_exit
Definition: encoder.h:1555
bool auto_key
Definition: encoder.h:497
struct EncodeFrameParams EncodeFrameParams
contains per-frame encoding parameters decided upon by av1_encode_strategy() and passed down to av1_e...
bool error_resilient_mode
Definition: av1_common_int.h:407
int arnr_strength
Definition: encoder.h:845
aom_tune_metric
Model tuning parameters.
Definition: aomcx.h:1663
CdefSearchCtx * cdef_search_ctx
Definition: encoder.h:2998
COMPRESSOR_STAGE compressor_stage
Definition: encoder.h:3416
Flags signalled by the external interface at frame level.
Definition: encoder.h:2275
Primary Rate Control parameters and status.
Definition: ratectrl.h:300
struct AV1_PRIMARY AV1_PRIMARY
Top level primary encoder structure.
int default_interp_skip_flags
Definition: encoder.h:2108
int64_t first_ts_start
Definition: encoder.h:2423
uint16_t * cdef_srcbuf
Definition: encoder.h:1638
FILE * second_pass_log_stream
Definition: encoder.h:3603
tran_low_t * tcoeff
Definition: encoder.h:2434
unsigned char gf_frame_index
Definition: encoder.h:3128
RestorationType frame_restoration_type
Definition: restoration.h:250
bool row_mt_enabled
Definition: encoder.h:1771
bool mb_wiener_mt_exit
Definition: encoder.h:1562
Definition: aom_encoder.h:178
int next_mi_row
Definition: encoder.h:1422
int width
Definition: encoder.h:2170
int prev_num_enc_workers
Definition: encoder.h:1739
bool enable_cfl_intra
Definition: encoder.h:322
int sframe_mode
Definition: encoder.h:492
pthread_mutex_t * mutex_
Definition: encoder.h:1568
int * mb_delta_q
Definition: encoder.h:3567
int ref_frame_flags
Definition: encoder.h:3087
int num_workers
Definition: encoder.h:1702
int do_update_vbr_bits_off_target_fast
Definition: encoder.h:3280
AV1LrSync lr_row_sync
Definition: encoder.h:1802
YV12_BUFFER_CONFIG * last_source
Definition: encoder.h:2940
unsigned int lib_flags
Definition: encoder.h:2543
The stucture of SVC.
Definition: svc_layercontext.h:89
Definition: aom_encoder.h:179
YV12_BUFFER_CONFIG * unfiltered_source
Definition: encoder.h:2967
YV12_BUFFER_CONFIG scaled_source
Definition: encoder.h:2951
Stores best extended mode information at frame level.
Definition: block.h:242
int prune_ref_frame_mask
Definition: encoder.h:3302
int show_existing_frame
Definition: av1_common_int.h:907
int64_t ts_frame_start
Definition: encoder.h:2548
int frame_header_count
Definition: encoder.h:3375
Definition: encoder.h:222