]> granicus.if.org Git - libvpx/commit
Change b_mode_info definition from union to struct
authorJingning Han <jingning@google.com>
Thu, 3 Oct 2013 00:05:31 +0000 (17:05 -0700)
committerJingning Han <jingning@google.com>
Thu, 3 Oct 2013 19:34:11 +0000 (12:34 -0700)
commit4093192ec9b2168528e7747de581a8d656de6ab9
tree8b74ace8e8cc83b28a369595db77ec9cbdee10fa
parent793c2d84297f9d0e6fc6e6c0d89ec13d8faf3cba
Change b_mode_info definition from union to struct

This commit defines b_mode_info as a struct type. This will allow
us to further remove the use of PARTITION_INFO in the encoding process.

Change-Id: I975b0f7d557b5e0f66545a61b472def76b671cce
vp9/common/vp9_blockd.h
vp9/common/vp9_findnearmv.c
vp9/encoder/vp9_rdopt.c