]> granicus.if.org Git - libvpx/commit
Deprecate the use of best_mv in decoding process
authorJingning Han <jingning@google.com>
Thu, 16 Jan 2014 02:33:09 +0000 (18:33 -0800)
committerJingning Han <jingning@google.com>
Fri, 17 Jan 2014 02:04:58 +0000 (18:04 -0800)
commit318e177f4a6a6dc5a7aaaaebcab22abd014faa92
tree4581e2c8cee0d302b8c0ee6abaaef5d83bf48fb5
parent013eba8ee8a2e2fbea098376648c1be902e5fff8
Deprecate the use of best_mv in decoding process

This commit removes the use of best_mv in the decoding process. This
variable can be replaced with nearest_mv. It saves a few cycles on
assigning the values for best_mv.

Change-Id: Ic183f9c1fb615c54efd7e6ccfedcf09d493435e4
vp9/decoder/vp9_decodemv.c