Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Didcinvideo.c74 hnode huff_nodes[256][HUF_TOKENS*2]; member
113 * huff_nodes[prev][i < HUF_TOKENS] - are the nodes at the base of the tree.
114 * huff_nodes[prev][i >= HUF_TOKENS] - are used to construct the tree.
116 * That is: huff_nodes[prev][num_huff_nodes[prev]] is the root node.
123 hnodes = s->huff_nodes[prev]; in huff_build_tree()
167 s->huff_nodes[i][j].count = histograms[histogram_index++]; in idcin_decode_init()
187 hnodes = s->huff_nodes[prev]; in idcin_decode_vlcs()

Completed in 1 milliseconds