vpx/vp9/decoder
Yunqing Wang 6344c84c82 Optimize 8x8 idct function
Wrote sse2 functions of vp9_short_idct8x8 and vp9_short_idct10_8x8.
Compared to c version, the sse2 version is 2X faster. The decoder
test didn't show noticeable gain since 8x8 idct doesn't take much
of decoding time (less than 1% in my test).

Change-Id: I56313e18cd481700b3b52c4eda5ca204ca6365f3
2013-03-18 15:34:14 -07:00
..
x86 Optimize add_constant_residual function 2013-03-07 15:49:07 -08:00
vp9_asm_dec_offsets.c Remove unused symbols from vp9 asm offsets C files. 2012-12-07 15:38:40 -08:00
vp9_dboolhuff.c Code cleanup. 2013-03-05 14:12:16 -08:00
vp9_dboolhuff.h Code cleanup. 2013-03-05 14:12:16 -08:00
vp9_decodemv.c Continued experiment with nonzero count 2013-03-08 16:37:08 -08:00
vp9_decodemv.h Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_decodframe.c Replace scaling byte with explicit display size 2013-03-18 12:02:20 -07:00
vp9_decodframe.h Code cleanup. 2013-02-21 13:50:15 -08:00
vp9_dequantize.c Optimize 8x8 idct function 2013-03-18 15:34:14 -07:00
vp9_dequantize.h Refactor vp9_dequant_idct_add function 2013-02-28 14:18:46 -08:00
vp9_detokenize.c Re-add support for ADST in superblocks. 2013-03-07 11:19:10 -08:00
vp9_detokenize.h Make superblocks independent of macroblock code and data. 2013-03-04 16:34:36 -08:00
vp9_idct_blk.c Refactor vp9_dequant_idct_add function 2013-02-28 14:18:46 -08:00
vp9_onyxd_if.c Add VP9_GET_REFERENCE control 2013-03-13 19:08:06 -07:00
vp9_onyxd_int.h Spatial resamping of ZEROMV predictors 2013-02-26 23:54:23 -08:00
vp9_onyxd.h Add VP9_GET_REFERENCE control 2013-03-13 19:08:06 -07:00
vp9_treereader.h Code cleanup. 2013-03-05 14:12:16 -08:00