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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtiertexseqv.c44 int code_table[64]; local
51 code_table[i] = get_sbits(&gb, 4);
52 sz += FFABS(code_table[i]);
58 len = code_table[i];
H A Dwnv1.c135 static VLC_TYPE code_table[1 << CODE_VLC_BITS][2]; local
140 code_vlc.table = code_table;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtiertexseqv.c45 int code_table[64]; local
52 code_table[i] = get_sbits(&gb, 4);
53 sz += FFABS(code_table[i]);
59 len = code_table[i];
H A Dwnv1.c135 static VLC_TYPE code_table[1 << CODE_VLC_BITS][2]; local
139 code_vlc.table = code_table;

Completed in 325 milliseconds