Skip to content

Extend ref_mv_idx search pruning to speed 1-5 - #5220

Merged
leolzhao merged 1 commit into
AOMediaCodec:av2-encfrom
YixinDu1:yixin/0805_prune_ref_mv_idx
Aug 6, 2026
Merged

Extend ref_mv_idx search pruning to speed 1-5#5220
leolzhao merged 1 commit into
AOMediaCodec:av2-encfrom
YixinDu1:yixin/0805_prune_ref_mv_idx

Conversation

@YixinDu1

@YixinDu1 YixinDu1 commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Enable the DRL ref_mv_idx search pruning for speeds 1-5.

Anchor: 7837c40
Test condition: CTC, RA, 33 frames

RA, speed 4:

+------------+-------+-------+-------+-------+------+
| Class      |     Y |    Cb |    Cr |  wAvg | Enc% |
+------------+-------+-------+-------+-------+------+
| A1         |  0.08 |  0.06 |  0.15 |  0.09 | 97.8 |
| A2         |  0.10 |  0.15 |  0.06 |  0.09 | 97.3 |
+------------+-------+-------+-------+-------+------+
| Avg w/o B2 |  0.09 |  0.15 |  0.26 |  0.10 | 97.3 |
+------------+-------+-------+-------+-------+------+

RA, speed 1:

+------------+-------+-------+-------+-------+------+
| Class      |     Y |    Cb |    Cr |  wAvg | Enc% |
+------------+-------+-------+-------+-------+------+
| A1         |  0.06 |  0.22 | -0.01 |  0.07 | 97.3 |
| A2         |  0.07 |  0.26 |  0.08 |  0.08 | 96.7 |
+------------+-------+-------+-------+-------+------+
| Avg w/o B2 |  0.05 |  0.19 |  0.10 |  0.06 | 96.6 |
+------------+-------+-------+-------+-------+------+

STATS_CHANGED

@YixinDu1
YixinDu1 marked this pull request as ready for review August 6, 2026 00:32
Enable the DRL ref_mv_idx search pruning for speeds 1-5.

Anchor: 7837c40
Test condition: CTC, RA, 33 frames

RA, speed 4:
+------------+-------+-------+-------+-------+------+
| Class      |     Y |    Cb |    Cr |  wAvg | Enc% |
+------------+-------+-------+-------+-------+------+
| A1         |  0.08 |  0.06 |  0.15 |  0.09 | 97.8 |
| A2         |  0.10 |  0.15 |  0.06 |  0.09 | 97.3 |
+------------+-------+-------+-------+-------+------+
| Avg w/o B2 |  0.09 |  0.15 |  0.26 |  0.10 | 97.3 |
+------------+-------+-------+-------+-------+------+

RA, speed 1:
+------------+-------+-------+-------+-------+------+
| Class      |     Y |    Cb |    Cr |  wAvg | Enc% |
+------------+-------+-------+-------+-------+------+
| A1         |  0.06 |  0.22 | -0.01 |  0.07 | 97.3 |
| A2         |  0.07 |  0.26 |  0.08 |  0.08 | 96.7 |
+------------+-------+-------+-------+-------+------+
| Avg w/o B2 |  0.05 |  0.19 |  0.10 |  0.06 | 96.6 |
+------------+-------+-------+-------+-------+------+

STATS_CHANGED
@leolzhao
leolzhao force-pushed the yixin/0805_prune_ref_mv_idx branch from 1e48687 to 2810bf8 Compare August 6, 2026 16:58
@leolzhao
leolzhao merged commit 65a8c61 into AOMediaCodec:av2-enc Aug 6, 2026
1 of 2 checks 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