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
db4ccd42
Commit
db4ccd42
authored
Sep 08, 2017
by
Luc Trudeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless (void)s
Change-Id: I70a4dd8095276eb53050eacca2ee33ba39e7cc74
parent
12231bd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
av1/encoder/encodeframe.c
av1/encoder/encodeframe.c
+0
-3
No files found.
av1/encoder/encodeframe.c
View file @
db4ccd42
...
...
@@ -5814,9 +5814,6 @@ static void sum_intra_stats(FRAME_COUNTS *counts, MACROBLOCKD *xd,
const
PREDICTION_MODE
y_mode
=
mbmi
->
mode
;
const
UV_PREDICTION_MODE
uv_mode
=
mbmi
->
uv_mode
;
(
void
)
counts
;
(
void
)
above_mi
;
(
void
)
left_mi
;
(
void
)
intraonly
;
const
BLOCK_SIZE
bsize
=
mbmi
->
sb_type
;
const
int
unify_bsize
=
CONFIG_CB4X4
;
...
...
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