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
df35f6b3
Commit
df35f6b3
authored
Jul 18, 2012
by
Yaowu Xu
Committed by
Gerrit Code Review
Jul 18, 2012
Browse files
Merge "cleanup experiments in configure" into experimental
parents
84d22988
11e23e67
Changes
4
Hide whitespace changes
Inline
Side-by-side
configure
View file @
df35f6b3
...
...
@@ -214,11 +214,7 @@ HAVE_LIST="
unistd_h
"
EXPERIMENT_LIST
=
"
t8x8
csm
qimode
uvintra
compred
enhanced_interp
featureupdates
high_precision_mv
...
...
vp8/encoder/encodeframe.c
View file @
df35f6b3
...
...
@@ -854,13 +854,6 @@ static void encode_sb(VP8_COMP *cpi,
check_segref
(
xd
,
*
segment_id
,
LAST_FRAME
)
+
check_segref
(
xd
,
*
segment_id
,
GOLDEN_FRAME
)
+
check_segref
(
xd
,
*
segment_id
,
ALTREF_FRAME
))
>
1
))
{
// TODO this may not be a good idea as it makes sample size small and means
// the predictor functions cannot use data about most likely value only most
// likely unpredicted value.
// #if CONFIG_COMPRED
// // Only update count for incorrectly predicted cases
// if ( !ref_pred_flag )
// #endif
{
cpi
->
count_mb_ref_frame_usage
[
xd
->
mode_info_context
->
mbmi
.
ref_frame
]
++
;
...
...
vp8/encoder/onyx_if.c
View file @
df35f6b3
...
...
@@ -3013,12 +3013,6 @@ static void encode_frame_to_data_rate
}
}
// #if !CONFIG_COMPRED
// This function has been deprecated for now but we may want to do
// something here at a late date
// update_rd_ref_frame_probs(cpi);
// #endif
// Test code for new segment features
init_seg_features
(
cpi
);
...
...
vp8/encoder/rdopt.c
View file @
df35f6b3
...
...
@@ -3748,9 +3748,6 @@ int vp8cx_pick_mode_inter_macroblock
int
distortion
;
int
intra_error
=
0
;
unsigned
char
*
segment_id
=
&
xd
->
mode_info_context
->
mbmi
.
segment_id
;
#if CONFIG_COMPRED
unsigned
char
ref_pred_flag
;
#endif
if
(
xd
->
segmentation_enabled
)
x
->
encode_breakout
=
cpi
->
segment_encode_breakout
[
*
segment_id
];
...
...
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