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