comparison rv34vlc.h @ 11948:e8cf7f5fb715 libavcodec

rv34: kill VLAs
author mru
date Fri, 25 Jun 2010 08:19:20 +0000
parents 7dd2a45249a9
children
comparison
equal deleted inserted replaced
11947:fc9e4874a12c 11948:e8cf7f5fb715
35 #define CBPPAT_VLC_SIZE 1296 35 #define CBPPAT_VLC_SIZE 1296
36 #define CBP_VLC_SIZE 16 36 #define CBP_VLC_SIZE 16
37 #define FIRSTBLK_VLC_SIZE 864 37 #define FIRSTBLK_VLC_SIZE 864
38 #define OTHERBLK_VLC_SIZE 108 38 #define OTHERBLK_VLC_SIZE 108
39 #define COEFF_VLC_SIZE 32 39 #define COEFF_VLC_SIZE 32
40 #define MAX_VLC_SIZE 1296
40 41
41 static const uint8_t rv34_table_intra_cbppat[NUM_INTRA_TABLES][2][CBPPAT_VLC_SIZE] = { 42 static const uint8_t rv34_table_intra_cbppat[NUM_INTRA_TABLES][2][CBPPAT_VLC_SIZE] = {
42 { 43 {
43 { 44 {
44 8, 10, 10, 10, 10, 10, 11, 10, 10, 11, 10, 10, 10, 10, 10, 6, 45 8, 10, 10, 10, 10, 10, 11, 10, 10, 11, 10, 10, 10, 10, 10, 6,