comparison ra144.h @ 7835:bc904d7e5551 libavcodec

Remove useless comment
author vitor
date Mon, 08 Sep 2008 18:52:00 +0000
parents b9a26c7e64ef
children 6111134a3d94
comparison
equal deleted inserted replaced
7834:b9a26c7e64ef 7835:bc904d7e5551
22 #ifndef AVCODEC_RA144_H 22 #ifndef AVCODEC_RA144_H
23 #define AVCODEC_RA144_H 23 #define AVCODEC_RA144_H
24 24
25 #include <stdint.h> 25 #include <stdint.h>
26 26
27 /* 14.4 data tables */
28 static const int16_t gain_val_tab[256][3] = { 27 static const int16_t gain_val_tab[256][3] = {
29 { 541, 956, 768}, { 877, 581, 568}, { 675,1574, 635}, {1248,1464, 668}, 28 { 541, 956, 768}, { 877, 581, 568}, { 675,1574, 635}, {1248,1464, 668},
30 {1246, 839, 1394}, {2560,1386, 991}, { 925, 687, 608}, {2208, 797, 1144}, 29 {1246, 839, 1394}, {2560,1386, 991}, { 925, 687, 608}, {2208, 797, 1144},
31 { 535, 832, 799}, { 762, 605, 1154}, { 832,1122, 1003}, {1180, 687, 1176}, 30 { 535, 832, 799}, { 762, 605, 1154}, { 832,1122, 1003}, {1180, 687, 1176},
32 {1292, 901, 732}, {1656, 689, 896}, {1750,1248, 848}, {2284, 942, 1022}, 31 {1292, 901, 732}, {1656, 689, 896}, {1750,1248, 848}, {2284, 942, 1022},