]> granicus.if.org Git - libvpx/commit
vp9-rtc: Add cyclic_refresh condition to segment reset
authorMarco Paniconi <marpan@google.com>
Wed, 27 Feb 2019 19:56:53 +0000 (11:56 -0800)
committerMarco Paniconi <marpan@google.com>
Wed, 27 Feb 2019 20:03:22 +0000 (12:03 -0800)
commit539230a07587bbc2aeac0ce6ae52d20ffb56cc9b
treec6023f2218d8d36af4f7d13c5a415003c9ca9139
parent2d403737b88f76ce8410237a8eb682cc556ac302
vp9-rtc: Add cyclic_refresh condition to segment reset

In non-rd pickmode for screen content:
this logic to reset segment should only be for cyclic_refresh
mode on, so add that condition explicitly.

There may be other uses of segments, like ROI, so we
should condition this reset logic on cyclic_refresh,
as it was intended for that mode only.

Change-Id: I954e6cee968fbca35b34286c4a7ca2531c8e9823
vp9/encoder/vp9_pickmode.c