Home
last modified time | relevance | path

Searched refs:BROTLI_FALSE (Results 1 – 19 of 19) sorted by relevance

/external/brotli/enc/
Dencode.c136 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 …]
Dhash.h161 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()
Dhash_longest_match_quickly_inc.h142 BROTLI_BOOL is_match_found = BROTLI_FALSE; in FN()
175 return BROTLI_FALSE; in FN()
178 return BROTLI_FALSE; in FN()
Dstatic_dict.c49 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()
Dentropy_encode.c31 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()
Dhash_longest_match64_inc.h171 BROTLI_BOOL is_match_found = BROTLI_FALSE; in FN()
264 BROTLI_FALSE); in FN()
Dhash_longest_match_inc.h164 BROTLI_BOOL is_match_found = BROTLI_FALSE; in FN()
256 BROTLI_FALSE); in FN()
Dhash_forgetful_chain_inc.h164 BROTLI_BOOL is_match_found = BROTLI_FALSE; in FN()
247 BROTLI_FALSE); in FN()
Dcommand.h135 GetLengthCode(insertlen, 4, BROTLI_FALSE, &self->cmd_prefix_); in InitInsertCommand()
Dmemory.c54 m->is_oom = BROTLI_FALSE; in BrotliInitMemoryManager()
Dmetablock_inc.h179 FN(BlockSplitterFinishBlock)(self, /* is_final = */ BROTLI_FALSE); in FN()
Dcluster_inc.h18 BROTLI_BOOL is_good_pair = BROTLI_FALSE;
Dmetablock.c372 ContextBlockSplitterFinishBlock(self, m, /* is_final = */ BROTLI_FALSE); in ContextBlockSplitterAddSymbol()
Dcompress_fragment.c399 return BROTLI_FALSE; in ShouldUseUncompressedMode()
/external/brotli/include/brotli/
Dtypes.h53 #define BROTLI_FALSE 0 macro
55 #define TO_BROTLI_BOOL(X) (!!(X) ? BROTLI_TRUE : BROTLI_FALSE)
/external/brotli/dec/
Ddecode.c330 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 …]
Dbit_reader.h219 return BROTLI_FALSE; in BrotliPullByte()
260 return BROTLI_FALSE; in BrotliSafeGetBits()
322 return BROTLI_FALSE; in BrotliSafeReadBits()
Dbit_reader.c33 return BROTLI_FALSE; in BrotliWarmupBitReader()
/external/brotli/python/
D_brotli.cc249 ok = BROTLI_FALSE; in brotli_Compressor_process()
286 ok = BROTLI_FALSE; in brotli_Compressor_flush()
326 ok = BROTLI_FALSE; in brotli_Compressor_finish()