Skip to content

Add tools-off options for low complexity decoding - #5213

Merged
leolzhao merged 1 commit into
AOMediaCodec:av2-encfrom
yunqingwang1:lc-dec
Aug 6, 2026
Merged

Add tools-off options for low complexity decoding#5213
leolzhao merged 1 commit into
AOMediaCodec:av2-encfrom
yunqingwang1:lc-dec

Conversation

@yunqingwang1

@yunqingwang1 yunqingwang1 commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Several tools are disabled that give good coding efficiency vs decoder time tradeoff, and the corresponding
sequence flags are reset.

Baseline: 82dbc4b
Test condition: CTC, RA, 65 frames, speed 1

   | PSNR-YUV | Enc-time (%) | Dec-time (%)
-- | -------- | ------------ | ----------
A1 | 2.00%    | 97%          | 57%
A2 | 1.62%    | 98%          | 61%
A3 | 2.01%    | 100%         | 60%

With "enable_low_complexity_decode = 1", SW decoder complexity (vs AV1 decoder) reduces from 4x
to 2.3x.

STATS_CHANGED for enable_low_complexity_decode = 1

@leolzhao

leolzhao commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Is enable_low_complexity_decode still turned off by default for speed 1? @yunqingwang1

@yunqingwang1

Copy link
Copy Markdown
Contributor Author

@leolzhao Yes, enable_low_complexity_decode is always disabled by default.

Several tools are disabled, and the corresponding sequence flags are reset.

STATS_CHANGED for enable_low_complexity_decode = 1
@leolzhao
leolzhao merged commit 5b32726 into AOMediaCodec:av2-enc Aug 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants