comparison mpcdata.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 2b72f9bc4f06
children 2cc044ac80d4
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
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 #ifndef AVCODEC_MPCDATA_H 22 #ifndef FFMPEG_MPCDATA_H
23 #define AVCODEC_MPCDATA_H 23 #define FFMPEG_MPCDATA_H
24 24
25 #include <stdint.h> 25 #include <stdint.h>
26 26
27 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}; 27 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_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}; 28 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};
207 0.000000191097811353, 0.000000159180785886, 0.000000132594522029, 0.000000110448674207, 207 0.000000191097811353, 0.000000159180785886, 0.000000132594522029, 0.000000110448674207,
208 0.000000092001613439, 0.000000076635565449, 0.000000063835940978, 0.000000053174105119, 208 0.000000092001613439, 0.000000076635565449, 0.000000063835940978, 0.000000053174105119,
209 0.000000044293003043, 0.000000036895215771, 0.000000030733001921, 0.000000025599996789 209 0.000000044293003043, 0.000000036895215771, 0.000000030733001921, 0.000000025599996789
210 }; 210 };
211 211
212 #endif // AVCODEC_MPCDATA_H 212 #endif /* FFMPEG_MPCDATA_H */