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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvp3.c231 uint16_t huffman_table[80][32][2]; member in struct:Vp3DecodeContext
1748 &s->huffman_table[i][0][1], 4, 2,
1749 &s->huffman_table[i][0][0], 4, 2, 0) < 0)
1754 &s->huffman_table[i+16][0][1], 4, 2,
1755 &s->huffman_table[i+16][0][0], 4, 2, 0) < 0)
1760 &s->huffman_table[i+16*2][0][1], 4, 2,
1761 &s->huffman_table[i+16*2][0][0], 4, 2, 0) < 0)
1766 &s->huffman_table[i+16*3][0][1], 4, 2,
1767 &s->huffman_table[i+16*3][0][0], 4, 2, 0) < 0)
1772 &s->huffman_table[
[all...]

Completed in 82 milliseconds