]> granicus.if.org Git - libvpx/commit
Use reduced transform set for 16x16
authorDebargha Mukherjee <debargha@google.com>
Fri, 8 Apr 2016 21:41:18 +0000 (14:41 -0700)
committerDebargha Mukherjee <debargha@google.com>
Mon, 11 Apr 2016 20:04:41 +0000 (13:04 -0700)
commitc4da5d500e81a6452690ff531d8bda6ecb0a9e43
treebe5239521a4bec18e55c8d579292fffc17b0a5c0
parent5e558121fe10addea10467bf1fa725877d8163db
Use reduced transform set for 16x16

Speed increase for ext-tx by 20% for a BDRATE drop of 0.26%.
The ext-tx expt becomes -2.66% BDRATE (reduced from -2.92%) for
the lowres set.

It turns out that reducing the set of transforms for intra from
12 to 5 makes very little difference in coding performance (~0.04%).
Most of the performance drop comes from the reduction is transform
set for inter. Currently there is a provision to control that with
a macro.

Change-Id: I7de05527bf72f96acc1e0ab8a74a849da0a141e5
vp10/common/blockd.h
vp10/common/entropymode.c