ref: a844a778c71919822ee472214738c13bd97cb41c
parent: 3bc0c6576f161a1cb0d5924bd9cac850306982a0
parent: bdfb5f986e3e890d5082fab058f866482f9ae1dc
author: Yaowu Xu <[email protected]>
date: Wed Feb 4 07:52:03 EST 2015
Merge "Adjust partitioning threshold based rtc speed"
--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -504,7 +504,7 @@
threshold_base = (int64_t)(threshold_multiplier *
vp9_convert_qindex_to_q(cm->base_qindex, cm->bit_depth));
threshold = threshold_base;
- threshold_bsize_min = threshold_base << 6;
+ threshold_bsize_min = threshold_base << cpi->oxcf.speed;
threshold_bsize_max = threshold_base;
// Modify thresholds for key frame and for low-resolutions (set lower