Searched refs:BROTLI_FALSE (Results 1 – 19 of 19) sorted by relevance
/external/brotli/enc/ |
D | encode.c | 136 if (state->is_initialized_) return BROTLI_FALSE; in BrotliEncoderSetParameter() 156 if ((value != 0) && (value != 1)) return BROTLI_FALSE; in BrotliEncoderSetParameter() 164 default: return BROTLI_FALSE; in BrotliEncoderSetParameter() 412 return BROTLI_FALSE; in ShouldUseComplexStaticContextMap() 458 return BROTLI_FALSE; in ShouldUseComplexStaticContextMap() 519 return BROTLI_FALSE; in ShouldCompress() 647 if (BROTLI_IS_OOM(&s->memory_manager_)) return BROTLI_FALSE; in EnsureInitialized() 682 params->disable_literal_context_modeling = BROTLI_FALSE; in BrotliEncoderInitParams() 707 s->is_last_block_emitted_ = BROTLI_FALSE; in BrotliEncoderInitState() 708 s->is_initialized_ = BROTLI_FALSE; in BrotliEncoderInitState() [all …]
|
D | hash.h | 161 return BROTLI_FALSE; in TestStaticDictionaryItem() 167 return BROTLI_FALSE; in TestStaticDictionaryItem() 178 return BROTLI_FALSE; in TestStaticDictionaryItem() 193 BROTLI_BOOL is_match_found = BROTLI_FALSE; in SearchInStaticDictionary() 196 return BROTLI_FALSE; in SearchInStaticDictionary() 356 GetHasherCommon(handle)->is_prepared_ = BROTLI_FALSE; in HasherReset() 430 HasherSetup(m, handle, params, dict, 0, size, BROTLI_FALSE); in HasherPrependCustomDictionary()
|
D | hash_longest_match_quickly_inc.h | 142 BROTLI_BOOL is_match_found = BROTLI_FALSE; in FN() 175 return BROTLI_FALSE; in FN() 178 return BROTLI_FALSE; in FN()
|
D | static_dict.c | 49 return BROTLI_FALSE; in IsMatch() 71 if ((dict[i] ^ 32) != data[i]) return BROTLI_FALSE; in IsMatch() 73 if (dict[i] != data[i]) return BROTLI_FALSE; in IsMatch() 84 BROTLI_BOOL has_found_match = BROTLI_FALSE; in BrotliFindAllStaticDictionaryMatches()
|
D | entropy_encode.c | 31 if (level > max_depth) return BROTLI_FALSE; in BrotliSetDepth() 410 BROTLI_BOOL use_rle_for_non_zero = BROTLI_FALSE; in BrotliWriteHuffmanTree() 411 BROTLI_BOOL use_rle_for_zero = BROTLI_FALSE; in BrotliWriteHuffmanTree()
|
D | hash_longest_match64_inc.h | 171 BROTLI_BOOL is_match_found = BROTLI_FALSE; in FN() 264 BROTLI_FALSE); in FN()
|
D | hash_longest_match_inc.h | 164 BROTLI_BOOL is_match_found = BROTLI_FALSE; in FN() 256 BROTLI_FALSE); in FN()
|
D | hash_forgetful_chain_inc.h | 164 BROTLI_BOOL is_match_found = BROTLI_FALSE; in FN() 247 BROTLI_FALSE); in FN()
|
D | command.h | 135 GetLengthCode(insertlen, 4, BROTLI_FALSE, &self->cmd_prefix_); in InitInsertCommand()
|
D | memory.c | 54 m->is_oom = BROTLI_FALSE; in BrotliInitMemoryManager()
|
D | metablock_inc.h | 179 FN(BlockSplitterFinishBlock)(self, /* is_final = */ BROTLI_FALSE); in FN()
|
D | cluster_inc.h | 18 BROTLI_BOOL is_good_pair = BROTLI_FALSE;
|
D | metablock.c | 372 ContextBlockSplitterFinishBlock(self, m, /* is_final = */ BROTLI_FALSE); in ContextBlockSplitterAddSymbol()
|
D | compress_fragment.c | 399 return BROTLI_FALSE; in ShouldUseUncompressedMode()
|
/external/brotli/include/brotli/ |
D | types.h | 53 #define BROTLI_FALSE 0 macro 55 #define TO_BROTLI_BOOL(X) (!!(X) ? BROTLI_TRUE : BROTLI_FALSE)
|
/external/brotli/dec/ |
D | decode.c | 330 return BROTLI_FALSE; /* No valid bits at all. */ in SafeDecodeSymbol() 340 return BROTLI_FALSE; /* Not enough bits for the first level. */ in SafeDecodeSymbol() 344 return BROTLI_FALSE; /* Not enough bits to move to the second level. */ in SafeDecodeSymbol() 352 return BROTLI_FALSE; /* Not enough bits for the second level. */ in SafeDecodeSymbol() 587 BROTLI_BOOL get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() 594 get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() 823 return BROTLI_FALSE; in SafeReadBlockLength() 834 return BROTLI_FALSE; in SafeReadBlockLength() 1001 skip_preamble = BROTLI_FALSE; in DecodeContextMap() 1062 if (!SafeReadSymbol(type_tree, br, &block_type)) return BROTLI_FALSE; in DecodeBlockTypeAndLength() [all …]
|
D | bit_reader.h | 219 return BROTLI_FALSE; in BrotliPullByte() 260 return BROTLI_FALSE; in BrotliSafeGetBits() 322 return BROTLI_FALSE; in BrotliSafeReadBits()
|
D | bit_reader.c | 33 return BROTLI_FALSE; in BrotliWarmupBitReader()
|
/external/brotli/python/ |
D | _brotli.cc | 249 ok = BROTLI_FALSE; in brotli_Compressor_process() 286 ok = BROTLI_FALSE; in brotli_Compressor_flush() 326 ok = BROTLI_FALSE; in brotli_Compressor_finish()
|