]> granicus.if.org Git - libvpx/commit
Store the SSE of prediction residuals
authorJingning Han <jingning@google.com>
Fri, 20 Dec 2013 02:41:29 +0000 (18:41 -0800)
committerJingning Han <jingning@google.com>
Fri, 20 Dec 2013 02:45:28 +0000 (18:45 -0800)
commit243327f43cb48ef745e75f156ee24c0021bdd2c4
treec80b019b746a019fed9d51fa71273ce66f1d76d4
parent40e173ac42581159b8a96f8a000445e1fba475af
Store the SSE of prediction residuals

Buffer the SSE of prediction residuals in the rate-distortion
optimization loop of a given block. This information would be used
for later encoding control.

Change-Id: If4e63f3462490513c48be9407d3327c8dd438367
vp9/encoder/vp9_block.h
vp9/encoder/vp9_rdopt.c