merged optimiz_b_16x16() into optmize_b()
authorYaowu Xu <yaowu@google.com>
Mon, 3 Dec 2012 22:53:45 +0000 (14:53 -0800)
committerYaowu Xu <yaowu@google.com>
Mon, 3 Dec 2012 22:53:45 +0000 (14:53 -0800)
commit806d05e1a81b3a04bdab7af08fb032f57b815886
tree9935fdec682c97e12579f92fe21badd40f11cf9c
parent57e72208b398b948cebb6c9ae1d861503a9e3b07
merged optimiz_b_16x16() into optmize_b()

The commit changed the trellis quantization function optimize_b() to
work for MBs using all transform sizes, and eliminated the function
for MB using 16x16 transform only, optimize_b_16x16.

Change-Id: I3fa650587ab5198ed16315b38754783a72b33ba2
vp9/encoder/vp9_encodemb.c