comparison indeo5data.h @ 11213:384b6a615a92 libavcodec

remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct
author stefang
date Fri, 19 Feb 2010 17:17:20 +0000
parents 5ca4eb4a1a3f
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11212:4a0b77af9d9c 11213:384b6a615a92
38 }; 38 };
39 39
40 /** 40 /**
41 * Indeo5 8x8 scan (zigzag) patterns 41 * Indeo5 8x8 scan (zigzag) patterns
42 */ 42 */
43 static const uint8_t ivi5_scans8x8[3][64] = { 43 static const uint8_t ivi5_scans8x8[2][64] = {
44 {0, 1, 8, 16, 9, 2, 3, 10, 17, 24, 32, 25, 18, 11, 4, 5,
45 12, 19, 26, 33, 40, 48, 41, 34, 27, 20, 13, 6, 7, 14, 21, 28,
46 35, 42, 49, 56, 57, 50, 43, 36, 29, 22, 15, 23, 30, 37, 44, 51,
47 58, 59, 52, 45, 38, 31, 39, 46, 53, 60, 61, 54, 47, 55, 62, 63
48 },
49 {0, 8, 16, 24, 32, 40, 48, 56, 1, 9, 17, 25, 33, 41, 49, 57, 44 {0, 8, 16, 24, 32, 40, 48, 56, 1, 9, 17, 25, 33, 41, 49, 57,
50 2, 10, 18, 26, 34, 42, 50, 58, 3, 11, 19, 27, 35, 43, 51, 59, 45 2, 10, 18, 26, 34, 42, 50, 58, 3, 11, 19, 27, 35, 43, 51, 59,
51 4, 12, 20, 28, 36, 44, 52, 60, 5, 13, 21, 29, 37, 45, 53, 61, 46 4, 12, 20, 28, 36, 44, 52, 60, 5, 13, 21, 29, 37, 45, 53, 61,
52 6, 14, 22, 30, 38, 46, 54, 62, 7, 15, 23, 31, 39, 47, 55, 63 47 6, 14, 22, 30, 38, 46, 54, 62, 7, 15, 23, 31, 39, 47, 55, 63
53 }, 48 },