Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
a183f17d
Commit
a183f17d
authored
Jul 24, 2013
by
Adrian Grange
Committed by
Gerrit Code Review
Jul 24, 2013
Browse files
Merge "Correct spelling mistakes"
parents
47336afd
bc8b0529
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodeframe.c
+3
-3
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_if.c
+1
-1
No files found.
vp9/encoder/vp9_encodeframe.c
View file @
a183f17d
...
...
@@ -2283,9 +2283,9 @@ void vp9_encode_frame(VP9_COMP *cpi) {
// In the longer term the encoder should be generalized to match the
// decoder such that we allow compound where one of the 3 buffers has a
// differnt sign bias and that buffer is then the fixed ref. However, this
// differ
e
nt sign bias and that buffer is then the fixed ref. However, this
// requires further work in the rd loop. For now the only supported encoder
// side behaviour is where the ALT ref buffer has opposit
i
e sign bias to
// side behaviour is where the ALT ref buffer has opposite sign bias to
// the other two.
if
((
cm
->
ref_frame_sign_bias
[
ALTREF_FRAME
]
==
cm
->
ref_frame_sign_bias
[
GOLDEN_FRAME
])
...
...
@@ -2331,7 +2331,7 @@ void vp9_encode_frame(VP9_COMP *cpi) {
/* filter type selection */
// FIXME(rbultje) for some odd reason, we often select smooth_filter
// as default filter for ARF overlay frames. This is a REALLY BAD
// IDEA so we explicit
e
ly disable it here.
// IDEA so we explicitly disable it here.
if
(
frame_type
!=
3
&&
cpi
->
rd_filter_threshes
[
frame_type
][
1
]
>
cpi
->
rd_filter_threshes
[
frame_type
][
0
]
&&
...
...
vp9/encoder/vp9_onyx_if.c
View file @
a183f17d
...
...
@@ -432,7 +432,7 @@ static void configure_static_seg_features(VP9_COMP *cpi) {
vp9_enable_segfeature
(
&
xd
->
seg
,
0
,
SEG_LVL_SKIP
);
vp9_enable_segfeature
(
&
xd
->
seg
,
1
,
SEG_LVL_SKIP
);
}
// Enable data u
d
pate
// Enable data up
d
ate
xd
->
seg
.
update_data
=
1
;
}
else
{
// All other frames.
...
...
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