]> granicus.if.org Git - libvpx/commit
Context-pred fix to not use top/left on edges
authorDeb Mukherjee <debargha@google.com>
Sat, 16 Mar 2013 16:26:52 +0000 (09:26 -0700)
committerDeb Mukherjee <debargha@google.com>
Sat, 16 Mar 2013 16:26:52 +0000 (09:26 -0700)
commitb1921b2f089eaa2f74c2b0ac8e2b5ddcddd69e3c
tree73f1203dea5ff957455e37102fce7e0c761f9554
parent76c12ab9c9d08a76f79e6b50af278ebf1e5f49ad
Context-pred fix to not use top/left on edges

This fix resolves some of the mismatch issues being seen
recently. While this is the right thing to do when tiling
is used for this experiment, it is not the underlying cause
of the the mismatches.
Something else is causing writing outside of the allowable
frame area in the encoder leading to this mismatch.

Change-Id: If52c6f67555aa18ab8762865384e323b47237277
vp9/common/vp9_reconintra.h
vp9/common/vp9_reconintra4x4.c
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_encodeintra.c
vp9/encoder/vp9_rdopt.c