Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
d4713f1d
Commit
d4713f1d
authored
Sep 26, 2014
by
Deb Mukherjee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a bug introduced in a previous patch on highbd
Change-Id: Ice692334f75157446a44a6e81503cada977934f4
parent
55a79f6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_encodemb.c
+0
-1
No files found.
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
Markdown
is supported
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