Mercurial > libavcodec.hg
comparison mpcdata.h @ 5163:9ecbfc0c82bf libavcodec
add multiple inclusion guards to headers
| author | mru |
|---|---|
| date | Sun, 17 Jun 2007 00:01:30 +0000 |
| parents | 4394344397d8 |
| children | 3fd46e281bd8 |
comparison
equal
deleted
inserted
replaced
| 5162:4394344397d8 | 5163:9ecbfc0c82bf |
|---|---|
| 17 * You should have received a copy of the GNU Lesser General Public | 17 * You should have received a copy of the GNU Lesser General Public |
| 18 * License along with FFmpeg; if not, write to the Free Software | 18 * License along with FFmpeg; if not, write to the Free Software |
| 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 * | 20 * |
| 21 */ | 21 */ |
| 22 | |
| 23 #ifndef AVCODEC_MPCDATA_H | |
| 24 #define AVCODEC_MPCDATA_H | |
| 22 | 25 |
| 23 #include <stdint.h> | 26 #include <stdint.h> |
| 24 | 27 |
| 25 static const int8_t mpc_idx30[] = { -1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1}; | 28 static const int8_t mpc_idx30[] = { -1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1}; |
| 26 static const int8_t mpc_idx31[] = { -1,-1,-1, 0, 0, 0, 1, 1, 1,-1,-1,-1, 0, 0, 0, 1, 1, 1,-1,-1,-1, 0, 0, 0, 1, 1, 1}; | 29 static const int8_t mpc_idx31[] = { -1,-1,-1, 0, 0, 0, 1, 1, 1,-1,-1,-1, 0, 0, 0, 1, 1, 1,-1,-1,-1, 0, 0, 0, 1, 1, 1}; |
| 204 0.000000396931966407, 0.000000330636652279, 0.000000275413924555, 0.000000229414467867, | 207 0.000000396931966407, 0.000000330636652279, 0.000000275413924555, 0.000000229414467867, |
| 205 0.000000191097811353, 0.000000159180785886, 0.000000132594522029, 0.000000110448674207, | 208 0.000000191097811353, 0.000000159180785886, 0.000000132594522029, 0.000000110448674207, |
| 206 0.000000092001613439, 0.000000076635565449, 0.000000063835940978, 0.000000053174105119, | 209 0.000000092001613439, 0.000000076635565449, 0.000000063835940978, 0.000000053174105119, |
| 207 0.000000044293003043, 0.000000036895215771, 0.000000030733001921, 0.000000025599996789 | 210 0.000000044293003043, 0.000000036895215771, 0.000000030733001921, 0.000000025599996789 |
| 208 }; | 211 }; |
| 212 | |
| 213 #endif |
