|
Algorithm 1 The proposed MTS early skipping method |
Input: , , , Output:
-
1:
intialize to false
-
2:
if partition mode is binary splitting and then
-
3:
if then
-
4:
-
5:
end if
-
6:
else if partition mode is not quad-tree splitting then
-
7:
calculat RD cost of primary transform
-
8:
if then
-
9:
-
10:
end if
-
11:
else
-
12:
calculate RD costs of primary transform and MTS
-
13:
if then
-
14:
-
15:
end if
-
16:
end if
-
17:
return
|