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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c246 uint32_t huffman_table[80][32][2]; member in struct:Vp3DecodeContext
1775 &s->huffman_table[i][0][1], 8, 4,
1776 &s->huffman_table[i][0][0], 8, 4, 0) < 0)
1781 &s->huffman_table[i+16][0][1], 8, 4,
1782 &s->huffman_table[i+16][0][0], 8, 4, 0) < 0)
1787 &s->huffman_table[i+16*2][0][1], 8, 4,
1788 &s->huffman_table[i+16*2][0][0], 8, 4, 0) < 0)
1793 &s->huffman_table[i+16*3][0][1], 8, 4,
1794 &s->huffman_table[i+16*3][0][0], 8, 4, 0) < 0)
1799 &s->huffman_table[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c255 uint32_t huffman_table[80][32][2]; member in struct:Vp3DecodeContext
1837 &s->huffman_table[i][0][1], 8, 4,
1838 &s->huffman_table[i][0][0], 8, 4, 0) < 0)
1843 &s->huffman_table[i + 16][0][1], 8, 4,
1844 &s->huffman_table[i + 16][0][0], 8, 4, 0) < 0)
1849 &s->huffman_table[i + 16 * 2][0][1], 8, 4,
1850 &s->huffman_table[i + 16 * 2][0][0], 8, 4, 0) < 0)
1855 &s->huffman_table[i + 16 * 3][0][1], 8, 4,
1856 &s->huffman_table[i + 16 * 3][0][0], 8, 4, 0) < 0)
1861 &s->huffman_table[
[all...]

Completed in 155 milliseconds