]> granicus.if.org Git - libvpx/commit
Skip frame encoding when show_existing_frame is on
authorJingning Han <jingning@google.com>
Tue, 21 Aug 2018 17:05:33 +0000 (10:05 -0700)
committerJingning Han <jingning@google.com>
Tue, 21 Aug 2018 17:05:33 +0000 (10:05 -0700)
commit3b0d06b5992b0a2be6aae195ad45064332759ff2
treed0ff6fe97371535745418c2b974ff60201475e86
parentdcbdab221e5d17927dfe377efb8a4cd54a6cf0f6
Skip frame encoding when show_existing_frame is on

No need to process through the frame encoding stage when a current
frame is coded using show_existing_frame.

Change-Id: I36c6f04e344326fa6ecc95cd0a4e4fd6f467fdcb
vp9/encoder/vp9_encoder.c