comparison msmpeg4data.c @ 7136:7a73d76aaaa0 libavcodec

remove duplicate tables
author stefang
date Wed, 25 Jun 2008 11:33:49 +0000
parents bd1a8a378368
children dc1a7a6ec58d
comparison
equal deleted inserted replaced
7135:6bd6a2da306e 7136:7a73d76aaaa0
1821 1821
1822 const uint8_t old_ff_y_dc_scale_table[32]={ 1822 const uint8_t old_ff_y_dc_scale_table[32]={
1823 // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1823 // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
1824 0, 8, 8, 8, 8,10,12,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39 1824 0, 8, 8, 8, 8,10,12,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39
1825 }; 1825 };
1826 const uint8_t old_ff_c_dc_scale_table[32]={
1827 // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
1828 0, 8, 8, 8, 8, 9, 9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22
1829 };
1830 1826
1831 const uint8_t wmv1_scantable[WMV1_SCANTABLE_COUNT][64]={ 1827 const uint8_t wmv1_scantable[WMV1_SCANTABLE_COUNT][64]={
1832 { 1828 {
1833 0x00, 0x08, 0x01, 0x02, 0x09, 0x10, 0x18, 0x11, 1829 0x00, 0x08, 0x01, 0x02, 0x09, 0x10, 0x18, 0x11,
1834 0x0A, 0x03, 0x04, 0x0B, 0x12, 0x19, 0x20, 0x28, 1830 0x0A, 0x03, 0x04, 0x0B, 0x12, 0x19, 0x20, 0x28,