]> granicus.if.org Git - libvpx/commit
Unify the high bit-depth forward hybrid transforms
authorJingning Han <jingning@google.com>
Mon, 20 Jul 2015 18:07:22 +0000 (11:07 -0700)
committerJingning Han <jingning@google.com>
Mon, 20 Jul 2015 18:17:49 +0000 (11:17 -0700)
commite253eaa0361fd9cc8e8feca1d344acbf24ea1e21
tree8bb842c43998069e58fd7f6ab484229c171913e5
parent389ed6da10c3b178de2603bc636cee19492d6dbb
Unify the high bit-depth forward hybrid transforms

The SSE2 version high bit-depth forward hybrid transforms are
essentially using the C functions via cross referencing to 1-D
functions in vp9_dct.c. This commit unifies the two versions and
removes the unnecessary dependency.

Change-Id: Ib4d0702a138f8daf7d0bd97c141ee7088f293765
test/dct16x16_test.cc
test/fdct4x4_test.cc
vp9/common/vp9_rtcd_defs.pl
vp9/encoder/x86/vp9_dct_sse2.c