]> granicus.if.org Git - libvpx/commit
vp9: Fix condition to update consec_zero_mv.
authorMarco <marpan@google.com>
Mon, 25 Apr 2016 21:34:41 +0000 (14:34 -0700)
committerMarco <marpan@google.com>
Mon, 25 Apr 2016 22:29:11 +0000 (15:29 -0700)
commit9f90473ef898d0ce41e053f1c529040795224ea1
treec453b2a9a86167f8fbb6f8c14a4dd87bd5c5e9eb
parent97d8adef8203201e9247c1ca0e2e588ddcff9020
vp9: Fix condition to update consec_zero_mv.

Fix will reset the consec_zero_mv map on non-skipped blocks with non-zero mv.
Adjust thresholds on consec_zero_mv in noise estimation and skin detection,
as more possible reset on map means lower thresholds should be used.

Change-Id: Ibe8520057472b3609585260b51b6f95a38fb777d
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_noise_estimate.c
vp9/encoder/vp9_skin_detection.c