Skip to content
Snippets Groups Projects
Commit 93b779b4 authored by Urvang Joshi's avatar Urvang Joshi
Browse files

Update comment for frame superres scaling mode.

Based on code change in:
https://aomedia-review.googlesource.com/c/aom/+/21140

Change-Id: I771ba6e08259e1c43cb06ebe6436dafe07fdf1d5
parent f344afbb
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
......@@ -394,8 +394,8 @@ typedef struct aom_codec_enc_cfg {
* upscaling after the encode/decode process. Taking control of upscaling and
* using restoration filters should allow it to outperform normal resizing.
*
* Mode 0 is SUPERRES_NONE, mode 1 is SUPERRES_FIXED, and mode 2 is
* SUPERRES_RANDOM.
* Mode 0 is SUPERRES_NONE, mode 1 is SUPERRES_FIXED, mode 2 is
* SUPERRES_RANDOM and mode 3 is SUPERRES_QTHRESH.
*/
unsigned int rc_superres_mode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment