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
a8260a38
Commit
a8260a38
authored
Nov 05, 2013
by
Adrian Grange
Committed by
Gerrit Code Review
Nov 05, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Remove unused members from VP9_COMP"
parents
dde8069e
44e25155
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_if.c
+0
-1
vp9/encoder/vp9_onyx_int.h
vp9/encoder/vp9_onyx_int.h
+0
-5
No files found.
vp9/encoder/vp9_onyx_if.c
View file @
a8260a38
...
...
@@ -1180,7 +1180,6 @@ static void init_config(VP9_PTR ptr, VP9_CONFIG *oxcf) {
int
i
;
cpi
->
oxcf
=
*
oxcf
;
cpi
->
goldfreq
=
7
;
cm
->
version
=
oxcf
->
version
;
...
...
vp9/encoder/vp9_onyx_int.h
View file @
a8260a38
...
...
@@ -506,14 +506,9 @@ typedef struct VP9_COMP {
int
decimation_count
;
// for real time encoding
int
avg_encode_time
;
// microsecond
int
avg_pick_mode_time
;
// microsecond
int
speed
;
unsigned
int
cpu_freq
;
// Mhz
int
compressor_speed
;
int
interquantizer
;
int
goldfreq
;
int
auto_worst_q
;
int
cpu_used
;
int
pass
;
...
...
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