comparison mpeg12data.h @ 3776:1843a85123b7 libavcodec

fix some signedness warnings
author mru
date Wed, 27 Sep 2006 19:47:39 +0000
parents c537a97eec66
children c8c591fe26f8
comparison
equal deleted inserted replaced
3775:8e1ed8300165 3776:1843a85123b7
21 /** 21 /**
22 * @file mpeg12data.h 22 * @file mpeg12data.h
23 * MPEG1/2 tables. 23 * MPEG1/2 tables.
24 */ 24 */
25 25
26 const int16_t ff_mpeg1_default_intra_matrix[64] = { 26 const uint16_t ff_mpeg1_default_intra_matrix[64] = {
27 8, 16, 19, 22, 26, 27, 29, 34, 27 8, 16, 19, 22, 26, 27, 29, 34,
28 16, 16, 22, 24, 27, 29, 34, 37, 28 16, 16, 22, 24, 27, 29, 34, 37,
29 19, 22, 26, 27, 29, 34, 34, 38, 29 19, 22, 26, 27, 29, 34, 34, 38,
30 22, 22, 26, 27, 29, 34, 37, 40, 30 22, 22, 26, 27, 29, 34, 37, 40,
31 22, 26, 27, 29, 32, 35, 40, 48, 31 22, 26, 27, 29, 32, 35, 40, 48,
32 26, 27, 29, 32, 35, 40, 48, 58, 32 26, 27, 29, 32, 35, 40, 48, 58,
33 26, 27, 29, 34, 38, 46, 56, 69, 33 26, 27, 29, 34, 38, 46, 56, 69,
34 27, 29, 35, 38, 46, 56, 69, 83 34 27, 29, 35, 38, 46, 56, 69, 83
35 }; 35 };
36 36
37 const int16_t ff_mpeg1_default_non_intra_matrix[64] = { 37 const uint16_t ff_mpeg1_default_non_intra_matrix[64] = {
38 16, 16, 16, 16, 16, 16, 16, 16, 38 16, 16, 16, 16, 16, 16, 16, 16,
39 16, 16, 16, 16, 16, 16, 16, 16, 39 16, 16, 16, 16, 16, 16, 16, 16,
40 16, 16, 16, 16, 16, 16, 16, 16, 40 16, 16, 16, 16, 16, 16, 16, 16,
41 16, 16, 16, 16, 16, 16, 16, 16, 41 16, 16, 16, 16, 16, 16, 16, 16,
42 16, 16, 16, 16, 16, 16, 16, 16, 42 16, 16, 16, 16, 16, 16, 16, 16,