]> granicus.if.org Git - libvpx/commit
Enable entropy coding of recursive transform block partition
authorJingning Han <jingning@google.com>
Wed, 14 Oct 2015 16:38:17 +0000 (09:38 -0700)
committerJingning Han <jingning@google.com>
Thu, 29 Oct 2015 18:06:46 +0000 (11:06 -0700)
commit3edad6e8878ac3a917a821e5d072a8d1f2c3a57d
tree6e70524b63ebb33969f0a4581667e5637e0b88a8
parentbdaa2576742030defba1596e0671960761152175
Enable entropy coding of recursive transform block partition

This commit enables the entropy coding of the recursive transform
block partition syntax.

Change-Id: I0c2509fb7b9822d12a721f9ebf9327fac83c777e
12 files changed:
vp10/common/alloccommon.c
vp10/common/blockd.h
vp10/common/entropymode.c
vp10/common/entropymode.h
vp10/common/enums.h
vp10/common/onyxc_int.h
vp10/common/thread_common.c
vp10/decoder/decodeframe.c
vp10/decoder/decodemv.c
vp10/encoder/bitstream.c
vp10/encoder/encodeframe.c
vp10/encoder/rdopt.c