Searched refs:BrotliSetDepth (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
H A D | entropy_encode.h | 34 BROTLI_INTERNAL BROTLI_BOOL BrotliSetDepth(
|
H A D | entropy_encode.c | 23 BROTLI_BOOL BrotliSetDepth( in BrotliSetDepth() function 144 if (BrotliSetDepth((int)(2 * n - 1), &tree[0], depth, tree_limit)) { in BrotliCreateHuffmanTree()
|
H A D | brotli_bit_stream.c | 496 if (BrotliSetDepth(2 * n - 1, tree, depth, 14)) { in BrotliBuildAndStoreHuffmanTreeFast()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | entropy_encode.h | 34 BROTLI_INTERNAL BROTLI_BOOL BrotliSetDepth(
|
H A D | entropy_encode.c | 23 BROTLI_BOOL BrotliSetDepth( in BrotliSetDepth() function 144 if (BrotliSetDepth((int)(2 * n - 1), &tree[0], depth, tree_limit)) { in BrotliCreateHuffmanTree()
|
H A D | brotli_bit_stream.c | 496 if (BrotliSetDepth(2 * n - 1, tree, depth, 14)) { in BrotliBuildAndStoreHuffmanTreeFast()
|
Completed in 7 milliseconds