vp9-rtc: Add control to disable maxq on overshoot
authorMarco Paniconi <marpan@google.com>
Mon, 11 May 2020 19:22:19 +0000 (12:22 -0700)
committerMarco Paniconi <marpan@google.com>
Tue, 25 Aug 2020 20:06:41 +0000 (13:06 -0700)
commitd1a78971ebcfd728c9c73b0cfbee69f470d4dc72
tree31870ecedc0c80850e6992bf80f3ef0bc0e1909b
parentc413c8f18eb1932b100850505031980e27160d5f
vp9-rtc: Add control to disable maxq on overshoot

Add encoder control to disable feature to increase Q
on overshoot detection, for CBR. Default (no usage
of the control) means the feature is internally enabled.

Add the control to the sample encoders, but keep it
disabled as default (set to 0, so feature is on).

Change-Id: Ia2237bc4aaea9770e5080dab20bfff9e3fd09199
examples/vp9_spatial_svc_encoder.c
examples/vpx_temporal_svc_encoder.c
vp9/encoder/vp9_ratectrl.c
vp9/encoder/vp9_ratectrl.h
vp9/encoder/vp9_speed_features.c
vp9/vp9_cx_iface.c
vpx/vp8cx.h