Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit580a67f

Browse files
committed
mis: vvcdec, reformat macros
1 parent4eee637 commit580a67f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

‎libavcodec/vvcdec.h

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,24 @@
5353
#defineJCBCR 3
5454

5555
#defineMAX_CTU_SIZE 128
56+
5657
#defineMAX_CU_SIZE MAX_CTU_SIZE
5758
#defineMIN_CU_SIZE 4
5859
#defineMIN_CU_LOG2 2
60+
#defineMAX_CU_DEPTH 7
61+
5962
#defineMIN_PU_SIZE 4
6063
#defineMIN_PU_LOG2 2
64+
65+
#defineMAX_TB_SIZE 64
6166
#defineMIN_TU_LOG2 2 ///< MinTbLog2SizeY
62-
#defineMIN_TU_SIZE (1 << MIN_TU_LOG2)
63-
#defineMAX_CU_DEPTH 7
67+
#defineMIN_TU_SIZE 4
68+
#defineMAX_TUS_IN_CU 64
69+
6470
#defineMAX_PARTS_IN_CTU ((MAX_CTU_SIZE >> MIN_CU_LOG2) * (MAX_CTU_SIZE >> MIN_CU_LOG2))
6571

6672
#defineMAX_CONTROL_POINTS 3
6773

68-
69-
#defineMAX_TB_SIZE 64
70-
#defineMAX_TUS_IN_CU 64
71-
72-
#defineMAX_QP 63
73-
#defineDEFAULT_INTRA_TC_OFFSET 2
74-
7574
#defineMRG_MAX_NUM_CANDS 6
7675
#defineMAX_NUM_HMVP_CANDS 5
7776

@@ -88,6 +87,9 @@
8887
#defineBILINEAR_EXTRA_AFTER 1
8988
#defineBILINEAR_EXTRA 1
9089

90+
#defineMAX_QP 63
91+
#defineDEFAULT_INTRA_TC_OFFSET 2
92+
9193
#defineSAO_PADDING_SIZE 1
9294

9395
#defineALF_PADDING_SIZE 8

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp