Ronald S. Bultje
f0a2b6249b
vp9: add 16x16 idct avx2 (8-bit).
checkasm --bench, 10k runs, for *_add_${bpc}_${sub_idct}_${opt}, shows
that it's about 1.65x as fast as the AVX version for the full IDCT, and
similar speedups for the sub-IDCTs:
nop: 24.6
vp9_inv_dct_dct_16x16_add_8_1_c: 6444.8
vp9_inv_dct_dct_16x16_add_8_1_sse2: 638.6
vp9_inv_dct_dct_16x16_add_8_1_ssse3: 484.4
vp9_inv_dct_dct_16x16_add_8_1_avx: 661.2
vp9_inv_dct_dct_16x16_add_8_1_avx2: 311.5
vp9_inv_dct_dct_16x16_add_8_2_c: 6665.7
vp9_inv_dct_dct_16x16_add_8_2_sse2: 646.9
vp9_inv_dct_dct_16x16_add_8_2_ssse3: 455.2
vp9_inv_dct_dct_16x16_add_8_2_avx: 521.9
vp9_inv_dct_dct_16x16_add_8_2_avx2: 304.3
vp9_inv_dct_dct_16x16_add_8_4_c: 7022.7
vp9_inv_dct_dct_16x16_add_8_4_sse2: 647.4
vp9_inv_dct_dct_16x16_add_8_4_ssse3: 467.1
vp9_inv_dct_dct_16x16_add_8_4_avx: 446.1
vp9_inv_dct_dct_16x16_add_8_4_avx2: 297.0
vp9_inv_dct_dct_16x16_add_8_8_c: 6800.4
vp9_inv_dct_dct_16x16_add_8_8_sse2: 598.6
vp9_inv_dct_dct_16x16_add_8_8_ssse3: 465.7
vp9_inv_dct_dct_16x16_add_8_8_avx: 440.9
vp9_inv_dct_dct_16x16_add_8_8_avx2: 290.2
vp9_inv_dct_dct_16x16_add_8_16_c: 6626.6
vp9_inv_dct_dct_16x16_add_8_16_sse2: 599.5
vp9_inv_dct_dct_16x16_add_8_16_ssse3: 475.0
vp9_inv_dct_dct_16x16_add_8_16_avx: 469.9
vp9_inv_dct_dct_16x16_add_8_16_avx2: 286.4
2016-07-11 10:14:58 -04:00
..
2016-06-21 21:55:34 +02:00
2016-05-14 04:46:52 +02:00
2016-06-24 11:16:52 +02:00
2016-07-11 10:14:58 -04:00
2016-06-22 11:28:51 +02:00
2016-05-11 19:13:03 +01:00
2016-02-03 19:33:23 -03:00
2016-05-11 19:13:03 +01:00
2016-02-24 17:31:44 +00:00
2016-05-11 19:13:03 +01:00
2016-02-18 11:55:00 +01:00
2016-02-18 11:55:00 +01:00
2016-06-21 21:55:34 +02:00
2016-05-11 19:13:03 +01:00
2016-03-28 14:13:17 -08:00
2016-06-21 21:55:34 +02:00
2016-05-11 19:13:03 +01:00
2016-04-02 12:48:21 +02:00
2016-05-11 19:13:03 +01:00
2016-05-11 19:13:03 +01:00
2016-02-17 16:07:16 +00:00
2016-02-17 16:07:16 +00:00
2016-04-13 17:27:01 +01:00
2016-05-11 19:13:03 +01:00
2016-05-11 19:13:03 +01:00
2016-03-10 21:24:25 +01:00
2016-06-01 16:32:08 +02:00
2016-06-21 22:16:16 +02:00
2016-02-14 20:00:17 -03:00
2016-05-11 19:13:03 +01:00
2016-03-28 14:13:17 -08:00
2016-05-11 19:13:03 +01:00
2016-06-22 13:44:34 +02:00
2016-05-11 19:13:03 +01:00
2016-05-04 18:16:21 +02:00
2016-05-11 19:13:03 +01:00
2016-03-22 17:24:55 +01:00
2016-05-11 19:13:03 +01:00
2016-05-11 19:13:03 +01:00
2016-03-22 10:15:31 -07:00
2016-06-03 14:49:56 +02:00
2016-06-11 22:41:18 +02:00
2016-05-11 19:13:03 +01:00
2016-03-12 02:08:34 +01:00
2016-05-11 19:13:03 +01:00
2016-06-05 17:12:35 +02:00
2016-06-30 17:43:01 +02:00
2016-05-11 19:13:03 +01:00
2016-05-11 19:13:03 +01:00
2016-06-26 15:25:12 +02:00
2016-02-24 15:23:16 +00:00
2016-06-26 15:34:40 +02:00
2016-06-22 22:38:49 +02:00
2016-06-26 15:23:24 +02:00
2016-06-26 15:25:38 +02:00
2016-04-14 13:49:55 +01:00
2016-06-26 15:24:53 +02:00
2016-02-17 16:16:34 +00:00
2016-06-26 15:23:24 +02:00
2016-06-26 15:23:24 +02:00
2016-02-28 02:02:50 +01:00
2016-03-22 10:15:31 -07:00
2016-05-11 19:13:03 +01:00
2016-05-29 16:43:11 +02:00
2016-05-11 19:13:03 +01:00
2016-05-11 19:13:03 +01:00
2016-04-28 01:06:54 +02:00
2016-05-13 22:48:56 -03:00
2016-06-22 22:38:49 +02:00
2016-06-21 21:55:34 +02:00
2016-05-11 19:13:03 +01:00
2016-05-23 11:28:03 +02:00
2016-06-09 10:35:13 +02:00
2016-06-21 21:55:34 +02:00
2016-07-11 01:06:23 +02:00
2016-05-11 19:13:03 +01:00
2016-07-09 14:21:01 +02:00
2016-02-16 16:55:28 +00:00
2016-05-11 19:13:03 +01:00
2016-07-08 17:02:37 +02:00
2016-05-11 19:13:03 +01:00
2016-05-11 19:13:03 +01:00
2016-02-24 17:31:44 +00:00
2016-05-11 19:13:03 +01:00
2016-02-24 17:31:44 +00:00
2016-05-11 19:13:03 +01:00
2016-05-11 19:13:03 +01:00
2016-05-29 14:45:07 +02:00
2016-06-23 12:38:51 +02:00
2016-06-23 12:38:51 +02:00
2016-05-11 19:13:03 +01:00
2016-06-16 23:54:51 +02:00
2016-05-11 19:13:03 +01:00
2016-03-28 14:13:17 -08:00
2016-05-11 19:13:03 +01:00
2016-06-30 17:43:01 +02:00
2016-05-11 19:13:03 +01:00