ref: d85615738881f1664099bbeb3290df9d59ec7985
parent: 8ee9b855a0cb9930dd859e391552b40a1ca6c35d
parent: 4863e07c01ca539bd2a0ebcbed6f210050d6c578
author: Marco Paniconi <marpan@google.com>
date: Thu Mar 23 10:17:48 EDT 2017
Merge "vp9: Non-rd partition: avoid unneeded call to chrome_check"
--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -1024,7 +1024,6 @@
// If source_sad is low copy the partition without computing the y_sad.
if (x->skip_low_source_sad && cpi->sf.copy_partition_flag &&
copy_partitioning(cpi, x, mi_row, mi_col, segment_id, sb_offset)) {
- chroma_check(cpi, x, bsize, y_sad, is_key_frame);
return 0;
}
}