]> granicus.if.org Git - libvpx/commit
vp9-svc: On key frame update all reference slots for SVC.
authorMarco Paniconi <marpan@google.com>
Thu, 3 May 2018 01:04:35 +0000 (18:04 -0700)
committerMarco Paniconi <marpan@google.com>
Thu, 3 May 2018 21:38:08 +0000 (14:38 -0700)
commit1d93f58b1ffddaf4d436dd45b0fd2034199d62a7
tree221a8973e17be33dbc73ac265f179ae4cde8785f
parentdd1411624d4581bf3082e6a40f7fd9570ab638ad
vp9-svc: On key frame update all reference slots for SVC.

Key frame updates the slots corresponding to the 3 references
last/golden/altref, but for SVC where more references buffers
may be in use, especialy for dynamically swithing up/down in layers,
make sure we should update all 8 slots on key frame.

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