]> granicus.if.org Git - libvpx/commit
Incorporate WRAPLOW macro into non-highbitdepth tx
authorDeb Mukherjee <debargha@google.com>
Thu, 2 Oct 2014 22:43:27 +0000 (15:43 -0700)
committerDeb Mukherjee <debargha@google.com>
Fri, 3 Oct 2014 18:38:05 +0000 (11:38 -0700)
commitd50716face72ce03d074722fc3219b5b519e780b
tree799311027fd2fcd1ffae72c8884698bfecaf39a0
parenta0befb93e7150f72afe57aa5b7f7df3308690cef
Incorporate WRAPLOW macro into non-highbitdepth tx

Incorporates the WRAPLOW macro into the non-highbitdepth transforms
to aid hardware verification between a software C model and an
intended hardware implementation though the use of the configure
options: --enable-experimental --enable-emulate-hardware.
Note that to avoid further discrepancies between the sse/sse2
implementations of the transforms and the C implementation, when the
emulate hardware option is invoked, we also disable sse/sse2/etc.

Also incudes some minor cleanups/renaming etc.

Change-Id: Ib864d8493313927d429cce402982f1c8e45b3287
13 files changed:
configure
test/convolve_test.cc
test/dct16x16_test.cc
test/dct32x32_test.cc
test/fdct4x4_test.cc
test/fdct8x8_test.cc
test/partial_idct_test.cc
vp9/common/vp9_common.h
vp9/common/vp9_convolve.c
vp9/common/vp9_idct.c
vp9/common/vp9_reconintra.c
vp9/common/vp9_rtcd_defs.pl
vp9/encoder/vp9_resize.c