]> granicus.if.org Git - libvpx/commit
Fix the encode inconsistency of SimpleEncode
authorangiebird <angiebird@google.com>
Tue, 3 Dec 2019 23:34:03 +0000 (15:34 -0800)
committerangiebird <angiebird@google.com>
Wed, 4 Dec 2019 02:33:10 +0000 (18:33 -0800)
commit42916ce60416d00f1188afd09c6a088ae9c91de9
tree0e18cff89c868cea3084c253836e987aaba47f0d
parentf0878a719ab79c743e561e2eb35855219f73d969
Fix the encode inconsistency of SimpleEncode

Make sure restore_coding_context() is always called in the end
of encode_with_recode_loop().

Add EncodeConsistencyTest.

Change-Id: I3c8e4c8fcff4e3f7afef9bec469beef2a5fb6eeb
test/simple_encode_test.cc
vp9/encoder/vp9_encoder.c