Home
last modified time | relevance | path

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

/external/brotli/c/enc/
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(
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];
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(
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);
Dblock_splitter.h32 BROTLI_INTERNAL void BrotliInitBlockSplit(BlockSplit* self);
33 BROTLI_INTERNAL void BrotliDestroyBlockSplit(MemoryManager* m,
36 BROTLI_INTERNAL void BrotliSplitBlock(MemoryManager* m,
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,
Dbit_cost.h55 BROTLI_INTERNAL double BrotliPopulationCostLiteral(const HistogramLiteral*);
56 BROTLI_INTERNAL double BrotliPopulationCostCommand(const HistogramCommand*);
57 BROTLI_INTERNAL double BrotliPopulationCostDistance(const HistogramDistance*);
Ddictionary_hash.c16 BROTLI_INTERNAL const uint16_t kStaticDictionaryHashWords[32768] = {
1000 BROTLI_INTERNAL const uint8_t kStaticDictionaryHashLengths[32768] = {
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
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)(
Dliteral_cost.h23 BROTLI_INTERNAL void BrotliEstimateBitCostsForLiterals(
Dutf8_util.h24 BROTLI_INTERNAL BROTLI_BOOL BrotliIsMostlyUTF8(
Dstatic_dict.h31 BROTLI_INTERNAL BROTLI_BOOL BrotliFindAllStaticDictionaryMatches(
Dencoder_dict.h37 BROTLI_INTERNAL void BrotliInitEncoderDictionary(BrotliEncoderDictionary* dict);
Dcompress_fragment_two_pass.h39 BROTLI_INTERNAL void BrotliCompressFragmentTwoPass(MemoryManager* m,
Dcompress_fragment.h45 BROTLI_INTERNAL void BrotliCompressFragmentFast(MemoryManager* m,
Dbackward_references.h29 BROTLI_INTERNAL void BrotliCreateBackwardReferences(size_t num_bytes,
Dfast_log.h35 BROTLI_INTERNAL extern const double kBrotliLog2Table[BROTLI_LOG2_TABLE_SIZE];
Dhistogram.h50 BROTLI_INTERNAL void BrotliBuildHistogramsWithContext(
/external/brotli/c/dec/
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(
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,
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(
/external/brotli/c/common/
Dplatform.h160 #if !defined(BROTLI_INTERNAL)
162 #define BROTLI_INTERNAL macro
171 #define BROTLI_INTERNAL __attribute__ ((visibility ("hidden"))) macro
173 #define BROTLI_INTERNAL macro