Searched refs:BROTLI_TRUE (Results 1 – 18 of 18) sorted by relevance
/external/brotli/c/tools/ |
D | brotli.c | 152 return BROTLI_TRUE; in ParseInt() 226 after_dash_dash = BROTLI_TRUE; in ParseParams() 240 quality_set = BROTLI_TRUE; in ParseParams() 248 output_set = BROTLI_TRUE; in ParseParams() 249 params->write_to_stdout = BROTLI_TRUE; in ParseParams() 256 command_set = BROTLI_TRUE; in ParseParams() 264 params->force_overwrite = BROTLI_TRUE; in ParseParams() 274 keep_set = BROTLI_TRUE; in ParseParams() 289 command_set = BROTLI_TRUE; in ParseParams() 307 quality_set = BROTLI_TRUE; in ParseParams() [all …]
|
/external/brotli/c/enc/ |
D | encode.c | 154 return BROTLI_TRUE; in BrotliEncoderSetParameter() 158 return BROTLI_TRUE; in BrotliEncoderSetParameter() 162 return BROTLI_TRUE; in BrotliEncoderSetParameter() 166 return BROTLI_TRUE; in BrotliEncoderSetParameter() 171 return BROTLI_TRUE; in BrotliEncoderSetParameter() 175 return BROTLI_TRUE; in BrotliEncoderSetParameter() 179 return BROTLI_TRUE; in BrotliEncoderSetParameter() 183 return BROTLI_TRUE; in BrotliEncoderSetParameter() 187 return BROTLI_TRUE; in BrotliEncoderSetParameter() 192 return BROTLI_TRUE; in BrotliEncoderSetParameter() [all …]
|
D | static_dict.c | 72 return BROTLI_TRUE; in IsMatch() 101 has_found_match = BROTLI_TRUE; in BrotliFindAllStaticDictionaryMatches() 112 has_found_match = BROTLI_TRUE; in BrotliFindAllStaticDictionaryMatches() 123 has_found_match = BROTLI_TRUE; in BrotliFindAllStaticDictionaryMatches() 287 has_found_match = BROTLI_TRUE; in BrotliFindAllStaticDictionaryMatches() 344 has_found_match = BROTLI_TRUE; in BrotliFindAllStaticDictionaryMatches() 387 has_found_match = BROTLI_TRUE; in BrotliFindAllStaticDictionaryMatches() 435 has_found_match = BROTLI_TRUE; in BrotliFindAllStaticDictionaryMatches() 439 has_found_match = BROTLI_TRUE; in BrotliFindAllStaticDictionaryMatches() 463 has_found_match = BROTLI_TRUE; in BrotliFindAllStaticDictionaryMatches()
|
D | metablock.c | 98 equal_params = BROTLI_TRUE; in ComputeDistanceCost() 123 return BROTLI_TRUE; in ComputeDistanceCost() 148 BROTLI_BOOL check_orig = BROTLI_TRUE; in BrotliBuildMetaBlock() 605 &lit_blocks.plain, /* is_final = */ BROTLI_TRUE); in BrotliBuildMetaBlockGreedyInternal() 608 &lit_blocks.ctx, m, /* is_final = */ BROTLI_TRUE); in BrotliBuildMetaBlockGreedyInternal() 611 BlockSplitterFinishBlockCommand(&cmd_blocks, /* is_final = */ BROTLI_TRUE); in BrotliBuildMetaBlockGreedyInternal() 612 BlockSplitterFinishBlockDistance(&dist_blocks, /* is_final = */ BROTLI_TRUE); in BrotliBuildMetaBlockGreedyInternal()
|
D | entropy_encode.c | 30 while (BROTLI_TRUE) { in BrotliSetDepth() 41 if (level < 0) return BROTLI_TRUE; in BrotliSetDepth() 193 while (BROTLI_TRUE) { in BrotliWriteHuffmanTreeRepetitions() 229 while (BROTLI_TRUE) { in BrotliWriteHuffmanTreeRepetitionsZeros()
|
D | cluster_inc.h | 38 is_good_pair = BROTLI_TRUE; 41 is_good_pair = BROTLI_TRUE; 51 is_good_pair = BROTLI_TRUE;
|
D | hash.h | 172 return BROTLI_TRUE; in TestStaticDictionaryItem() 461 hasher->common.is_prepared_ = BROTLI_TRUE; in HasherSetup()
|
D | memory.c | 141 m->is_oom = BROTLI_TRUE; in BrotliAllocate()
|
D | hash_composite_inc.h | 49 self->fresh = BROTLI_TRUE; in FN()
|
D | hash_longest_match_quickly_inc.h | 254 max_distance, out, BROTLI_TRUE); in FN()
|
D | compress_fragment_two_pass.c | 61 if (length == 4) return BROTLI_TRUE; in IsMatch() 528 return BROTLI_TRUE; in ShouldCompress()
|
D | backward_references_hq.c | 172 SetCost(histogram_literal, BROTLI_NUM_LITERAL_SYMBOLS, BROTLI_TRUE, in ZopfliCostModelSetFromCommands()
|
/external/brotli/c/dec/ |
D | bit_reader.c | 51 return BROTLI_TRUE; in BrotliWarmupBitReader() 54 return BROTLI_TRUE; in BrotliWarmupBitReader() 71 return BROTLI_TRUE; in BrotliSafeReadBits32Slow()
|
D | decode.c | 67 return BROTLI_TRUE; in BrotliDecoderSetParameter() 71 return BROTLI_TRUE; in BrotliDecoderSetParameter() 156 s->large_window = BROTLI_TRUE; in DecodeWindowBits() 383 return BROTLI_TRUE; in SafeDecodeSymbol() 393 return BROTLI_TRUE; in SafeDecodeSymbol() 412 return BROTLI_TRUE; in SafeDecodeSymbol() 420 return BROTLI_TRUE; in SafeReadSymbol() 663 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths() 677 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths() 906 return BROTLI_TRUE; in SafeReadBlockLength() [all …]
|
D | bit_reader.h | 178 return BROTLI_TRUE; in BrotliPullByte() 214 return BROTLI_TRUE; in BrotliSafeGetBits() 300 return BROTLI_TRUE; in BrotliSafeReadBits() 314 return BROTLI_TRUE; in BrotliSafeReadBits32()
|
D | state.c | 87 return BROTLI_TRUE; in BrotliDecoderStateInit()
|
/external/brotli/c/include/brotli/ |
D | types.h | 51 #define BROTLI_TRUE 1 macro 55 #define TO_BROTLI_BOOL(X) (!!(X) ? BROTLI_TRUE : BROTLI_FALSE)
|
/external/brotli/python/ |
D | _brotli.cc | 93 BROTLI_BOOL ok = BROTLI_TRUE; in compress_stream() 227 BROTLI_BOOL ok = BROTLI_TRUE; in brotli_Compressor_process() 274 BROTLI_BOOL ok = BROTLI_TRUE; in brotli_Compressor_flush() 314 BROTLI_BOOL ok = BROTLI_TRUE; in brotli_Compressor_finish() 398 BROTLI_BOOL ok = BROTLI_TRUE; in decompress_stream() 496 BROTLI_BOOL ok = BROTLI_TRUE; in brotli_Decompressor_process() 542 BROTLI_BOOL ok = BROTLI_TRUE; in brotli_Decompressor_is_finished()
|