Home
last modified time | relevance | path

Searched refs:BROTLI_INTERNAL (Results 1 - 25 of 46) sorted by relevance

12

/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.h34 BROTLI_INTERNAL void BrotliStoreHuffmanTree(const uint8_t* depths, size_t num,
37 BROTLI_INTERNAL void BrotliBuildAndStoreHuffmanTreeFast(
44 BROTLI_INTERNAL void BrotliStoreMetaBlock(MemoryManager* m,
55 BROTLI_INTERNAL void BrotliStoreMetaBlockTrivial(MemoryManager* m,
65 BROTLI_INTERNAL void BrotliStoreMetaBlockFast(MemoryManager* m,
75 BROTLI_INTERNAL void BrotliStoreUncompressedMetaBlock(
H A Dentropy_encode.h34 BROTLI_INTERNAL BROTLI_BOOL BrotliSetDepth(
49 BROTLI_INTERNAL void BrotliCreateHuffmanTree(const uint32_t* data,
62 BROTLI_INTERNAL void BrotliOptimizeHuffmanCountsForRle(
68 BROTLI_INTERNAL void BrotliWriteHuffmanTree(const uint8_t* depth,
75 BROTLI_INTERNAL void BrotliConvertBitDepthsToSymbols(const uint8_t* depth,
79 BROTLI_INTERNAL extern const size_t kBrotliShellGaps[6];
H A Dbackward_references_hq.h26 BROTLI_INTERNAL void BrotliCreateZopfliBackwardReferences(MemoryManager* m,
33 BROTLI_INTERNAL void BrotliCreateHqZopfliBackwardReferences(MemoryManager* m,
65 BROTLI_INTERNAL void BrotliInitZopfliNodes(ZopfliNode* array, size_t length);
80 BROTLI_INTERNAL size_t BrotliZopfliComputeShortestPath(
86 BROTLI_INTERNAL void BrotliZopfliCreateCommands(
H A Dmemory.h39 BROTLI_INTERNAL void BrotliInitMemoryManager(
43 BROTLI_INTERNAL void* BrotliAllocate(MemoryManager* m, size_t n);
47 BROTLI_INTERNAL void BrotliFree(MemoryManager* m, void* p);
71 BROTLI_INTERNAL void BrotliWipeOutMemoryManager(MemoryManager* m);
H A Dblock_splitter.h32 BROTLI_INTERNAL void BrotliInitBlockSplit(BlockSplit* self);
33 BROTLI_INTERNAL void BrotliDestroyBlockSplit(MemoryManager* m,
36 BROTLI_INTERNAL void BrotliSplitBlock(MemoryManager* m,
H A Dbit_cost.h55 BROTLI_INTERNAL double BrotliPopulationCostLiteral(const HistogramLiteral*);
56 BROTLI_INTERNAL double BrotliPopulationCostCommand(const HistogramCommand*);
57 BROTLI_INTERNAL double BrotliPopulationCostDistance(const HistogramDistance*);
H A Dmetablock.h74 BROTLI_INTERNAL void BrotliBuildMetaBlock(MemoryManager* m,
89 BROTLI_INTERNAL void BrotliBuildMetaBlockGreedy(
95 BROTLI_INTERNAL void BrotliOptimizeHistograms(uint32_t num_distance_codes,
98 BROTLI_INTERNAL void BrotliInitDistanceParams(BrotliEncoderParams* params,
H A Ddictionary_hash.c16 BROTLI_INTERNAL const uint16_t kStaticDictionaryHashWords[32768] = {
1000 BROTLI_INTERNAL const uint8_t kStaticDictionaryHashLengths[32768] = {
H A Dcommand.h23 BROTLI_INTERNAL extern const uint32_t
25 BROTLI_INTERNAL extern const uint32_t
27 BROTLI_INTERNAL extern const uint32_t
29 BROTLI_INTERNAL extern const uint32_t
H A Dcluster_inc.h14 BROTLI_INTERNAL void FN(BrotliCompareAndPushToQueue)(
70 BROTLI_INTERNAL size_t FN(BrotliHistogramCombine)(HistogramType* out,
157 BROTLI_INTERNAL double FN(BrotliHistogramBitCostDistance)(
172 BROTLI_INTERNAL void FN(BrotliHistogramRemap)(const HistogramType* in,
211 BROTLI_INTERNAL size_t FN(BrotliHistogramReindex)(MemoryManager* m,
249 BROTLI_INTERNAL void FN(BrotliClusterHistograms)(
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.h34 BROTLI_INTERNAL void BrotliStoreHuffmanTree(const uint8_t* depths, size_t num,
37 BROTLI_INTERNAL void BrotliBuildAndStoreHuffmanTreeFast(
44 BROTLI_INTERNAL void BrotliStoreMetaBlock(MemoryManager* m,
55 BROTLI_INTERNAL void BrotliStoreMetaBlockTrivial(MemoryManager* m,
65 BROTLI_INTERNAL void BrotliStoreMetaBlockFast(MemoryManager* m,
75 BROTLI_INTERNAL void BrotliStoreUncompressedMetaBlock(
H A Dentropy_encode.h34 BROTLI_INTERNAL BROTLI_BOOL BrotliSetDepth(
49 BROTLI_INTERNAL void BrotliCreateHuffmanTree(const uint32_t* data,
62 BROTLI_INTERNAL void BrotliOptimizeHuffmanCountsForRle(
68 BROTLI_INTERNAL void BrotliWriteHuffmanTree(const uint8_t* depth,
75 BROTLI_INTERNAL void BrotliConvertBitDepthsToSymbols(const uint8_t* depth,
79 BROTLI_INTERNAL extern const size_t kBrotliShellGaps[6];
H A Dbackward_references_hq.h26 BROTLI_INTERNAL void BrotliCreateZopfliBackwardReferences(MemoryManager* m,
33 BROTLI_INTERNAL void BrotliCreateHqZopfliBackwardReferences(MemoryManager* m,
65 BROTLI_INTERNAL void BrotliInitZopfliNodes(ZopfliNode* array, size_t length);
80 BROTLI_INTERNAL size_t BrotliZopfliComputeShortestPath(
86 BROTLI_INTERNAL void BrotliZopfliCreateCommands(
H A Dmemory.h39 BROTLI_INTERNAL void BrotliInitMemoryManager(
43 BROTLI_INTERNAL void* BrotliAllocate(MemoryManager* m, size_t n);
47 BROTLI_INTERNAL void BrotliFree(MemoryManager* m, void* p);
71 BROTLI_INTERNAL void BrotliWipeOutMemoryManager(MemoryManager* m);
H A Dblock_splitter.h32 BROTLI_INTERNAL void BrotliInitBlockSplit(BlockSplit* self);
33 BROTLI_INTERNAL void BrotliDestroyBlockSplit(MemoryManager* m,
36 BROTLI_INTERNAL void BrotliSplitBlock(MemoryManager* m,
H A Dbit_cost.h55 BROTLI_INTERNAL double BrotliPopulationCostLiteral(const HistogramLiteral*);
56 BROTLI_INTERNAL double BrotliPopulationCostCommand(const HistogramCommand*);
57 BROTLI_INTERNAL double BrotliPopulationCostDistance(const HistogramDistance*);
H A Dmetablock.h74 BROTLI_INTERNAL void BrotliBuildMetaBlock(MemoryManager* m,
89 BROTLI_INTERNAL void BrotliBuildMetaBlockGreedy(
95 BROTLI_INTERNAL void BrotliOptimizeHistograms(uint32_t num_distance_codes,
98 BROTLI_INTERNAL void BrotliInitDistanceParams(BrotliEncoderParams* params,
H A Ddictionary_hash.c16 BROTLI_INTERNAL const uint16_t kStaticDictionaryHashWords[32768] = {
1000 BROTLI_INTERNAL const uint8_t kStaticDictionaryHashLengths[32768] = {
H A Dcommand.h23 BROTLI_INTERNAL extern const uint32_t
25 BROTLI_INTERNAL extern const uint32_t
27 BROTLI_INTERNAL extern const uint32_t
29 BROTLI_INTERNAL extern const uint32_t
H A Dcluster_inc.h14 BROTLI_INTERNAL void FN(BrotliCompareAndPushToQueue)(
70 BROTLI_INTERNAL size_t FN(BrotliHistogramCombine)(HistogramType* out,
157 BROTLI_INTERNAL double FN(BrotliHistogramBitCostDistance)(
172 BROTLI_INTERNAL void FN(BrotliHistogramRemap)(const HistogramType* in,
211 BROTLI_INTERNAL size_t FN(BrotliHistogramReindex)(MemoryManager* m,
249 BROTLI_INTERNAL void FN(BrotliClusterHistograms)(
/third_party/node/deps/brotli/c/dec/
H A Dstate.h344 BROTLI_INTERNAL BROTLI_BOOL BrotliDecoderStateInit(BrotliDecoderState* s,
346 BROTLI_INTERNAL void BrotliDecoderStateCleanup(BrotliDecoderState* s);
347 BROTLI_INTERNAL void BrotliDecoderStateMetablockBegin(BrotliDecoderState* s);
348 BROTLI_INTERNAL void BrotliDecoderStateCleanupAfterMetablock(
350 BROTLI_INTERNAL BROTLI_BOOL BrotliDecoderHuffmanTreeGroupInit(
H A Dhuffman.h91 BROTLI_INTERNAL void BrotliBuildCodeLengthsHuffmanTable(HuffmanCode* root_table,
96 BROTLI_INTERNAL uint32_t BrotliBuildHuffmanTable(HuffmanCode* root_table,
103 BROTLI_INTERNAL uint32_t BrotliBuildSimpleHuffmanTable(HuffmanCode* table,
H A Dbit_reader.h24 BROTLI_INTERNAL extern const uint32_t kBrotliBitMask[33];
51 BROTLI_INTERNAL void BrotliInitBitReader(BrotliBitReader* const br);
58 BROTLI_INTERNAL BROTLI_BOOL BrotliWarmupBitReader(BrotliBitReader* const br);
63 BROTLI_INTERNAL BROTLI_NOINLINE BROTLI_BOOL BrotliSafeReadBits32Slow(
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dstate.h344 BROTLI_INTERNAL BROTLI_BOOL BrotliDecoderStateInit(BrotliDecoderState* s,
346 BROTLI_INTERNAL void BrotliDecoderStateCleanup(BrotliDecoderState* s);
347 BROTLI_INTERNAL void BrotliDecoderStateMetablockBegin(BrotliDecoderState* s);
348 BROTLI_INTERNAL void BrotliDecoderStateCleanupAfterMetablock(
350 BROTLI_INTERNAL BROTLI_BOOL BrotliDecoderHuffmanTreeGroupInit(
H A Dhuffman.h91 BROTLI_INTERNAL void BrotliBuildCodeLengthsHuffmanTable(HuffmanCode* root_table,
96 BROTLI_INTERNAL uint32_t BrotliBuildHuffmanTable(HuffmanCode* root_table,
103 BROTLI_INTERNAL uint32_t BrotliBuildSimpleHuffmanTable(HuffmanCode* table,

Completed in 20 milliseconds

12