comparison mpeg12data.h @ 2979:bfabfdf9ce55 libavcodec

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents ef2149182f1c
children d60dc0a7dee6
comparison
equal deleted inserted replaced
2978:403183bbb505 2979:bfabfdf9ce55
2 * @file mpeg12data.h 2 * @file mpeg12data.h
3 * MPEG1/2 tables. 3 * MPEG1/2 tables.
4 */ 4 */
5 5
6 const int16_t ff_mpeg1_default_intra_matrix[64] = { 6 const int16_t ff_mpeg1_default_intra_matrix[64] = {
7 8, 16, 19, 22, 26, 27, 29, 34, 7 8, 16, 19, 22, 26, 27, 29, 34,
8 16, 16, 22, 24, 27, 29, 34, 37, 8 16, 16, 22, 24, 27, 29, 34, 37,
9 19, 22, 26, 27, 29, 34, 34, 38, 9 19, 22, 26, 27, 29, 34, 34, 38,
10 22, 22, 26, 27, 29, 34, 37, 40, 10 22, 22, 26, 27, 29, 34, 37, 40,
11 22, 26, 27, 29, 32, 35, 40, 48, 11 22, 26, 27, 29, 32, 35, 40, 48,
12 26, 27, 29, 32, 35, 40, 48, 58, 12 26, 27, 29, 32, 35, 40, 48, 58,
13 26, 27, 29, 34, 38, 46, 56, 69, 13 26, 27, 29, 34, 38, 46, 56, 69,
14 27, 29, 35, 38, 46, 56, 69, 83 14 27, 29, 35, 38, 46, 56, 69, 83
15 }; 15 };
16 16
17 const int16_t ff_mpeg1_default_non_intra_matrix[64] = { 17 const int16_t ff_mpeg1_default_non_intra_matrix[64] = {
18 16, 16, 16, 16, 16, 16, 16, 16, 18 16, 16, 16, 16, 16, 16, 16, 16,
19 16, 16, 16, 16, 16, 16, 16, 16, 19 16, 16, 16, 16, 16, 16, 16, 16,