Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtscc2data.h27 #define NUM_VLC_SETS 13 macro
29 static const uint16_t tscc2_quants[NUM_VLC_SETS][3] = {
53 static const uint8_t tscc2_nc_vlc_syms[NUM_VLC_SETS][16] = {
82 static const uint8_t tscc2_nc_vlc_lens[NUM_VLC_SETS][16] = {
431 static const int tscc2_ac_vlc_sizes[NUM_VLC_SETS] = {
Dtscc2.c53 static VLC dc_vlc, nc_vlc[NUM_VLC_SETS], ac_vlc[NUM_VLC_SETS];
78 for (i = 0; i < NUM_VLC_SETS; i++) { in tscc2_init_vlcs()
243 if (c->quant[0] < 2 || c->quant[0] > NUM_VLC_SETS + 1 || in tscc2_decode_frame()
244 c->quant[1] < 2 || c->quant[1] > NUM_VLC_SETS + 1) { in tscc2_decode_frame()