Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
aom-rav1e
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
aom-rav1e
Commits
53e5e655
Commit
53e5e655
authored
7 years ago
by
Sebastien Alaiwan
Browse files
Options
Downloads
Patches
Plain Diff
idct.h: remove dead declarations
Change-Id: Iac7c99eee00a426d115af5343c776cd1f2c5be70
parent
b0667078
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6
Rav1e 11 yushin 1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
av1/common/idct.h
+0
-6
0 additions, 6 deletions
av1/common/idct.h
with
0 additions
and
6 deletions
av1/common/idct.h
+
0
−
6
View file @
53e5e655
...
...
@@ -32,12 +32,6 @@ typedef struct {
transform_1d
cols
,
rows
;
// vertical and horizontal
}
transform_2d
;
typedef
void
(
*
highbd_transform_1d
)(
const
tran_low_t
*
,
tran_low_t
*
,
int
bd
);
typedef
struct
{
highbd_transform_1d
cols
,
rows
;
// vertical and horizontal
}
highbd_transform_2d
;
#if !CONFIG_DAALA_TX
#define MAX_TX_SCALE 1
int
av1_get_tx_scale
(
const
TX_SIZE
tx_size
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment