]> granicus.if.org Git - libvpx/commit
vp9: Fix an issue with setting variance thresholds.
authorMarco <marpan@google.com>
Mon, 27 Feb 2017 20:03:12 +0000 (12:03 -0800)
committerMarco <marpan@google.com>
Mon, 27 Feb 2017 20:09:51 +0000 (12:09 -0800)
commitdefe094e9e5e081028b0d4fcbf61f5a49ff1c34e
tree2132e0f2ab9e056e96f57d4bb8c3957481a4a16e
parentddfe906be230f420f75f1160db5cd8f8aa093b32
vp9: Fix an issue with setting variance thresholds.

From commit:
https://chromium-review.googlesource.com/c/441393/

On non-segment the set_vbp_thresholds() should be called
again to adjust thresholds based on content_state of superblock.
This was the intended behavior from 441393.

Small change in RTC metrics and speed.

Change-Id: I45e5fbdc4af74db76b3cb4f13074fcae0eb2219e
vp9/encoder/vp9_encodeframe.c