]> granicus.if.org Git - libvpx/commit
Fix block pointer corruption in intra8x8 prediction with 4x4 transform.
authorRonald S. Bultje <rbultje@google.com>
Sat, 26 Jan 2013 00:08:19 +0000 (16:08 -0800)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Tue, 29 Jan 2013 17:18:47 +0000 (09:18 -0800)
commitffc2e4f4af34a202dd2a8fd47ebe1af5893e5e0c
treee4f2872ae628957f3f4c2c8715dcad7783680588
parent9dc9f07fb8a1452fb123d280741bfbc6469a6ec1
Fix block pointer corruption in intra8x8 prediction with 4x4 transform.

The RD loop would change the pointer after the first mode (DC) was tested,
leading to corrupt block objects being provided for the others. This
would essentially render the i8x8 predictor useless.

Change-Id: I16c5906ca64fb34878ac32ce59af8974e4582bb8
vp9/encoder/vp9_rdopt.c