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
d88ca3c3
Commit
d88ca3c3
authored
Aug 24, 2015
by
hui su
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a bug induced in
f1d090e2
Change-Id: I5f7ab8ee75192a4c6c7aa723d2e113400d6ca9a5
parent
f1d090e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
vp10/decoder/decodeframe.c
vp10/decoder/decodeframe.c
+2
-4
No files found.
vp10/decoder/decodeframe.c
View file @
d88ca3c3
...
...
@@ -217,7 +217,7 @@ static void inverse_transform_block_inter(MACROBLOCKD* xd, int plane,
return
;
}
}
else
{
#e
lse
// CONFIG_VP9_HIGHBITDEPTH
#e
ndif
// CONFIG_VP9_HIGHBITDEPTH
switch
(
tx_size
)
{
case
TX_4X4
:
vp10_inv_txfm_add_4x4
(
dqcoeff
,
dst
,
stride
,
eob
,
tx_type
,
...
...
@@ -237,7 +237,6 @@ static void inverse_transform_block_inter(MACROBLOCKD* xd, int plane,
assert
(
0
&&
"Invalid transform size"
);
return
;
}
#endif // CONFIG_VP9_HIGHBITDEPTH
#if CONFIG_VP9_HIGHBITDEPTH
}
#endif // CONFIG_VP9_HIGHBITDEPTH
...
...
@@ -289,7 +288,7 @@ static void inverse_transform_block_intra(MACROBLOCKD* xd, int plane,
return
;
}
}
else
{
#e
lse
// CONFIG_VP9_HIGHBITDEPTH
#e
ndif
// CONFIG_VP9_HIGHBITDEPTH
switch
(
tx_size
)
{
case
TX_4X4
:
vp10_inv_txfm_add_4x4
(
dqcoeff
,
dst
,
stride
,
eob
,
tx_type
,
...
...
@@ -309,7 +308,6 @@ static void inverse_transform_block_intra(MACROBLOCKD* xd, int plane,
assert
(
0
&&
"Invalid transform size"
);
return
;
}
#endif // CONFIG_VP9_HIGHBITDEPTH
#if CONFIG_VP9_HIGHBITDEPTH
}
#endif // CONFIG_VP9_HIGHBITDEPTH
...
...
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