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
65e159b8
Commit
65e159b8
authored
Jul 11, 2017
by
Debargha Mukherjee
Browse files
Turn off global motion compute for scaled frames
Change-Id: I472775a6877721f5ebee6b14f760227546110b7a
parent
405c857c
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/encodeframe.c
View file @
65e159b8
...
...
@@ -4899,6 +4899,8 @@ static void encode_frame_internal(AV1_COMP *cpi) {
memcpy
(
&
cm
->
global_motion
[
frame
],
&
cm
->
global_motion
[
pframe
],
sizeof
(
WarpedMotionParams
));
}
else
if
(
ref_buf
[
frame
]
&&
ref_buf
[
frame
]
->
y_crop_width
==
cpi
->
source
->
y_crop_width
&&
ref_buf
[
frame
]
->
y_crop_height
==
cpi
->
source
->
y_crop_height
&&
do_gm_search_logic
(
&
cpi
->
sf
,
num_refs_using_gm
,
frame
))
{
TransformationType
model
;
const
int64_t
ref_frame_error
=
av1_frame_error
(
...
...
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