Home
last modified time | relevance | path

Searched refs:NB_VLC_TABLE_18 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcfhddata.c36 #define NB_VLC_TABLE_18 (263 + 1) macro
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]; in ff_cfhd_init_vlcs()
280 uint8_t new_cfhd_vlc_len[NB_VLC_TABLE_18 * 2]; in ff_cfhd_init_vlcs()
281 uint16_t new_cfhd_vlc_run[NB_VLC_TABLE_18 * 2]; in ff_cfhd_init_vlcs()
282 int16_t new_cfhd_vlc_level[NB_VLC_TABLE_18 * 2]; in ff_cfhd_init_vlcs()
328 for (i = 0, j = 0; i < NB_VLC_TABLE_18; in ff_cfhd_init_vlcs()
[all...]

Completed in 1 milliseconds