]> granicus.if.org Git - libvpx/commit
vp9 svc: Make top layer non-ref: for 2 TL case
authorMarco Paniconi <marpan@google.com>
Wed, 31 Jan 2018 16:56:04 +0000 (16:56 +0000)
committerMarco <marpan@google.com>
Wed, 31 Jan 2018 17:17:43 +0000 (09:17 -0800)
commitefa786d4649cb39919170d745d4206309b463575
tree05c3caa1f8e8500101d937ce3b6eb35ded8f77cb
parent658eb1d675f4e515027a327fa50826572a195bc4
vp9 svc: Make top layer non-ref: for 2 TL case

Only affects 2 temporal layer case.
Modified the flags for 2 temporal layers to make
top layer (top spatial, top temporal) a non-reference
frame, conistent with the 3 TL case.

Add mismatch check to the datarate test of changing
svc pattern on the fly, which is test for 2 temporal
layers.

This re-applies the change: 254e2f5501d,
that was reverted in: 658eb1d675.

Change-Id: Ib5fd4a7a0312c0c05329ae75baac480af34b4694
examples/vp9_spatial_svc_encoder.c
test/datarate_test.cc
vp9/encoder/vp9_svc_layercontext.c