NB_VLC_TABLE_18    99 libavcodec/cfhddata.c static const uint32_t table_18_vlc_bits[NB_VLC_TABLE_18] = {
NB_VLC_TABLE_18   168 libavcodec/cfhddata.c static const uint8_t table_18_vlc_len[NB_VLC_TABLE_18] = {
NB_VLC_TABLE_18   204 libavcodec/cfhddata.c static const uint16_t table_18_vlc_run[NB_VLC_TABLE_18] = {
NB_VLC_TABLE_18   240 libavcodec/cfhddata.c static const uint8_t table_18_vlc_level[NB_VLC_TABLE_18] = {
NB_VLC_TABLE_18   279 libavcodec/cfhddata.c     uint32_t new_cfhd_vlc_bits[NB_VLC_TABLE_18 * 2];
NB_VLC_TABLE_18   280 libavcodec/cfhddata.c     uint8_t  new_cfhd_vlc_len[NB_VLC_TABLE_18 * 2];
NB_VLC_TABLE_18   281 libavcodec/cfhddata.c     uint16_t new_cfhd_vlc_run[NB_VLC_TABLE_18 * 2];
NB_VLC_TABLE_18   282 libavcodec/cfhddata.c     int16_t  new_cfhd_vlc_level[NB_VLC_TABLE_18 * 2];
NB_VLC_TABLE_18   328 libavcodec/cfhddata.c     for (i = 0, j = 0; i < NB_VLC_TABLE_18; i++, j++) {
NB_VLC_TABLE_18   336 libavcodec/cfhddata.c             new_cfhd_vlc_bits[j] != table_18_vlc_bits[NB_VLC_TABLE_18-1]) {