vpx/vp8/decoder/x86
Scott LaVarnway 4a91541c94 Modified the inverse walsh to output directly
to the dqcoeff or qcoeff buffer.  The encoder would
populate the dc coeffs of the y blocks as a separate
stage (recon_dcblock) and the decoder would use a special
version of the idct.  This change eliminates the extra copy
and reduces the code footprint.

[Tero] Added needed changes to armv6 and NEON assembly.

Change-Id: I83202ffdbaf83f6e5dd69f4ba2519fcf0b13b3ba
2011-11-25 09:24:04 +02:00
..
dequantize_mmx.asm Modified the inverse walsh to output directly 2011-11-25 09:24:04 +02:00
dequantize_x86.h Modified the inverse walsh to output directly 2011-11-25 09:24:04 +02:00
idct_blk_mmx.c Modified the inverse walsh to output directly 2011-11-25 09:24:04 +02:00
idct_blk_sse2.c Modified the inverse walsh to output directly 2011-11-25 09:24:04 +02:00
x86_dsystemdependent.c Modified the inverse walsh to output directly 2011-11-25 09:24:04 +02:00