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
8a5c255b
Commit
8a5c255b
authored
Jan 27, 2011
by
Scott LaVarnway
Committed by
Code Review
Jan 27, 2011
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Removed unused members from VP8_COMP"
parents
bb30ffc4
c4887da3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
vp8/encoder/onyx_if.c
vp8/encoder/onyx_if.c
+0
-2
vp8/encoder/onyx_int.h
vp8/encoder/onyx_int.h
+0
-9
No files found.
vp8/encoder/onyx_if.c
View file @
8a5c255b
...
...
@@ -2187,7 +2187,6 @@ VP8_PTR vp8_create_compressor(VP8_CONFIG *oxcf)
cpi
->
common
.
error
.
setjmp
=
1
;
CHECK_MEM_ERROR
(
cpi
->
rdtok
,
vpx_calloc
(
256
*
3
/
2
,
sizeof
(
TOKENEXTRA
)));
CHECK_MEM_ERROR
(
cpi
->
mb
.
ss
,
vpx_calloc
(
sizeof
(
search_site
),
(
MAX_MVSEARCH_STEPS
*
8
)
+
1
));
vp8_create_common
(
&
cpi
->
common
);
...
...
@@ -2697,7 +2696,6 @@ void vp8_remove_compressor(VP8_PTR *ptr)
vp8_dealloc_compressor_data
(
cpi
);
vpx_free
(
cpi
->
mb
.
ss
);
vpx_free
(
cpi
->
tok
);
vpx_free
(
cpi
->
rdtok
);
vpx_free
(
cpi
->
cyclic_refresh_map
);
vp8_remove_common
(
&
cpi
->
common
);
...
...
vp8/encoder/onyx_int.h
View file @
8a5c255b
...
...
@@ -304,8 +304,6 @@ typedef struct
YV12_BUFFER_CONFIG
last_frame_uf
;
char
*
Dest
;
TOKENEXTRA
*
tok
;
unsigned
int
tok_count
;
...
...
@@ -338,11 +336,6 @@ typedef struct
int
RDMULT
;
int
RDDIV
;
TOKENEXTRA
*
rdtok
;
vp8_writer
rdbc
;
int
intra_mode_costs
[
10
];
CODING_CONTEXT
coding_context
;
// Rate targetting variables
...
...
@@ -555,8 +548,6 @@ typedef struct
int
ref_frame_flags
;
int
exp
[
512
];
SPEED_FEATURES
sf
;
int
error_bins
[
1024
];
...
...
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