31 1, 2, 6, 7, 15, 16, 28, 29,
32 3, 5, 8, 14, 17, 27, 30, 43,
33 4, 9, 13, 18, 26, 31, 42, 44,
34 10, 12, 19, 25, 32, 41, 45, 54,
35 11, 20, 24, 33, 40, 46, 53, 55,
36 21, 23, 34, 39, 47, 52, 56, 61,
37 22, 35, 38, 48, 51, 57, 60, 62,
38 36, 37, 49, 50, 58, 59, 63, 64,
42 #define COMPILE_TEMPLATE_SSSE3 0
43 #define RENAME(a) a ## _sse2
48 #undef COMPILE_TEMPLATE_SSSE3
49 #define COMPILE_TEMPLATE_SSSE3 1
51 #define RENAME(a) a ## _ssse3
57 const int dct_algo =
s->c.avctx->dct_algo;
63 s->dct_quantize = dct_quantize_sse2;
67 s->dct_quantize = dct_quantize_ssse3;