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
2dc1c841
Commit
2dc1c841
authored
Jul 28, 2017
by
Urvang Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tx64x64 debug build
Change-Id: I1b77416eaae000ae40e139d8f7fc31754f817bba
parent
a4817a6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
av1/common/reconintra.c
av1/common/reconintra.c
+2
-2
No files found.
av1/common/reconintra.c
View file @
2dc1c841
...
...
@@ -3117,7 +3117,7 @@ void av1_predict_intra_block(const MACROBLOCKD *xd, int wpx, int hpx,
);
assert
(
tx_size
==
TX_32X32
#if CONFIG_TX64X64
||
tx_size
==
TX64X64
||
tx_size
==
TX
_
64X64
#endif // CONFIG_TX64X64
);
// In this case, we continue to the bottom square sub-block.
...
...
@@ -3190,7 +3190,7 @@ void av1_predict_intra_block(const MACROBLOCKD *xd, int wpx, int hpx,
);
assert
(
tx_size
==
TX_32X32
#if CONFIG_TX64X64
||
tx_size
==
TX64X64
||
tx_size
==
TX
_
64X64
#endif // CONFIG_TX64X64
);
// In this case, we continue to the right square sub-block.
...
...
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