]> granicus.if.org Git - libvpx/commit
Use SPLITMV_PARTITIONING instead of a plain integer type.
authorRonald S. Bultje <rbultje@google.com>
Mon, 22 Oct 2012 18:25:48 +0000 (11:25 -0700)
committerRonald S. Bultje <rbultje@google.com>
Mon, 22 Oct 2012 18:25:48 +0000 (11:25 -0700)
commit5a80e7a29232e5a717bf948d184d1848240d8882
treebf30a1ba5194f4f53382f0f8c8638649b1b9adf6
parent09fb253b3951baab6f9384bbf1b93496908340a4
Use SPLITMV_PARTITIONING instead of a plain integer type.

This can be used to distinguish between 16x8, 8x16, 8x8 and 4x4
partitioning modes when choosing splitmv as a MB mode.

Change-Id: Idc8b59772e1a80ccc4ad44d63c5c2ec3fc061a3c
vp8/common/blockd.h
vp8/common/entropymode.c
vp8/common/postproc.c
vp8/common/reconinter.c
vp8/encoder/onyx_int.h
vp8/encoder/rdopt.c