Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dentropy_encode.h34 BROTLI_INTERNAL BROTLI_BOOL BrotliSetDepth(
Dentropy_encode.c21 BROTLI_BOOL BrotliSetDepth( in BrotliSetDepth() function
142 if (BrotliSetDepth((int)(2 * n - 1), &tree[0], depth, tree_limit)) { in BrotliCreateHuffmanTree()
Dbrotli_bit_stream.c511 if (BrotliSetDepth(2 * n - 1, tree, depth, 14)) { in BrotliBuildAndStoreHuffmanTreeFast()