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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtscc2.c45 VLC dc_vlc, nc_vlc[NUM_VLC_SETS], ac_vlc[NUM_VLC_SETS];
54 for (i = 0; i < NUM_VLC_SETS; i++) {
71 for (i = 0; i < NUM_VLC_SETS; i++) {
256 if (c->quant[0] < 2 || c->quant[0] > NUM_VLC_SETS + 1 ||
257 c->quant[1] < 2 || c->quant[1] > NUM_VLC_SETS + 1) {
H A Dtscc2data.h34 #define NUM_VLC_SETS 13 macro
36 static const uint16_t tscc2_quants[NUM_VLC_SETS][3] = {
78 static const uint16_t tscc2_nc_vlc_codes[NUM_VLC_SETS][16] = {
107 static const uint8_t tscc2_nc_vlc_bits[NUM_VLC_SETS][16] = {
909 static const int tscc2_ac_vlc_sizes[NUM_VLC_SETS] = {
913 static const uint16_t *tscc2_ac_vlc_syms[NUM_VLC_SETS] = {
920 static const uint16_t *tscc2_ac_vlc_codes[NUM_VLC_SETS] = {
928 static const uint8_t *tscc2_ac_vlc_bits[NUM_VLC_SETS] = {

Completed in 118 milliseconds