vpx/vp9/common/x86
Yunqing Wang 2488cb34bc Optimize bilinear sub-pixel filters in sse2
Using bilinear filters could speed up the codec in real-time mode.
This patch added sse2 optimizations of bilinear filters that
operate on different-sized blocks.

Tests showed that the real-time encoder was speeded up by 3%.

Change-Id: If99a7ee4385fcc225c3ee7445d962d5752e57c3f
2014-02-03 10:34:45 -08:00
..
vp9_asm_stubs.c Optimize bilinear sub-pixel filters in sse2 2014-02-03 10:34:45 -08:00
vp9_copy_sse2.asm Replace copy_memNxM functions with a generic copy/avg function. 2013-07-10 18:27:24 -07:00
vp9_idct_intrin_sse2.c Removing _1d suffix from transform names. 2014-01-27 16:15:36 -08:00
vp9_intrapred_sse2.asm Fix x86inc.asm to build PIC code correctly 2013-09-18 13:45:46 -07:00
vp9_intrapred_ssse3.asm vp9 ssse3 d207_predictor_32x32: add missing GLOBAL() 2013-11-01 20:33:22 -07:00
vp9_loopfilter_intrin_avx2.c rename loop filter functions 2013-12-17 17:34:34 -08:00
vp9_loopfilter_intrin_sse2.c rename loop filter functions 2013-12-17 17:34:34 -08:00
vp9_loopfilter_mmx.asm rename loop filter functions 2013-12-17 17:34:34 -08:00
vp9_postproc_mmx.asm Code cleanup: lower case variable names. 2013-03-20 16:41:30 -07:00
vp9_postproc_sse2.asm Code cleanup: lower case variable names. 2013-03-20 16:41:30 -07:00
vp9_postproc_x86.h vp9/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_subpixel_8t_sse2.asm SSE2 8-tap sub-pixel filter optimization 2013-10-10 14:12:47 -07:00
vp9_subpixel_8t_ssse3.asm Correct ssse3 8/16-pixel wide sub-pixel filter calculation 2013-11-20 12:52:56 -08:00
vp9_subpixel_bilinear_sse2.asm Optimize bilinear sub-pixel filters in sse2 2014-02-03 10:34:45 -08:00