Lines Matching defs:NB_VLC_TABLE_18
36 #define NB_VLC_TABLE_18 (263 + 1)
99 static const uint32_t table_18_vlc_bits[NB_VLC_TABLE_18] = {
168 static const uint8_t table_18_vlc_len[NB_VLC_TABLE_18] = {
204 static const uint16_t table_18_vlc_run[NB_VLC_TABLE_18] = {
240 static const uint8_t table_18_vlc_level[NB_VLC_TABLE_18] = {
279 uint32_t new_cfhd_vlc_bits[NB_VLC_TABLE_18 * 2];
280 uint8_t new_cfhd_vlc_len[NB_VLC_TABLE_18 * 2];
281 uint16_t new_cfhd_vlc_run[NB_VLC_TABLE_18 * 2];
282 int16_t new_cfhd_vlc_level[NB_VLC_TABLE_18 * 2];
328 for (i = 0, j = 0; i < NB_VLC_TABLE_18; i++, j++) {
336 new_cfhd_vlc_bits[j] != table_18_vlc_bits[NB_VLC_TABLE_18-1]) {