]> granicus.if.org Git - libvpx/commit
Modifies inter/intra coding to allow all tx types
authorDebargha Mukherjee <debargha@google.com>
Wed, 6 Jan 2016 19:24:57 +0000 (11:24 -0800)
committerDebargha Mukherjee <debargha@google.com>
Fri, 8 Jan 2016 19:13:46 +0000 (11:13 -0800)
commitf7dfa4ece7b4e2aef190923abe4a3f1d3ca3ece8
tree4f775faea7fd1be5147f090025b413ed62e428ab
parent2bd4f444092bf1902a1caca66e14e8e75189191d
Modifies inter/intra coding to allow all tx types

The nominal tx_type for a given mode is used as a context
to encode the actual tx_type for intra.

Results:
derflr: -0.241% BDRATE
hevcmr: -0.366% BDRATE

Change-Id: Icfe7b0a58d79bc6497a06e3441779afec6e01e21
18 files changed:
configure
vp10/common/blockd.h
vp10/common/entropy.h
vp10/common/entropymode.c
vp10/common/entropymode.h
vp10/common/enums.h
vp10/common/thread_common.c
vp10/decoder/decodeframe.c
vp10/decoder/decodemv.c
vp10/encoder/bitstream.c
vp10/encoder/bitstream.h
vp10/encoder/encodeframe.c
vp10/encoder/encoder.c
vp10/encoder/encoder.h
vp10/encoder/rd.c
vp10/encoder/rdopt.c
vp10/encoder/subexp.c
vp10/encoder/subexp.h