]> granicus.if.org Git - libvpx/commit
Properly reset the block coding skip flag array in non-RD mode
authorJingning Han <jingning@google.com>
Fri, 14 Mar 2014 19:07:21 +0000 (12:07 -0700)
committerJingning Han <jingning@google.com>
Fri, 14 Mar 2014 19:14:06 +0000 (12:14 -0700)
commita2e711ce38be6438fdbd3c1c92fb3b2f14865aa3
treec068377bc0f1b6e75a0affb17815749509a47ff6
parent9efe0b25c5cd5de66a6c037acb63466d5b175ac4
Properly reset the block coding skip flag array in non-RD mode

The block coding skip flags are assigned in the normal RD mode
decision loop. They are then used in the final encoding stage.
In the non-RD mode decision, the forward transform and quantization
stages are replaced by modeling based on SSE and variance of
prediction residues. This commit applies reset to this array in
the non-RD coding mode.

Change-Id: I66584669b035e9c8ac23e95047849ff277472742
vp9/encoder/vp9_encodeframe.c