vpx/vp8/decoder/arm
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
..
armv6 Modified the inverse walsh to output directly 2011-11-25 09:24:04 +02:00
neon Modified the inverse walsh to output directly 2011-11-25 09:24:04 +02:00
arm_dsystemdependent.c Modified the inverse walsh to output directly 2011-11-25 09:24:04 +02:00
dequantize_arm.c Replace vpx_ports/config.h with vpx_config.h 2011-09-22 13:33:54 +03:00
dequantize_arm.h Modified the inverse walsh to output directly 2011-11-25 09:24:04 +02:00