Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
6cf7edae
Commit
6cf7edae
authored
Feb 05, 2018
by
Guillaume Martres
Committed by
Thomas Daede
Feb 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add exported_intra_mode_to_tx_type_context
parent
10240a06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
av1/common/blockd.c
av1/common/blockd.c
+3
-0
av1/common/blockd.h
av1/common/blockd.h
+2
-0
No files found.
av1/common/blockd.c
View file @
6cf7edae
...
...
@@ -16,6 +16,9 @@
#include "av1/common/blockd.h"
#include "av1/common/onyxc_int.h"
const
TX_TYPE
*
exported_intra_mode_to_tx_type_context
=
intra_mode_to_tx_type_context
;
PREDICTION_MODE
av1_left_block_mode
(
const
MODE_INFO
*
cur_mi
,
const
MODE_INFO
*
left_mi
,
int
b
)
{
if
(
b
==
0
||
b
==
2
)
{
...
...
av1/common/blockd.h
View file @
6cf7edae
...
...
@@ -807,6 +807,8 @@ static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE bsize,
return
subsize_lookup
[
partition
][
bsize
];
}
extern
const
TX_TYPE
*
exported_intra_mode_to_tx_type_context
;
static
const
TX_TYPE
intra_mode_to_tx_type_context
[
INTRA_MODES
]
=
{
DCT_DCT
,
// DC
ADST_DCT
,
// V
...
...
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