vpx/vp9/common/x86
Jingning Han 41a350a83d Change eob threshold for partial inverse 8x8 2D-DCT to 12
The scanning order has the first 12 coefficients of the 8x8 2D-DCT
sitting in the top left 4x4 block. Hence the partial inverse 8x8
2D-DCT allows to handle cases with eob below 12.

The overall runtime of the inverse 8x8 2D-DCT unit is reduced from
166 cycles (using SSE2) to 150 cycles (using SSSE3).

Change-Id: I4514f9748042809ac84df4c14382c00f313f1cd2
2014-05-08 09:48:58 -07:00
..
vp9_asm_stubs.c SSSE3 convolution optimization 2014-02-14 15:08:42 -07:00
vp9_copy_sse2.asm Fix encoder uninitialized read errors reported by drmemory 2014-04-09 09:59:15 -07:00
vp9_idct_intrin_sse2.c Change eob threshold for partial inverse 8x8 2D-DCT to 12 2014-05-08 09:48:58 -07:00
vp9_idct_ssse3.asm Change eob threshold for partial inverse 8x8 2D-DCT to 12 2014-05-08 09:48:58 -07: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 minor spelling cleanup in comments 2014-02-12 16:32:51 -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_intrin_avx2.c Fix avx builds on macosx with clang 5.0. 2014-04-08 18:56:03 -07:00
vp9_subpixel_8t_intrin_ssse3.c vp9_subpixel_8t_intrin_ssse3.c: make some tables static 2014-02-18 20:42:00 -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
vp9_subpixel_bilinear_ssse3.asm Optimize bilinear sub-pixel filters in ssse3 2014-02-04 08:01:55 -08:00