]> granicus.if.org Git - libvpx/commit
vp9: Fixes for lossless mode for real-time mode.
authorMarco Paniconi <marpan@google.com>
Mon, 25 Jun 2018 05:00:58 +0000 (22:00 -0700)
committerMarco Paniconi <marpan@google.com>
Mon, 25 Jun 2018 16:56:10 +0000 (09:56 -0700)
commit60f9cf29204bb798654939ae497d16c5376e5fb9
treedd9542ee82196ea01891fa4ba2679e978379a95b
parentbd6b274dc04b75289ae3403564f03c2717b878d1
vp9: Fixes for lossless mode for real-time mode.

Fixes to nonrd coding mode for lossless mode: keep
skip_txfm to 0 (no skip) and disable the encoder breakout.
This makes the encoding lossless when that mode is selected
for real-time (nonrd pickmode).

Also the disable the cyclic refresh for lossless mode.

Change-Id: I20a11ef6df08accec472d26fabebd14d51f4d337
vp9/encoder/vp9_aq_cyclicrefresh.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_pickmode.c