Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
6e9c30b7
Commit
6e9c30b7
authored
Dec 19, 2017
by
Urvang Joshi
Committed by
Fred BARBIER
Jan 02, 2018
Browse files
Remove a TODO that's already taken care of.
Change-Id: I555fe53c90988d0e6fc392417b4758d558842e94
parent
3fb037aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/encodeframe.c
View file @
6e9c30b7
...
...
@@ -2448,8 +2448,6 @@ static void rd_pick_partition(const AV1_COMP *const cpi, ThreadData *td,
#endif // CONFIG_DIST_8X8
// PARTITION_SPLIT
// TODO(jingning): use the motion vectors given by the above search as
// the starting point of motion search in the following partition type check.
if
(
do_square_split
)
{
int
reached_last_index
=
0
;
subsize
=
get_subsize
(
bsize
,
PARTITION_SPLIT
);
...
...
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