]> granicus.if.org Git - libvpx/commit
Refactored idct routines and headers
authorPeter de Rivaz <peter.derivaz@gmail.com>
Fri, 24 Oct 2014 07:37:39 +0000 (08:37 +0100)
committerDeb Mukherjee <debargha@google.com>
Mon, 24 Nov 2014 17:57:40 +0000 (09:57 -0800)
commit3a8c43a479bf0ab77c30d9afeebd383255d12efe
tree59e020d405ca377721cfe92515a39e87c89d7ff3
parentf94c7a8f353dba27e0c054d1aec0a8cb2c9790e9
Refactored idct routines and headers

This change is made in preparation for a
subsequent patch which adds acceleration
for the highbitdepth transform functions.

The highbitdepth transform functions attempt
to use 16/32bit sse instructions where possible,
but fallback to using the C implementations if
potential overflow is detected.  For this reason
the dct routines are made global so they can be
called from the acceleration functions in the
subsequent patch.

Change-Id: Ia921f191bf6936ccba4f13e8461624b120c1f665
(cherry picked from commit 454342d4e77dbb67f4a3c10f97a57a6fcb46d9a0)
vp9/common/vp9_idct.c
vp9/common/vp9_idct.h
vp9/encoder/vp9_dct.c
vp9/encoder/vp9_dct.h [new file with mode: 0644]
vp9/vp9cx.mk