summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_writer.h
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2014-06-03 13:03:49 +0100
committerPaul Wilkins <paulwilkins@google.com>2014-06-03 13:31:32 +0100
commit090d07984fef6bbd967d52569197f81e75c83d4e (patch)
treeb01ecd88330a4fc231bf28d66ce1a51e98003789 /vp9/encoder/vp9_writer.h
parent81c2fcccbc04e8d264029484205586b2acc8dc5b (diff)
downloadlibvpx-090d07984fef6bbd967d52569197f81e75c83d4e.tar
libvpx-090d07984fef6bbd967d52569197f81e75c83d4e.tar.gz
libvpx-090d07984fef6bbd967d52569197f81e75c83d4e.tar.bz2
libvpx-090d07984fef6bbd967d52569197f81e75c83d4e.zip
Fix AQ mode 2 bug where delta causes Q 0.
In Aq mode 2 for kf/arf/gf the segment q delta is calculated and then applied by re-quantization without going through the rd loop again. If the base Q != 0 but the segment Q == 0 (lossless) this can could give rise to a situation where we have an illegal combination of transform size and Q. (Q == 0 requires that all blocks are coded 4x4 WHT). Change-Id: I241a58c6494ed442e9e4630070b0cde0fb99ae45
Diffstat (limited to 'vp9/encoder/vp9_writer.h')
0 files changed, 0 insertions, 0 deletions