comparison intrax8huf.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 b838537e0ab3
children
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
14 * You should have received a copy of the GNU Lesser General Public 14 * You should have received a copy of the GNU Lesser General Public
15 * License along with FFmpeg; if not, write to the Free Software 15 * License along with FFmpeg; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 */ 17 */
18 18
19 #ifndef FFMPEG_INTRAX8HUF_H 19 #ifndef AVCODEC_INTRAX8HUF_H
20 #define FFMPEG_INTRAX8HUF_H 20 #define AVCODEC_INTRAX8HUF_H
21 21
22 #include <inttypes.h> 22 #include <inttypes.h>
23 23
24 24
25 static const uint16_t x8_orient_lowquant_table[4][12][2]={ 25 static const uint16_t x8_orient_lowquant_table[4][12][2]={
913 {0x10DF, 14}, 913 {0x10DF, 14},
914 } 914 }
915 }; 915 };
916 #define MAX_AC_VLC_BITS 16 916 #define MAX_AC_VLC_BITS 16
917 917
918 #endif /* FFMPEG_INTRAX8HUF_H */ 918 #endif /* AVCODEC_INTRAX8HUF_H */