]> granicus.if.org Git - libvpx/commit
Code cleanup: remove redundant DST1 code
authorDebargha Mukherjee <debargha@google.com>
Tue, 16 Feb 2016 18:36:02 +0000 (10:36 -0800)
committerDebargha Mukherjee <debargha@google.com>
Tue, 16 Feb 2016 18:36:02 +0000 (10:36 -0800)
commit1badceada855ca670d59820649be567bceab3ee9
tree25c51c48ae0b387749ad8e0f59b324c3e9aa1fdb
parent8cc04ef505c78cfd6b7129d80f60bbd9d2a2a541
Code cleanup: remove redundant DST1 code

Removes the USE_DST2 flag that was on by default. DST2 performs
slightly better that DST1 and is faster to compute.

Change-Id: Ifb788f3f0a0e1995d7625230cec144b876f01206
vp10/common/enums.h
vp10/common/idct.c
vp10/encoder/dct.c