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
d4713f1d
Commit
d4713f1d
authored
Sep 26, 2014
by
Deb Mukherjee
Browse files
Fix a bug introduced in a previous patch on highbd
Change-Id: Ice692334f75157446a44a6e81503cada977934f4
parent
55a79f6b
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodemb.c
View file @
d4713f1d
...
...
@@ -277,7 +277,6 @@ static int optimize_b(MACROBLOCK *mb, int plane, int block,
base_bits
=
dct_value_cost
[
x
];
if
(
shortcut
)
{
dx
-=
(
dequant_ptr
[
rc
!=
0
]
+
sz
)
^
sz
;
#if CONFIG_VP9_HIGHBITDEPTH
if
(
xd
->
cur_buf
->
flags
&
YV12_FLAG_HIGHBITDEPTH
)
{
dx
-=
((
dequant_ptr
[
rc
!=
0
]
>>
(
xd
->
bd
-
8
))
+
sz
)
^
sz
;
...
...
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