]> granicus.if.org Git - libvpx/commit
Bypass processing on use existing frame
authorJingning Han <jingning@google.com>
Mon, 22 Oct 2018 23:25:43 +0000 (16:25 -0700)
committerJingning Han <jingning@google.com>
Tue, 23 Oct 2018 17:34:58 +0000 (10:34 -0700)
commit93edc3db13c646069fad283caa8fbb0c8d45225a
tree59c89dae2f32a37b87e035780bfe9eb103923464
parent9f02ba36847738ebf824a6dcd609d354c08859ed
Bypass processing on use existing frame

The use of show existing frame requries no further operation on
that coding frame. Bypass the corresponding process.

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