blob: 5b803792efac0cb1002b7d2c55631a96d8df49fe [file] [log] [blame]
Yaowu Xuc27fc142016-08-22 16:08:15 -07001/*
James Zernb7c05bd2024-06-11 19:15:10 -07002 * Copyright (c) 2016, Alliance for Open Media. All rights reserved.
Yaowu Xuc27fc142016-08-22 16:08:15 -07003 *
Yaowu Xu2ab7ff02016-09-02 12:04:54 -07004 * This source code is subject to the terms of the BSD 2 Clause License and
5 * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
6 * was not distributed with this source code in the LICENSE file, you can
7 * obtain it at www.aomedia.org/license/software. If the Alliance for Open
8 * Media Patent License 1.0 was not distributed with this source code in the
9 * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
Yaowu Xuc27fc142016-08-22 16:08:15 -070010 */
11
James Zerne1cbb132018-08-22 14:10:36 -070012#ifndef AOM_AV1_ENCODER_RATECTRL_H_
13#define AOM_AV1_ENCODER_RATECTRL_H_
Yaowu Xuc27fc142016-08-22 16:08:15 -070014
Yaowu Xuf883b422016-08-30 14:01:10 -070015#include "aom/aom_codec.h"
16#include "aom/aom_integer.h"
Yaowu Xuc27fc142016-08-22 16:08:15 -070017
David Turner4f1f1812019-01-24 17:00:24 +000018#include "aom_ports/mem.h"
19
Wan-Teh Changf2d15ee2020-03-10 09:24:43 -070020#include "av1/common/av1_common_int.h"
Yaowu Xuc27fc142016-08-22 16:08:15 -070021#include "av1/common/blockd.h"
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
Urvang Joshifee52c62020-06-17 13:45:55 -070027/*!\cond */
28
Yaowu Xuc27fc142016-08-22 16:08:15 -070029// Bits Per MB at different Q (Multiplied by 512)
30#define BPER_MB_NORMBITS 9
31
Sarah Parker97803fc2019-05-17 14:15:37 -070032// Use this macro to turn on/off use of alt-refs in one-pass mode.
33#define USE_ALTREF_FOR_ONE_PASS 1
34
Urvang Joshic6d7e2d2018-11-06 15:52:42 -080035// Threshold used to define if a KF group is static (e.g. a slide show).
36// Essentially, this means that no frame in the group has more than 1% of MBs
37// that are not marked as coded with 0,0 motion in the first pass.
38#define STATIC_KF_GROUP_THRESH 99
39#define STATIC_KF_GROUP_FLOAT_THRESH 0.99
40
41// The maximum duration of a GF group that is static (e.g. a slide show).
42#define MAX_STATIC_GF_GROUP_LENGTH 250
43
Yaowu Xuc27fc142016-08-22 16:08:15 -070044#define MIN_GF_INTERVAL 4
Jingning Hanb5c134c2020-02-07 09:27:21 -080045#define MAX_GF_INTERVAL 32
Jingning Hanaa1d8fc2020-10-01 14:41:12 -070046#define FIXED_GF_INTERVAL 16
Aasaipriyad1ef4602020-03-16 20:13:35 +053047#define MAX_GF_LENGTH_LAP 16
Yaowu Xuc27fc142016-08-22 16:08:15 -070048
Yunqing Wang415abbd2021-10-06 20:17:26 -070049#define FIXED_GF_INTERVAL_RT 80
50#define MAX_GF_INTERVAL_RT 160
51
bohanlie1515342020-02-25 11:58:11 -080052#define MAX_NUM_GF_INTERVALS 15
bohanlia964eea2020-02-13 11:48:00 -080053
Paul Wilkins47426162020-03-02 17:46:07 +000054#define MAX_ARF_LAYERS 6
55// #define STRICT_RC
56
Jerome Jiangda133ca2021-11-15 07:50:10 -080057#define DEFAULT_KF_BOOST_RT 2300
58#define DEFAULT_GF_BOOST_RT 2000
59
Cheng Chen3e353752022-04-01 16:36:37 -070060// A passive rate control strategy for screen content type in real-time mode.
61// When it is turned on, the compression performance is improved by
62// 7.8% (overall_psnr), 5.0% (VMAF) on average. Some clips see gains
63// over 20% on metric.
64// The downside is that it does not guarantee frame size.
65// Since RT mode has a tight restriction on buffer overflow control, we
66// turn it off by default.
67#define RT_PASSIVE_STRATEGY 0
68#define MAX_Q_HISTORY 1000
69
Yaowu Xuc27fc142016-08-22 16:08:15 -070070typedef struct {
Debargha Mukherjeeccb27262017-09-25 14:19:46 -070071 int resize_width;
72 int resize_height;
Urvang Joshide71d142017-10-05 12:12:15 -070073 uint8_t superres_denom;
Debargha Mukherjee7166f222017-09-05 21:32:42 -070074} size_params_type;
75
Urvang Joshi7a890232019-03-22 17:00:31 -070076enum {
Jingning Hanbf237192019-12-15 15:21:31 +000077 INTER_NORMAL,
78 GF_ARF_LOW,
79 GF_ARF_STD,
80 KF_STD,
Urvang Joshi7a890232019-03-22 17:00:31 -070081 RATE_FACTOR_LEVELS
82} UENUM1BYTE(RATE_FACTOR_LEVEL);
83
Marco Paniconicea99e22019-07-16 18:36:31 -070084enum {
85 KF_UPDATE,
86 LF_UPDATE,
87 GF_UPDATE,
88 ARF_UPDATE,
89 OVERLAY_UPDATE,
90 INTNL_OVERLAY_UPDATE, // Internal Overlay Frame
91 INTNL_ARF_UPDATE, // Internal Altref Frame
92 FRAME_UPDATE_TYPES
93} UENUM1BYTE(FRAME_UPDATE_TYPE);
94
Jingning Hanf8420392020-08-20 14:42:08 -070095enum {
96 REFBUF_RESET, // Clear reference frame buffer
97 REFBUF_UPDATE, // Refresh reference frame buffer
98 REFBUF_STATES
99} UENUM1BYTE(REFBUF_STATE);
Jingning Hana77319b2020-08-09 23:10:44 -0700100
Marco Paniconi69e6dcc2020-07-20 14:19:20 -0700101typedef enum {
102 NO_RESIZE = 0,
103 DOWN_THREEFOUR = 1, // From orig to 3/4.
104 DOWN_ONEHALF = 2, // From orig or 3/4 to 1/2.
105 UP_THREEFOUR = -1, // From 1/2 to 3/4.
106 UP_ORIG = -2, // From 1/2 or 3/4 to orig.
107} RESIZE_ACTION;
108
109typedef enum { ORIG = 0, THREE_QUARTER = 1, ONE_HALF = 2 } RESIZE_STATE;
110
bohanli5c2c97d2020-09-24 11:59:32 -0700111#define MAX_FIRSTPASS_ANALYSIS_FRAMES 150
112typedef enum region_types {
113 STABLE_REGION = 0,
114 HIGH_VAR_REGION = 1,
115 SCENECUT_REGION = 2,
116 BLENDING_REGION = 3,
117} REGION_TYPES;
118
119typedef struct regions {
120 int start;
121 int last;
122 double avg_noise_var;
123 double avg_cor_coeff;
124 double avg_sr_fr_ratio;
125 double avg_intra_err;
126 double avg_coded_err;
127 REGION_TYPES type;
128} REGIONS;
129
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100130/*!\endcond */
131/*!
132 * \brief Rate Control parameters and status
133 */
Debargha Mukherjee7166f222017-09-05 21:32:42 -0700134typedef struct {
Yaowu Xuc27fc142016-08-22 16:08:15 -0700135 // Rate targetting variables
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100136
137 /*!
138 * Baseline target rate for frame before adjustment for previous under or
139 * over shoot.
140 */
141 int base_frame_target;
142 /*!
143 * Target rate for frame after adjustment for previous under or over shoot.
144 */
Yaowu Xuc27fc142016-08-22 16:08:15 -0700145 int this_frame_target; // Actual frame target after rc adjustment.
Jingning Han2eedec52020-02-05 10:33:43 -0800146
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100147 /*!
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100148 * Projected size for current frame
149 */
Yaowu Xuc27fc142016-08-22 16:08:15 -0700150 int projected_frame_size;
Yaowu Xuc27fc142016-08-22 16:08:15 -0700151
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100152 /*!
Cheng Chen8e74aaf2020-08-24 21:07:12 -0700153 * Bit size of transform coefficient for current frame.
154 */
155 int coefficient_size;
156
157 /*!
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100158 * Super block rate target used with some adaptive quantization strategies.
159 */
160 int sb64_target_rate;
161
162 /*!
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100163 * Number of frames since the last ARF / GF.
164 */
Yaowu Xuc27fc142016-08-22 16:08:15 -0700165 int frames_since_golden;
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100166
167 /*!
168 * Number of frames till the next ARF / GF is due.
169 */
Yaowu Xuc27fc142016-08-22 16:08:15 -0700170 int frames_till_gf_update_due;
bohanlia964eea2020-02-13 11:48:00 -0800171
Paul Wilkins1fb01722020-07-07 17:45:46 +0100172 /*!
173 * Number of determined gf groups left
174 */
bohanlia964eea2020-02-13 11:48:00 -0800175 int intervals_till_gf_calculate_due;
Paul Wilkins1fb01722020-07-07 17:45:46 +0100176
Paul Wilkins1fb01722020-07-07 17:45:46 +0100177 /*!\cond */
Yaowu Xuc27fc142016-08-22 16:08:15 -0700178 int min_gf_interval;
179 int max_gf_interval;
180 int static_scene_max_gf_interval;
Paul Wilkins1fb01722020-07-07 17:45:46 +0100181 /*!\endcond */
182 /*!
183 * Frames before the next key frame
184 */
Yaowu Xuc27fc142016-08-22 16:08:15 -0700185 int frames_to_key;
Paul Wilkins1fb01722020-07-07 17:45:46 +0100186 /*!\cond */
Yaowu Xuc27fc142016-08-22 16:08:15 -0700187 int frames_since_key;
Jingning Hanc7c31d12021-06-23 09:56:22 -0700188 int frames_to_fwd_kf;
Yaowu Xuc27fc142016-08-22 16:08:15 -0700189 int is_src_frame_alt_ref;
Urvang Joshi6ce7fbc2019-03-22 15:24:21 -0700190 int sframe_due;
Yaowu Xuc27fc142016-08-22 16:08:15 -0700191
Jerome Jiang854f9682020-04-03 15:15:33 -0700192 int high_source_sad;
Marco Paniconi3a5d8b82024-07-10 11:46:04 -0700193 int high_motion_content_screen_rtc;
Jerome Jiang854f9682020-04-03 15:15:33 -0700194 uint64_t avg_source_sad;
Marco Paniconi482293b2020-05-01 10:56:13 -0700195 uint64_t prev_avg_source_sad;
Marco Paniconie591c6b2022-01-19 12:31:32 -0800196 uint64_t frame_source_sad;
Marco Paniconi07ec09a2024-09-10 22:39:47 -0700197 uint64_t frame_spatial_variance;
Marco Paniconi975db332024-08-29 20:17:18 -0700198 int static_since_last_scene_change;
Marco Paniconic4bfd432024-07-15 15:48:03 -0700199 int last_encoded_size_keyframe;
200 int last_target_size_keyframe;
201 int frames_since_scene_change;
202 int perc_flat_blocks_keyframe;
Jerome Jiang854f9682020-04-03 15:15:33 -0700203
Yaowu Xuc27fc142016-08-22 16:08:15 -0700204 int avg_frame_bandwidth; // Average frame size target for clip
205 int min_frame_bandwidth; // Minimum allocation used for any frame
206 int max_frame_bandwidth; // Maximum burst rate allowed for a frame.
Marco Paniconifb4e6e52019-11-22 11:44:42 -0800207 int prev_avg_frame_bandwidth;
Yaowu Xuc27fc142016-08-22 16:08:15 -0700208
209 int ni_av_qi;
210 int ni_tot_qi;
Yaowu Xuc27fc142016-08-22 16:08:15 -0700211
Yaowu Xuc27fc142016-08-22 16:08:15 -0700212 int decimation_factor;
213 int decimation_count;
Marco Paniconi6154a1e2023-06-14 14:42:41 -0700214 int prev_frame_is_dropped;
Marco Paniconi5c46a342023-10-23 14:40:00 -0700215 int drop_count_consec;
216 int max_consec_drop;
Marco Paniconi55740da2024-07-07 21:46:30 -0700217 int force_max_q;
218 int postencode_drop;
Yaowu Xuc27fc142016-08-22 16:08:15 -0700219
Marco Paniconi233000f2023-06-12 15:10:54 -0700220 /*!
221 * Frame number for encoded frames (non-dropped).
222 * Use for setting the rtc reference structure.
223 */
224 unsigned int frame_number_encoded;
225
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100226 /*!\endcond */
227 /*!
228 * User specified maximum Q allowed for current frame
229 */
Yaowu Xuc27fc142016-08-22 16:08:15 -0700230 int worst_quality;
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100231 /*!
232 * User specified minimum Q allowed for current frame
233 */
Yaowu Xuc27fc142016-08-22 16:08:15 -0700234 int best_quality;
235
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100236 /*!\cond */
Yaowu Xuc27fc142016-08-22 16:08:15 -0700237
238 // rate control history for last frame(1) and the frame before(2).
Yunqing Wang89de3d52022-01-12 15:48:29 -0800239 // -1: overshoot
240 // 1: undershoot
Yaowu Xuc27fc142016-08-22 16:08:15 -0700241 // 0: not initialized.
242 int rc_1_frame;
243 int rc_2_frame;
244 int q_1_frame;
245 int q_2_frame;
246
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100247 /*!\endcond */
248 /*!
Paul Wilkinsff3923f2022-08-22 17:16:03 +0100249 * Proposed maximum allowed Q for current frame
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100250 */
Sarah Parkere1b22012019-06-06 16:35:25 -0700251 int active_worst_quality;
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100252
253 /*!\cond */
Fyodor Kyslov34b591f2020-06-24 20:13:58 -0700254 // Track amount of low motion in scene
255 int avg_frame_low_motion;
Marco Paniconi60e4e242022-07-24 23:32:02 -0700256 int cnt_zeromv;
Marco Paniconi69e6dcc2020-07-20 14:19:20 -0700257
Fyodor Kyslove76a05b2022-01-31 13:46:38 -0800258 // signals if number of blocks with motion is high
Marco Paniconi03b2ff92022-09-21 23:24:15 -0700259 int percent_blocks_with_motion;
260
Marco Paniconi37108eb2024-03-19 15:14:33 -0700261 // signals percentage of 16x16 blocks that are inactive, via active_maps
Marco Paniconi74d1ea72024-03-12 14:51:48 -0700262 int percent_blocks_inactive;
263
Marco Paniconi03b2ff92022-09-21 23:24:15 -0700264 // Maximum value of source sad across all blocks of frame.
265 uint64_t max_block_source_sad;
Fyodor Kyslove76a05b2022-01-31 13:46:38 -0800266
Marco Paniconi69e6dcc2020-07-20 14:19:20 -0700267 // For dynamic resize, 1 pass cbr.
268 RESIZE_STATE resize_state;
269 int resize_avg_qp;
270 int resize_buffer_underflow;
271 int resize_count;
Jerome Jiang089794f2021-11-18 12:30:37 -0800272
273 // Flag to disable content related qp adjustment.
274 int rtc_external_ratectrl;
Remya Prakasanfcfd50e2022-03-09 20:57:28 +0530275
276 // Stores fast_extra_bits of the current frame.
Aasaipriyae0da0852021-05-31 18:37:37 +0530277 int frame_level_fast_extra_bits;
Nithya V S56a23622022-05-10 11:32:43 +0530278
Aasaipriya87e4abc2021-06-07 19:20:00 +0530279 double frame_level_rate_correction_factors[RATE_FACTOR_LEVELS];
Marco Paniconi503c5e32022-10-13 13:47:32 -0700280
281 int frame_num_last_gf_refresh;
Marco Paniconibee1cad2022-11-28 14:25:08 -0800282
283 int prev_coded_width;
284 int prev_coded_height;
Yunqing Wangc964a812022-12-01 20:08:16 -0800285
286 // The ratio used for inter frames in bit estimation.
287 // TODO(yunqing): if golden frame is treated differently (e.g. gf_cbr_boost_
288 // pct > THR), consider to add bit_est_ratio_g for golden frames.
289 int bit_est_ratio;
Jerome Jiang706ee362023-01-25 13:37:57 -0500290
Wan-Teh Chang323fa022023-03-01 15:28:58 -0800291 // Whether to use a fixed qp for the frame, bypassing internal rate control.
Jerome Jiang706ee362023-01-25 13:37:57 -0500292 // This flag will reset to 0 after every frame.
293 int use_external_qp_one_pass;
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100294 /*!\endcond */
Yaowu Xuc27fc142016-08-22 16:08:15 -0700295} RATE_CONTROL;
296
Mufaddal Chakera94ee9bf2021-04-12 01:02:22 +0530297/*!
298 * \brief Primary Rate Control parameters and status
299 */
300typedef struct {
301 // Sub-gop level Rate targetting variables
302
303 /*!
304 * Target bit budget for the current GF / ARF group of frame.
305 */
306 int64_t gf_group_bits;
307
308 /*!
309 * Boost factor used to calculate the extra bits allocated to the key frame
310 */
311 int kf_boost;
312
313 /*!
314 * Boost factor used to calculate the extra bits allocated to ARFs and GFs
315 */
316 int gfu_boost;
317
318 /*!
319 * Stores the determined gf group lengths for a set of gf groups
320 */
321 int gf_intervals[MAX_NUM_GF_INTERVALS];
322
323 /*!
324 * The current group's index into gf_intervals[]
325 */
326 int cur_gf_index;
327
328 /*!\cond */
329 int num_regions;
330
331 REGIONS regions[MAX_FIRSTPASS_ANALYSIS_FRAMES];
332 int regions_offset; // offset of regions from the last keyframe
333 int frames_till_regions_update;
334
335 int baseline_gf_interval;
336
337 int constrained_gf_group;
338
339 int this_key_frame_forced;
340
341 int next_key_frame_forced;
342 /*!\endcond */
343
344 /*!
345 * Initial buffuer level in ms for CBR / low delay encoding
346 */
347 int64_t starting_buffer_level;
348
349 /*!
350 * Optimum / target buffuer level in ms for CBR / low delay encoding
351 */
352 int64_t optimal_buffer_level;
353
354 /*!
355 * Maximum target buffuer level in ms for CBR / low delay encoding
356 */
357 int64_t maximum_buffer_size;
358
359 /*!
360 * Q index used for ALT frame
361 */
362 int arf_q;
363
364 /*!\cond */
365 float_t arf_boost_factor;
366
367 int base_layer_qp;
368
369 // Total number of stats used only for kf_boost calculation.
370 int num_stats_used_for_kf_boost;
371
372 // Total number of stats used only for gfu_boost calculation.
373 int num_stats_used_for_gfu_boost;
374
375 // Total number of stats required by gfu_boost calculation.
376 int num_stats_required_for_gfu_boost;
377
Mufaddal Chakera94ee9bf2021-04-12 01:02:22 +0530378 int enable_scenecut_detection;
379
380 int use_arf_in_this_kf_group;
Remya Prakasan2c355282021-07-08 13:27:48 +0530381
382 int ni_frames;
383
384 double tot_q;
Mufaddal Chakera94ee9bf2021-04-12 01:02:22 +0530385 /*!\endcond */
386
387 /*!
388 * Q used for last boosted (non leaf) frame
389 */
390 int last_kf_qindex;
Aasaipriyacdfcf172021-06-05 16:40:57 +0530391
Tarundeep Singh5d03ed32021-06-23 19:23:19 +0530392 /*!
393 * Average of q index of previous encoded frames in a sequence.
394 */
395 int avg_frame_qindex[FRAME_TYPES];
396
Remya Prakasanffeb4972022-06-21 20:00:28 +0530397#if CONFIG_FPMT_TEST
Remya Prakasan6566bc82021-11-05 23:21:12 +0530398 /*!
399 * Temporary variable used in simulating the delayed update of
400 * active_best_quality.
401 */
402 int temp_active_best_quality[MAX_ARF_LAYERS + 1];
403
404 /*!
405 * Temporary variable used in simulating the delayed update of
406 * last_boosted_qindex.
407 */
408 int temp_last_boosted_qindex;
409
410 /*!
411 * Temporary variable used in simulating the delayed update of
412 * avg_q.
413 */
414 double temp_avg_q;
415
416 /*!
417 * Temporary variable used in simulating the delayed update of
418 * last_q.
419 */
420 int temp_last_q[FRAME_TYPES];
421
422 /*!
423 * Temporary variable used in simulating the delayed update of
424 * projected_frame_size.
425 */
426 int temp_projected_frame_size;
427
428 /*!
429 * Temporary variable used in simulating the delayed update of
430 * total_actual_bits.
431 */
432 int64_t temp_total_actual_bits;
433
434 /*!
435 * Temporary variable used in simulating the delayed update of
436 * buffer_level.
437 */
438 int64_t temp_buffer_level;
439
440 /*!
441 * Temporary variable used in simulating the delayed update of
442 * vbr_bits_off_target.
443 */
444 int64_t temp_vbr_bits_off_target;
445
446 /*!
447 * Temporary variable used in simulating the delayed update of
448 * vbr_bits_off_target_fast.
449 */
450 int64_t temp_vbr_bits_off_target_fast;
451
452 /*!
453 * Temporary variable used in simulating the delayed update of
454 * rate_correction_factors.
455 */
456 double temp_rate_correction_factors[RATE_FACTOR_LEVELS];
457
458 /*!
459 * Temporary variable used in simulating the delayed update of
460 * rate_error_estimate.
461 */
462 int temp_rate_error_estimate;
463
464 /*!
465 * Temporary variable used in simulating the delayed update of
466 * rolling_arf_group_target_bits.
467 */
468 int temp_rolling_arf_group_target_bits;
469
470 /*!
471 * Temporary variable used in simulating the delayed update of
472 * rolling_arf_group_actual_bits;.
473 */
474 int temp_rolling_arf_group_actual_bits;
475
476 /*!
477 * Temporary variable used in simulating the delayed update of
478 * bits_left;.
479 */
480 int64_t temp_bits_left;
481
482 /*!
483 * Temporary variable used in simulating the delayed update of
484 * extend_minq.
485 */
486 int temp_extend_minq;
487
488 /*!
489 * Temporary variable used in simulating the delayed update of
490 * extend_maxq.
491 */
492 int temp_extend_maxq;
493
Remya Prakasan6566bc82021-11-05 23:21:12 +0530494#endif
Aasaipriyac6f0a0b2021-08-12 11:27:03 +0530495 /*!
496 * Proposed minimum allowed Q different layers in a coding pyramid
497 */
498 int active_best_quality[MAX_ARF_LAYERS + 1];
499
500 /*!
501 * Q used for last boosted (non leaf) frame (GF/KF/ARF)
502 */
503 int last_boosted_qindex;
504
505 /*!
506 * Average Q value of previous inter frames
507 */
508 double avg_q;
509
510 /*!
511 * Q used on last encoded frame of the given type.
512 */
513 int last_q[FRAME_TYPES];
Aasaipriyae0da0852021-05-31 18:37:37 +0530514
515 /*!
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530516 * Correction factors used to adjust the q estimate for a given target rate
517 * in the encode loop.
Aasaipriyae0da0852021-05-31 18:37:37 +0530518 */
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530519 double rate_correction_factors[RATE_FACTOR_LEVELS];
Aasaipriyae0da0852021-05-31 18:37:37 +0530520
521 /*!
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530522 * Current total consumed bits.
Aasaipriyae0da0852021-05-31 18:37:37 +0530523 */
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530524 int64_t total_actual_bits;
Aasaipriyae0da0852021-05-31 18:37:37 +0530525
526 /*!
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530527 * Current total target bits.
Aasaipriyae0da0852021-05-31 18:37:37 +0530528 */
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530529 int64_t total_target_bits;
Aasaipriyae0da0852021-05-31 18:37:37 +0530530
531 /*!
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530532 * Current buffer level.
Aasaipriyae0da0852021-05-31 18:37:37 +0530533 */
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530534 int64_t buffer_level;
Aasaipriyae0da0852021-05-31 18:37:37 +0530535
536 /*!
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530537 * PCT rc error.
Aasaipriyae0da0852021-05-31 18:37:37 +0530538 */
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530539 int rate_error_estimate;
Aasaipriyae0da0852021-05-31 18:37:37 +0530540
541 /*!
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530542 * Error bits available from previously encoded frames.
Aasaipriyae0da0852021-05-31 18:37:37 +0530543 */
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530544 int64_t vbr_bits_off_target;
Aasaipriyae0da0852021-05-31 18:37:37 +0530545
546 /*!
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530547 * Error bits available from previously encoded frames undershoot.
Aasaipriyae0da0852021-05-31 18:37:37 +0530548 */
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530549 int64_t vbr_bits_off_target_fast;
Aasaipriyae0da0852021-05-31 18:37:37 +0530550
551 /*!
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530552 * Total bits deviated from the average frame target, from previously
553 * encoded frames.
Aasaipriyae0da0852021-05-31 18:37:37 +0530554 */
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530555 int64_t bits_off_target;
Aasaipriyabf0417d2021-08-12 11:34:14 +0530556
557 /*!
558 * Rolling monitor target bits updated based on current frame target size.
559 */
560 int rolling_target_bits;
561
562 /*!
563 * Rolling monitor actual bits updated based on current frame final projected
564 * size.
565 */
566 int rolling_actual_bits;
Cheng Chen3e353752022-04-01 16:36:37 -0700567
568 /*!
569 * The history of qindex for each frame.
570 * Only used when RT_PASSIVE_STRATEGY = 1.
571 */
572 int q_history[MAX_Q_HISTORY];
Mufaddal Chakera94ee9bf2021-04-12 01:02:22 +0530573} PRIMARY_RATE_CONTROL;
Paul Wilkinse8c76eb2020-06-30 17:24:11 +0100574
Wan-Teh Chang4d422742022-08-22 13:37:11 -0700575/*!\cond */
576
Yaowu Xuf883b422016-08-30 14:01:10 -0700577struct AV1_COMP;
578struct AV1EncoderConfig;
Kavi Ramamurthy291ef252021-06-09 17:07:30 +0000579struct GF_GROUP;
Yaowu Xuc27fc142016-08-22 16:08:15 -0700580
Mufaddal Chakera94ee9bf2021-04-12 01:02:22 +0530581void av1_primary_rc_init(const struct AV1EncoderConfig *oxcf,
582 PRIMARY_RATE_CONTROL *p_rc);
583
Aasaipriya65e5e9e2021-08-12 11:31:27 +0530584void av1_rc_init(const struct AV1EncoderConfig *oxcf, RATE_CONTROL *rc);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700585
Yunqing Wang1ff889c2022-11-07 15:24:29 -0800586int av1_estimate_bits_at_q(const struct AV1_COMP *cpi, int q,
587 double correction_factor);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700588
Yaowu Xuf883b422016-08-30 14:01:10 -0700589double av1_convert_qindex_to_q(int qindex, aom_bit_depth_t bit_depth);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700590
Yaowu Xuf883b422016-08-30 14:01:10 -0700591void av1_rc_init_minq_luts(void);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700592
Yaowu Xuf883b422016-08-30 14:01:10 -0700593int av1_rc_get_default_min_gf_interval(int width, int height, double framerate);
Urvang Joshif4e775c2018-12-14 11:33:17 -0800594
Yaowu Xuc27fc142016-08-22 16:08:15 -0700595// Generally at the high level, the following flow is expected
596// to be enforced for rate control:
597// First call per frame, one of:
Mark Wachsler389f2672022-02-02 07:26:12 -0800598// av1_get_one_pass_rt_params()
599// av1_get_second_pass_params()
Yaowu Xuc27fc142016-08-22 16:08:15 -0700600// depending on the usage to set the rate control encode parameters desired.
601//
602// Then, call encode_frame_to_data_rate() to perform the
603// actual encode. This function will in turn call encode_frame()
Tarundeep Singh249a8672021-06-10 15:40:43 +0530604// one or more times, followed by:
Yaowu Xuf883b422016-08-30 14:01:10 -0700605// av1_rc_postencode_update_drop_frame()
Yaowu Xuc27fc142016-08-22 16:08:15 -0700606//
607// The majority of rate control parameters are only expected
Mark Wachsler389f2672022-02-02 07:26:12 -0800608// to be set in the av1_get_..._params() functions and
Yaowu Xuf883b422016-08-30 14:01:10 -0700609// updated during the av1_rc_postencode_update...() functions.
610// The only exceptions are av1_rc_drop_frame() and
611// av1_rc_update_rate_correction_factors() functions.
Yaowu Xuc27fc142016-08-22 16:08:15 -0700612
613// Functions to set parameters for encoding before the actual
614// encode_frame_to_data_rate() function.
Ranjit Kumar Tulabandud10be502022-08-08 16:45:06 +0530615struct EncodeFrameInput;
Yaowu Xuc27fc142016-08-22 16:08:15 -0700616
617// Post encode update of the rate control parameters based
618// on bytes used
Yaowu Xuf883b422016-08-30 14:01:10 -0700619void av1_rc_postencode_update(struct AV1_COMP *cpi, uint64_t bytes_used);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700620// Post encode update of the rate control parameters for dropped frames
Yaowu Xuf883b422016-08-30 14:01:10 -0700621void av1_rc_postencode_update_drop_frame(struct AV1_COMP *cpi);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700622
Paul Wilkins5ce9d502020-07-16 17:58:40 +0100623/*!\endcond */
624/*!\brief Updates the rate correction factor linking Q to output bits
625 *
626 * This function updates the Q rate correction factor after an encode
627 * cycle depending on whether we overshot or undershot the target rate.
628 *
629 * \ingroup rate_control
630 * \param[in] cpi Top level encoder instance structure
Nithya V S3ce203a2022-01-20 17:46:09 +0530631 * \param[in] is_encode_stage Indicates if recode loop or post-encode
Paul Wilkins5ce9d502020-07-16 17:58:40 +0100632 * \param[in] width Frame width
633 * \param[in] height Frame height
634 *
Wan-Teh Chang0defff82022-08-23 14:17:01 -0700635 * \remark Updates the relevant rate correction factor in cpi->rc
Paul Wilkins5ce9d502020-07-16 17:58:40 +0100636 */
Aasaipriya87e4abc2021-06-07 19:20:00 +0530637void av1_rc_update_rate_correction_factors(struct AV1_COMP *cpi,
Nithya V S3ce203a2022-01-20 17:46:09 +0530638 int is_encode_stage, int width,
639 int height);
Paul Wilkins5ce9d502020-07-16 17:58:40 +0100640/*!\cond */
Yaowu Xuc27fc142016-08-22 16:08:15 -0700641
642// Decide if we should drop this frame: For 1-pass CBR.
643// Changes only the decimation count in the rate control structure
Yaowu Xuf883b422016-08-30 14:01:10 -0700644int av1_rc_drop_frame(struct AV1_COMP *cpi);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700645
646// Computes frame size bounds.
Yaowu Xuf883b422016-08-30 14:01:10 -0700647void av1_rc_compute_frame_size_bounds(const struct AV1_COMP *cpi,
648 int this_frame_target,
649 int *frame_under_shoot_limit,
650 int *frame_over_shoot_limit);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700651
Urvang Joshifee52c62020-06-17 13:45:55 -0700652/*!\endcond */
653
654/*!\brief Picks q and q bounds given the rate control parameters in \c cpi->rc.
655 *
656 * \ingroup rate_control
657 * \param[in] cpi Top level encoder structure
Urvang Joshifee52c62020-06-17 13:45:55 -0700658 * \param[in] width Coded frame width
659 * \param[in] height Coded frame height
660 * \param[in] gf_index Index of this frame in the golden frame group
661 * \param[out] bottom_index Bottom bound for q index (best quality)
662 * \param[out] top_index Top bound for q index (worst quality)
663 * \return Returns selected q index to be used for encoding this frame.
664 * Also, updates \c rc->arf_q.
665 */
Paul Wilkinsff3923f2022-08-22 17:16:03 +0100666int av1_rc_pick_q_and_bounds(struct AV1_COMP *cpi, int width, int height,
Mufaddal Chakera94ee9bf2021-04-12 01:02:22 +0530667 int gf_index, int *bottom_index, int *top_index);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700668
Paul Wilkins5ce9d502020-07-16 17:58:40 +0100669/*!\brief Estimates q to achieve a target bits per frame
670 *
671 * \ingroup rate_control
672 * \param[in] cpi Top level encoder instance structure
673 * \param[in] target_bits_per_frame Frame rate target
674 * \param[in] active_worst_quality Max Q allowed
675 * \param[in] active_best_quality Min Q allowed
676 * \param[in] width Frame width
677 * \param[in] height Frame height
678 *
679 * \return Returns a q index value
680 */
Yaowu Xuf883b422016-08-30 14:01:10 -0700681int av1_rc_regulate_q(const struct AV1_COMP *cpi, int target_bits_per_frame,
Debargha Mukherjee7166f222017-09-05 21:32:42 -0700682 int active_best_quality, int active_worst_quality,
683 int width, int height);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700684
Paul Wilkins5ce9d502020-07-16 17:58:40 +0100685/*!\cond */
Yaowu Xuc27fc142016-08-22 16:08:15 -0700686// Estimates bits per mb for a given qindex and correction factor.
Yunqing Wang6d9cd9c2022-11-07 16:18:16 -0800687int av1_rc_bits_per_mb(const struct AV1_COMP *cpi, FRAME_TYPE frame_type,
688 int qindex, double correction_factor,
689 int accurate_estimate);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700690
Urvang Joshi1765dd02019-02-08 10:26:00 -0800691// Find q_index corresponding to desired_q, within [best_qindex, worst_qindex].
692// To be precise, 'q_index' is the smallest integer, for which the corresponding
693// q >= desired_q.
694// If no such q index is found, returns 'worst_qindex'.
695int av1_find_qindex(double desired_q, aom_bit_depth_t bit_depth,
696 int best_qindex, int worst_qindex);
697
Yaowu Xuc27fc142016-08-22 16:08:15 -0700698// Computes a q delta (in "q index" terms) to get from a starting q value
699// to a target q value
Yaowu Xuf883b422016-08-30 14:01:10 -0700700int av1_compute_qdelta(const RATE_CONTROL *rc, double qstart, double qtarget,
701 aom_bit_depth_t bit_depth);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700702
703// Computes a q delta (in "q index" terms) to get from a starting q value
704// to a value that should equate to the given rate ratio.
Yunqing Wang97237792022-11-07 15:55:30 -0800705int av1_compute_qdelta_by_rate(const struct AV1_COMP *cpi,
706 FRAME_TYPE frame_type, int qindex,
707 double rate_target_ratio);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700708
Debargha Mukherjee7166f222017-09-05 21:32:42 -0700709void av1_rc_update_framerate(struct AV1_COMP *cpi, int width, int height);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700710
Debargha Mukherjee7166f222017-09-05 21:32:42 -0700711void av1_set_target_rate(struct AV1_COMP *cpi, int width, int height);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700712
Yaowu Xuf883b422016-08-30 14:01:10 -0700713int av1_resize_one_pass_cbr(struct AV1_COMP *cpi);
Yaowu Xuc27fc142016-08-22 16:08:15 -0700714
Sarah Parker97803fc2019-05-17 14:15:37 -0700715void av1_rc_set_frame_target(struct AV1_COMP *cpi, int target, int width,
716 int height);
717
Marco Paniconi6868fb42021-09-08 22:47:26 -0700718void av1_adjust_gf_refresh_qp_one_pass_rt(struct AV1_COMP *cpi);
719
Marco Paniconi1a3a74a2022-08-28 22:26:48 -0700720void av1_set_rtc_reference_structure_one_layer(struct AV1_COMP *cpi,
721 int gf_update);
Jingning Han3f3318f2020-08-16 16:12:10 -0700722
Paul Wilkins83cfad42020-06-26 12:38:07 +0100723/*!\endcond */
724/*!\brief Calculates how many bits to use for a P frame in one pass vbr
725 *
726 * \ingroup rate_control
727 * \callgraph
728 * \callergraph
729 *
730 * \param[in] cpi Top level encoder structure
731 * \param[in] frame_update_type Type of frame
732 *
733 * \return Returns the target number of bits for this frame.
734 */
Marco Paniconicea99e22019-07-16 18:36:31 -0700735int av1_calc_pframe_target_size_one_pass_vbr(
736 const struct AV1_COMP *const cpi, FRAME_UPDATE_TYPE frame_update_type);
737
Paul Wilkins83cfad42020-06-26 12:38:07 +0100738/*!\brief Calculates how many bits to use for an i frame in one pass vbr
739 *
740 * \ingroup rate_control
741 * \callgraph
742 * \callergraph
743 *
744 * \param[in] cpi Top level encoder structure
745 *
746 * \return Returns the target number of bits for this frame.
747 */
Marco Paniconicea99e22019-07-16 18:36:31 -0700748int av1_calc_iframe_target_size_one_pass_vbr(const struct AV1_COMP *const cpi);
749
Marco Paniconidd0fa452020-07-07 12:04:32 -0700750/*!\brief Calculates how many bits to use for a P frame in one pass cbr
751 *
752 * \ingroup rate_control
753 * \callgraph
754 * \callergraph
755 *
756 * \param[in] cpi Top level encoder structure
757 * \param[in] frame_update_type Type of frame
758 *
759 * \return Returns the target number of bits for this frame.
760 */
Marco Paniconicea99e22019-07-16 18:36:31 -0700761int av1_calc_pframe_target_size_one_pass_cbr(
762 const struct AV1_COMP *cpi, FRAME_UPDATE_TYPE frame_update_type);
763
Marco Paniconidd0fa452020-07-07 12:04:32 -0700764/*!\brief Calculates how many bits to use for an i frame in one pass cbr
765 *
766 * \ingroup rate_control
767 * \callgraph
768 * \callergraph
769 *
770 * \param[in] cpi Top level encoder structure
771 *
772 * \return Returns the target number of bits for this frame.
773 */
Marco Paniconicea99e22019-07-16 18:36:31 -0700774int av1_calc_iframe_target_size_one_pass_cbr(const struct AV1_COMP *cpi);
775
Marco Paniconidd0fa452020-07-07 12:04:32 -0700776/*!\brief Setup the rate control parameters for 1 pass real-time mode.
777 *
778 * - Sets the frame type and target frame size.
779 * - Sets the GF update.
780 * - Checks for scene change.
781 * - Sets the reference prediction structure for 1 layers (non-SVC).
782 * - Resets and updates are done for SVC.
783 *
784 * \ingroup rate_control
785 * \param[in] cpi Top level encoder structure
Wan-Teh Chang5529fda2022-09-02 11:31:17 -0700786 * \param[in] frame_type Encoder frame type
Ranjit Kumar Tulabandud10be502022-08-08 16:45:06 +0530787 * \param[in] frame_input Current and last input source frames
Wan-Teh Chang5529fda2022-09-02 11:31:17 -0700788 * \param[in] frame_flags Encoder frame flags
Marco Paniconidd0fa452020-07-07 12:04:32 -0700789 *
Wan-Teh Chang0defff82022-08-23 14:17:01 -0700790 * \remark Nothing is returned. Instead the settings computed in this
Wan-Teh Changc7812582022-08-23 20:17:34 -0700791 * function are set in: \c frame_params, \c cpi->common, \c cpi->rc,
792 * \c cpi->svc.
Marco Paniconidd0fa452020-07-07 12:04:32 -0700793 */
Marco Paniconicea99e22019-07-16 18:36:31 -0700794void av1_get_one_pass_rt_params(struct AV1_COMP *cpi,
Wan-Teh Chang5529fda2022-09-02 11:31:17 -0700795 FRAME_TYPE *const frame_type,
Ranjit Kumar Tulabandud10be502022-08-08 16:45:06 +0530796 const struct EncodeFrameInput *frame_input,
Marco Paniconicea99e22019-07-16 18:36:31 -0700797 unsigned int frame_flags);
798
Marco Paniconidd0fa452020-07-07 12:04:32 -0700799/*!\brief Increase q on expected encoder overshoot, for CBR mode.
800 *
801 * Handles the case when encoder is expected to create a large frame:
802 * - q is increased to value closer to \c cpi->rc.worst_quality
803 * - avg_frame_qindex is reset
804 * - buffer levels are reset
805 * - rate correction factor is adjusted
806 *
807 * \ingroup rate_control
808 * \param[in] cpi Top level encoder structure
809 * \param[in] q Current q index
810 *
811 * \return q is returned, and updates are done to \c cpi->rc.
812 */
813int av1_encodedframe_overshoot_cbr(struct AV1_COMP *cpi, int *q);
Urvang Joshifee52c62020-06-17 13:45:55 -0700814
Marco Paniconi55740da2024-07-07 21:46:30 -0700815/*!\brief Check if frame should be dropped, for RTC mode.
816 *
817 * \ingroup rate_control
818 * \param[in] cpi Top level encoder structure
819 * \param[in,out] size Size of encoded frame
820 *
821 * \return 1 if frame is to be dropped, 0 otherwise (no drop).
822 * Set cpi->rc.force_max_q if frame is to be dropped, and updates are
823 * made to rate control parameters. *size is set to 0 when this
824 * function returns 1 (frame is dropped).
825 */
826int av1_postencode_drop_cbr(struct AV1_COMP *cpi, size_t *size);
827
Yaowu Xuc27fc142016-08-22 16:08:15 -0700828#ifdef __cplusplus
829} // extern "C"
830#endif
831
James Zerne1cbb132018-08-22 14:10:36 -0700832#endif // AOM_AV1_ENCODER_RATECTRL_H_