From acd8d10ffb1319108b1b219c826065a9037ef713 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Thu, 7 Dec 2006 09:59:05 +0000 Subject: Making rem6 and div6 globally visible and thus adding prefixes. Originally committed as revision 7245 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264data.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libavcodec/h264data.h') diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index a21db32db1..74e720421b 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -506,15 +506,6 @@ static const PMbInfo b_sub_mb_type_info[13]={ {MB_TYPE_8x8 |MB_TYPE_P0L0|MB_TYPE_P0L1|MB_TYPE_P1L0|MB_TYPE_P1L1, 4, }, }; - -static const uint8_t rem6[52]={ -0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, -}; - -static const uint8_t div6[52]={ -0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, -}; - static const uint8_t default_scaling4[2][16]={ { 6,13,20,28, 13,20,28,32, -- cgit v1.2.3