Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
15ad8e4e
Commit
15ad8e4e
authored
May 03, 2017
by
Frederic Barbier
Committed by
Fred BARBIER
May 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deduplicate inv_txfm_cfg_ls array
Change-Id: Icc9777085eb776ee7a2b361dde1e0039b65bc3b1
parent
0bae6244
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
29 deletions
+2
-29
av1/common/av1_inv_txfm2d.c
av1/common/av1_inv_txfm2d.c
+2
-29
No files found.
av1/common/av1_inv_txfm2d.c
View file @
15ad8e4e
...
...
@@ -29,7 +29,6 @@ static INLINE TxfmFunc inv_txfm_type_to_func(TXFM_TYPE txfm_type) {
}
}
#if CONFIG_EXT_TX
const
TXFM_2D_CFG
*
inv_txfm_cfg_ls
[
TX_TYPES
][
TX_SIZES
]
=
{
// DCT_DCT
{
...
...
@@ -59,6 +58,7 @@ const TXFM_2D_CFG *inv_txfm_cfg_ls[TX_TYPES][TX_SIZES] = {
#endif
&
inv_txfm_2d_cfg_adst_adst_4
,
&
inv_txfm_2d_cfg_adst_adst_8
,
&
inv_txfm_2d_cfg_adst_adst_16
,
&
inv_txfm_2d_cfg_adst_adst_32
},
#if CONFIG_EXT_TX
// FLIPADST_DCT
{
#if CONFIG_CB4X4
...
...
@@ -136,35 +136,8 @@ const TXFM_2D_CFG *inv_txfm_cfg_ls[TX_TYPES][TX_SIZES] = {
#endif
&
inv_txfm_2d_cfg_adst_adst_4
,
&
inv_txfm_2d_cfg_adst_adst_8
,
&
inv_txfm_2d_cfg_adst_adst_16
,
&
inv_txfm_2d_cfg_adst_adst_32
},
#endif // CONFIG_EXT_TX
};
#else
const
TXFM_2D_CFG
*
inv_txfm_cfg_ls
[
TX_TYPES
][
TX_SIZES
]
=
{
{
#if CONFIG_CB4X4
NULL
,
#endif
&
inv_txfm_2d_cfg_dct_dct_4
,
&
inv_txfm_2d_cfg_dct_dct_8
,
&
inv_txfm_2d_cfg_dct_dct_16
,
&
inv_txfm_2d_cfg_dct_dct_32
},
{
#if CONFIG_CB4X4
NULL
,
#endif
&
inv_txfm_2d_cfg_adst_dct_4
,
&
inv_txfm_2d_cfg_adst_dct_8
,
&
inv_txfm_2d_cfg_adst_dct_16
,
&
inv_txfm_2d_cfg_adst_dct_32
},
{
#if CONFIG_CB4X4
NULL
,
#endif
&
inv_txfm_2d_cfg_dct_adst_4
,
&
inv_txfm_2d_cfg_dct_adst_8
,
&
inv_txfm_2d_cfg_dct_adst_16
,
&
inv_txfm_2d_cfg_dct_adst_32
},
{
#if CONFIG_CB4X4
NULL
,
#endif
&
inv_txfm_2d_cfg_adst_adst_4
,
&
inv_txfm_2d_cfg_adst_adst_8
,
&
inv_txfm_2d_cfg_adst_adst_16
,
&
inv_txfm_2d_cfg_adst_adst_32
},
};
#endif
TXFM_2D_FLIP_CFG
av1_get_inv_txfm_cfg
(
int
tx_type
,
int
tx_size
)
{
TXFM_2D_FLIP_CFG
cfg
;
...
...
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