Home
last modified time | relevance | path

Searched refs:use_full_table (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Datrac3plus.h141 int use_full_table; ///< 1 - full table list, 0 - restricted one member
Datrac3plus.c639 int mask = ctx->use_full_table ? 7 : 3; /* mask for modular arithmetic */ in decode_channel_code_tab()
648 num_bits = ctx->use_full_table + 2; in decode_channel_code_tab()
652 vlc_tab = ctx->use_full_table ? &ct_vlc_tabs[1] in decode_channel_code_tab()
657 if (ctx->use_full_table) { in decode_channel_code_tab()
669 vlc_tab = ctx->use_full_table ? &ct_vlc_tabs[3] in decode_channel_code_tab()
696 ctx->use_full_table = get_bits1(gb); in decode_code_table_indexes()
782 if (!ctx->use_full_table) in decode_spectrum()