]> granicus.if.org Git - libvpx/commit
Unify the use of encode_b_args/optimize_block_args
authorJingning Han <jingning@google.com>
Tue, 23 Jul 2013 22:59:58 +0000 (15:59 -0700)
committerJingning Han <jingning@google.com>
Tue, 23 Jul 2013 23:04:02 +0000 (16:04 -0700)
commitab77828b36e2defd47c6b8166cbf61b77e26aa2b
tree2d477d6bdb5b2b01b9bf4c71d71f4d96c4fa339e
parent8dede954c7d3cba10692dbf9744e2c3d3a94c72b
Unify the use of encode_b_args/optimize_block_args

The struct optimize_block_args is defined same as encode_b_args.
Remove this redundant definition, and use encode_b_args consistently.

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