James Zern
c7e86abab6
cosmetics: fix comment line lengths
...
add additional '-' to //----... style comments globally instead of
polluting further commits
Change-Id: I951acc68b7b5384b4d6e235349b0067d1aa6fa8b
2011-08-26 12:19:33 -07:00
Pascal Massimino
c9ea03d770
SSE2 version of strong filtering
...
~10% faster decoding
Patch by Somnath Banerjee (somnath at google dot com)
Change-Id: I10e380c036ff61afe24afc26084a508ab01e8502
2011-07-11 23:04:26 -07:00
Pascal Massimino
bd2f65f67c
sse2 version of the complex filter
...
12-15% faster.
(only inner edge is implemented for now)
patch by Somnath Banerjee (somnath at google dot com)
2011-06-20 00:27:47 -07:00
Pascal Massimino
96ed9ce0fb
perform two idct transforms at a time when possible
...
patch by Christian Duvivier (cduvivier at google dot com)
2011-06-20 00:22:37 -07:00
Pascal Massimino
01af7b69cd
use aligned stored
2011-06-18 08:27:16 -07:00
James Zern
23bf351e71
Enable decode SSE2 for Visual Studio
...
Change-Id: If32f8b1cfe415b2f9330af36a5dd0e31e49582b2
2011-06-17 18:12:01 -07:00
Somnath Banerjee
131a4b7b7b
dec/dsp_sse2: fix visual studio compile
...
This addresses issue #80
Change-Id: Ia81ae21f85266dd64d39da63ff2fae33f9a572dc
2011-06-17 18:04:08 -07:00
James Zern
40a7e347ff
dec/dsp: disable sse2 for Visual Studio builds
...
This is a temporary workaround for issue #80 .
Currently dec/dsp_sse2 is not included in Makefile.vc. Simply adding it
will cause a build error, however, as cl does not support aligning
function parameters producing, e.g.,
src\dec\dsp_sse2.c(228) : error C2719: 'q1': formal parameter with
__declspec(align('16')) won't be aligned
Change-Id: Id29e6802dd29110e59c4f6d13ffa5d4793c750a0
2011-06-15 13:53:14 -07:00
Pascal Massimino
e4d540c842
add SSE2 code for transform
...
Pretty similar to the encoder's version
3% faster decoding on average
patch by Christian Duvivier (cduvivier at google dot com)
2011-06-15 10:51:31 -07:00
Pascal Massimino
a11009d7fc
SSE2 version of simple in-loop filtering
...
~10% faster decoding
Patch by Somnath Banerjee (somnath at google dot com)
Change-Id: I200db408272b4f61cda9d9261d2d4370a698d6c4
2011-06-10 15:10:18 -07:00