ref: 5f041c01ed169f21dfd0a34b119e5ee30f31be81
parent: d7bbe1a210a54d94ab9121eac69705aa79d9127e
author: Marco <[email protected]>
date: Fri Nov 6 03:33:41 EST 2015
vp9: Disable noise estimate on resize trigger frame. Change-Id: I35767a6320943582ee11d737b5f240cea2d01b25
--- a/vp9/encoder/vp9_noise_estimate.c
+++ b/vp9/encoder/vp9_noise_estimate.c
@@ -53,6 +53,7 @@
cpi->oxcf.aq_mode == CYCLIC_REFRESH_AQ &&
cpi->oxcf.speed >= 5 &&
cpi->resize_state == ORIG &&
+ cpi->resize_pending == 0 &&
!cpi->use_svc &&
cpi->oxcf.content != VP9E_CONTENT_SCREEN &&
cpi->common.width >= 640 &&