projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2713dba
)
Initialize the best partition before partition RDO
author
Hui Su
<huisu@google.com>
Wed, 5 Sep 2018 20:00:56 +0000
(13:00 -0700)
committer
Hui Su
<huisu@google.com>
Wed, 5 Sep 2018 20:00:56 +0000
(13:00 -0700)
This fixes the multi-thread encoder test failure.
Change-Id: I0c1845922068e71097a387db0969ca419accb3ed
vp9/encoder/vp9_encodeframe.c
patch
|
blob
|
history
diff --git
a/vp9/encoder/vp9_encodeframe.c
b/vp9/encoder/vp9_encodeframe.c
index 8bba7d98a16dcf4693da959d3e08d442920ea738..088e4238107241076769c9f117625ca4953336d7 100644
(file)
--- a/
vp9/encoder/vp9_encodeframe.c
+++ b/
vp9/encoder/vp9_encodeframe.c
@@
-4448,6
+4448,8
@@
static void rd_pick_partition(VP9_COMP *cpi, ThreadData *td,
}
#endif
+ pc_tree->partitioning = PARTITION_NONE;
+
// PARTITION_NONE
if (partition_none_allowed) {
rd_pick_sb_modes(cpi, tile_data, x, mi_row, mi_col, &this_rdc, bsize, ctx,