comparison svq1_cb.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 1d83e9c34641
children e9d9d946f213
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
26 /** 26 /**
27 * @file svq1_cb.h 27 * @file svq1_cb.h
28 * svq1 code books. 28 * svq1 code books.
29 */ 29 */
30 30
31 #ifndef FFMPEG_SVQ1_CB_H 31 #ifndef AVCODEC_SVQ1_CB_H
32 #define FFMPEG_SVQ1_CB_H 32 #define AVCODEC_SVQ1_CB_H
33 33
34 #include <stdint.h> 34 #include <stdint.h>
35 #include <stdlib.h> 35 #include <stdlib.h>
36 36
37 /* 6x16-entry codebook for inter-coded 4x2 vectors */ 37 /* 6x16-entry codebook for inter-coded 4x2 vectors */
1518 svq1_intra_codebook_4x2, svq1_intra_codebook_4x4, 1518 svq1_intra_codebook_4x2, svq1_intra_codebook_4x4,
1519 svq1_intra_codebook_8x4, svq1_intra_codebook_8x8, 1519 svq1_intra_codebook_8x4, svq1_intra_codebook_8x8,
1520 NULL, NULL, 1520 NULL, NULL,
1521 }; 1521 };
1522 1522
1523 #endif /* FFMPEG_SVQ1_CB_H */ 1523 #endif /* AVCODEC_SVQ1_CB_H */