commit | 90d99d6fca680a5cbca7206bdff022639689adb4 | [log] [tgz] |
---|---|---|
author | Fyodor Kyslov <kyslov@google.com> | Tue May 02 23:28:45 2023 +0000 |
committer | Fyodor Kyslov <kyslov@google.com> | Mon May 08 16:32:39 2023 +0000 |
tree | d6fab8bb542ac0733a66b9444effdefdae0498cb | |
parent | 4a8548b544d048f94c8b01d2727f5f948d270c5d [diff] |
AV1Enc: Fixing VBR quality issue CTS test uncovered quality issue in case of rapid content change in VBR mode. Because of libaom VBR resulted in >20% BR increase on some files, we are using AOM CBR (for MediaCodec VBR) with the following restrictions: 1. Buffer control variables are set to default (for VBR) 2. MaxQP is set to 52. This will also allow to maintain quality floor Test: atest DecodeEditEncodeTest Bug: b/279671663 Change-Id: Ie9f2fbbc09c44104759fdef30d90c5009abbc0fe