Home
last modified time | relevance | path

Searched refs:no_zero_count (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhuffman.c118 uint32_t pfx, int pl, int *pos, int no_zero_count) in get_tree_codes() argument
123 if (s != HNODE || (no_zero_count && !nodes[node].count)) { in get_tree_codes()
132 pos, no_zero_count); in get_tree_codes()
135 pos, no_zero_count); in get_tree_codes()
141 int no_zero_count = !(flags & FF_HUFFMAN_FLAG_ZERO_COUNT); in build_huff_tree() local
148 &pos, no_zero_count); in build_huff_tree()