]> 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)
committerYaowu Xu <yaowu@google.com>
Wed, 6 May 2015 16:59:20 +0000 (09:59 -0700)
commit41973e0e3e584ede46144eeb61e6a7acef326ed9
treee3d80bcef597c2e817f5a10b156a33f8789cc491
parent0e82cba6281b5838c24de6862fe619b9556a26da
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
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