Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
e79a3ff5
Commit
e79a3ff5
authored
Apr 05, 2013
by
Yaowu Xu
Browse files
Removed a speed feature no longer used
Change-Id: Id0c2e44daa936f1d6fb76469fd1bd72a4d7c19fd
parent
9780d58e
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
e79a3ff5
...
...
@@ -732,7 +732,6 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
// best quality defaults
sf
->
RD
=
1
;
sf
->
search_method
=
NSTEP
;
sf
->
improved_dct
=
1
;
sf
->
auto_filter
=
1
;
sf
->
recode_loop
=
1
;
sf
->
quarter_pixel_search
=
1
;
...
...
@@ -791,8 +790,6 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
cpi
->
mode_check_freq
[
THR_COMP_SPLITLG
]
=
15
;
cpi
->
mode_check_freq
[
THR_COMP_SPLITLA
]
=
7
;
sf
->
improved_dct
=
0
;
// Only do recode loop on key frames, golden frames and
// alt ref frames
sf
->
recode_loop
=
2
;
...
...
@@ -809,7 +806,6 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
// so make sure they are always turned off.
if
(
cpi
->
pass
==
1
)
{
sf
->
optimize_coefficients
=
0
;
sf
->
improved_dct
=
0
;
}
cpi
->
mb
.
fwd_txm16x16
=
vp9_short_fdct16x16
;
...
...
vp9/encoder/vp9_onyx_int.h
View file @
e79a3ff5
...
...
@@ -257,7 +257,6 @@ typedef enum {
typedef
struct
{
int
RD
;
SEARCH_METHODS
search_method
;
int
improved_dct
;
int
auto_filter
;
int
recode_loop
;
int
iterative_sub_pixel
;
...
...
Write
Preview
Supports
Markdown
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