Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Didcinvideo.c58 #define HUF_TOKENS 256 macro
74 hnode huff_nodes[256][HUF_TOKENS*2];
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.
122 num_hnodes = HUF_TOKENS; in huff_build_tree()
124 for(i = 0; i < HUF_TOKENS * 2; i++) in huff_build_tree()
166 for(j = 0; j < HUF_TOKENS; j++) in idcin_decode_init()
189 while(node_num >= HUF_TOKENS) { in idcin_decode_vlcs()

Completed in 1 milliseconds