]> granicus.if.org Git - libvpx/commit
changed function prototype for macro_block_yrd
authorYaowu Xu <yaowu@google.com>
Tue, 3 Apr 2012 16:12:10 +0000 (09:12 -0700)
committerPaul Wilkins <paulwilkins@google.com>
Thu, 12 Apr 2012 10:40:18 +0000 (11:40 +0100)
commitd56acae6601dba8e867c06df24b453c3645e195a
tree5ef77e7ddc6797879a46e442ecd6959670cb9f68
parentd6ac213ce63ddaaffad3e788026e856bc17db398
changed function prototype for macro_block_yrd

This commit has made macro_block_yrd_8x8 and macro_block_yrd_8x8 to
take same parameters. It also removed a few unnecessary shifts that
has the potential to create out-of-range distortion values.

Change-Id: I4ec5afb307c3685c2a67a07c2850f0927d214455
vp8/encoder/rdopt.c