Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
71539eae
Commit
71539eae
authored
Feb 26, 2013
by
Ronald S. Bultje
Browse files
Minor cosmetics in rdopt.
Change-Id: I62497dcf2074b4bb4787bf660e727e5cf1bf3472
parent
c4ae9791
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
71539eae
...
...
@@ -449,12 +449,10 @@ static INLINE int cost_coeffs(MACROBLOCK *mb,
seg_eob
=
1024
;
qcoeff_ptr
=
xd
->
sb_coeff_data
.
qcoeff
;
#if CONFIG_CNVCONTEXT
a_ec
=
a
[
0
]
+
a
[
1
]
+
a
[
2
]
+
a
[
3
]
+
a1
[
0
]
+
a1
[
1
]
+
a1
[
2
]
+
a1
[
3
];
l_ec
=
l
[
0
]
+
l
[
1
]
+
l
[
2
]
+
l
[
3
]
+
l1
[
0
]
+
l1
[
1
]
+
l1
[
2
]
+
l1
[
3
];
a_ec
=
a_ec
!=
0
;
l_ec
=
l_ec
!=
0
;
a_ec
=
(
a
[
0
]
+
a
[
1
]
+
a
[
2
]
+
a
[
3
]
+
a1
[
0
]
+
a1
[
1
]
+
a1
[
2
]
+
a1
[
3
])
!=
0
;
l_ec
=
(
l
[
0
]
+
l
[
1
]
+
l
[
2
]
+
l
[
3
]
+
l1
[
0
]
+
l1
[
1
]
+
l1
[
2
]
+
l1
[
3
])
!=
0
;
#endif
break
;
default:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment