Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcfhddata.c35 #define NB_VLC_TABLE_9 (71 + 3) macro
38 static const uint32_t table_9_vlc_bits[NB_VLC_TABLE_9] = {
60 static const uint8_t table_9_vlc_len[NB_VLC_TABLE_9] = {
73 static const uint16_t table_9_vlc_run[NB_VLC_TABLE_9] = {
86 static const uint8_t table_9_vlc_level[NB_VLC_TABLE_9] = {
287 for (i = 0, j = 0; i < NB_VLC_TABLE_9; i++, j++) { in ff_cfhd_init_vlcs()
295 new_cfhd_vlc_bits[j] != table_9_vlc_bits[NB_VLC_TABLE_9-1]) { in ff_cfhd_init_vlcs()

Completed in 1 milliseconds