]> granicus.if.org Git - libvpx/commit
Merge cost_coeffs_2x2() into cost_coeffs()
authorYaowu Xu <yaowu@google.com>
Thu, 3 Jan 2013 16:00:00 +0000 (08:00 -0800)
committerYaowu Xu <yaowu@google.com>
Thu, 3 Jan 2013 16:00:00 +0000 (08:00 -0800)
commitbd28510ef97883bcdf0d76419cb19f86940355e2
treeed164e64b5078f0968ed8dc8514520d5e7c42f92
parent37166d5c1e4d3959cf26b8981bc6a545e511c92e
Merge cost_coeffs_2x2() into cost_coeffs()

Remove special case function cost_coeffs_2x2() and change function
cost_coeffs() to handle 2nd order haar block as it is handle all
other block types already.

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