Searched refs:no_zero_count (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | huffman.c | 120 uint32_t pfx, int pl, int *pos, int no_zero_count) in get_tree_codes() 125 if (s != HNODE || (no_zero_count && !nodes[node].count)) { in get_tree_codes() 134 pos, no_zero_count); in get_tree_codes() 137 pos, no_zero_count); in get_tree_codes() 143 int no_zero_count = !(flags & FF_HUFFMAN_FLAG_ZERO_COUNT); in build_huff_tree() local 150 &pos, no_zero_count); in build_huff_tree() 118 get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, Node *nodes, int node, uint32_t pfx, int pl, int *pos, int no_zero_count) get_tree_codes() argument
|
Completed in 1 milliseconds