AV1: Use Default TX type for encoding

This will further speed up intra frame encoding

Bug: None
Change-Id: I3c836502cdcb1037e3128850a085b92acd8fc7ad
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212821
Reviewed-by: Marco Paniconi <marpan@webrtc.org>
Commit-Queue: Fyodor Kyslov <kyslov@google.com>
Cr-Commit-Position: refs/heads/master@{#33544}
This commit is contained in:
Fyodor Kyslov
2021-03-22 13:53:57 -07:00
committed by Commit Bot
parent 2f71b61a34
commit 26abdaf478
2 changed files with 9 additions and 1 deletions

View File

@ -89,7 +89,7 @@ TEST(VideoCodecTestLibaom, HdAV1) {
std::vector<RateControlThresholds> rc_thresholds = {
{13, 3, 0, 1, 0.3, 0.1, 0, 1}};
std::vector<QualityThresholds> quality_thresholds = {{36, 31.9, 0.93, 0.87}};
std::vector<QualityThresholds> quality_thresholds = {{36, 31.7, 0.93, 0.87}};
fixture->RunTest(rate_profiles, &rc_thresholds, &quality_thresholds, nullptr);
}