Home
last modified time | relevance | path

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

/external/brotli/c/tools/
Dbrotli.c144 if (s[i] < '0' || s[i] > '9') return BROTLI_FALSE; in ParseInt()
147 if (i == 0) return BROTLI_FALSE; in ParseInt()
148 if (i > 1 && s[0] == '0') return BROTLI_FALSE; in ParseInt()
149 if (s[i] != 0) return BROTLI_FALSE; in ParseInt()
150 if (value < low || value > high) return BROTLI_FALSE; in ParseInt()
185 BROTLI_BOOL command_set = BROTLI_FALSE; in ParseParams()
186 BROTLI_BOOL quality_set = BROTLI_FALSE; in ParseParams()
187 BROTLI_BOOL output_set = BROTLI_FALSE; in ParseParams()
188 BROTLI_BOOL keep_set = BROTLI_FALSE; in ParseParams()
189 BROTLI_BOOL lgwin_set = BROTLI_FALSE; in ParseParams()
[all …]
/external/brotli/c/enc/
Dencode.c149 if (state->is_initialized_) return BROTLI_FALSE; in BrotliEncoderSetParameter()
169 if ((value != 0) && (value != 1)) return BROTLI_FALSE; in BrotliEncoderSetParameter()
190 if (value > (1u << 30)) return BROTLI_FALSE; in BrotliEncoderSetParameter()
194 default: return BROTLI_FALSE; in BrotliEncoderSetParameter()
426 return BROTLI_FALSE; in ShouldUseComplexStaticContextMap()
473 return BROTLI_FALSE; in ShouldUseComplexStaticContextMap()
517 if (bytes <= 2) return BROTLI_FALSE; in ShouldCompress()
533 return BROTLI_FALSE; in ShouldCompress()
689 if (BROTLI_IS_OOM(&s->memory_manager_)) return BROTLI_FALSE; in EnsureInitialized()
741 params->large_window = BROTLI_FALSE; in BrotliEncoderInitParams()
[all …]
Dhash.h146 return BROTLI_FALSE; in TestStaticDictionaryItem()
152 return BROTLI_FALSE; in TestStaticDictionaryItem()
162 return BROTLI_FALSE; in TestStaticDictionaryItem()
166 return BROTLI_FALSE; in TestStaticDictionaryItem()
403 hasher->common.is_prepared_ = BROTLI_FALSE; in HasherReset()
Dentropy_encode.c33 if (level > max_depth) return BROTLI_FALSE; in BrotliSetDepth()
412 BROTLI_BOOL use_rle_for_non_zero = BROTLI_FALSE; in BrotliWriteHuffmanTree()
413 BROTLI_BOOL use_rle_for_zero = BROTLI_FALSE; in BrotliWriteHuffmanTree()
Dstatic_dict.c45 return BROTLI_FALSE; in IsMatch()
67 if ((dict[i] ^ 32) != data[i]) return BROTLI_FALSE; in IsMatch()
69 if (dict[i] != data[i]) return BROTLI_FALSE; in IsMatch()
80 BROTLI_BOOL has_found_match = BROTLI_FALSE; in BrotliFindAllStaticDictionaryMatches()
Dmetablock.c88 BROTLI_BOOL equal_params = BROTLI_FALSE; in ComputeDistanceCost()
109 return BROTLI_FALSE; in ComputeDistanceCost()
161 check_orig = BROTLI_FALSE; in BrotliBuildMetaBlock()
511 ContextBlockSplitterFinishBlock(self, m, /* is_final = */ BROTLI_FALSE); in ContextBlockSplitterAddSymbol()
Dquality.h63 params->large_window = BROTLI_FALSE; in SanitizeParams()
Dmemory.c43 m->is_oom = BROTLI_FALSE; in BrotliInitMemoryManager()
Dhash_composite_inc.h61 self->fresh = BROTLI_FALSE; in FN()
Dcommand.h143 GetLengthCode(insertlen, 4, BROTLI_FALSE, &self->cmd_prefix_); in InitInsertCommand()
Dmetablock_inc.h179 FN(BlockSplitterFinishBlock)(self, /* is_final = */ BROTLI_FALSE); in FN()
Dhash_rolling_inc.h137 FN(Prepare)(self, BROTLI_FALSE, available, in FN()
Dhash_longest_match64_inc.h263 max_distance, out, BROTLI_FALSE); in FN()
Dhash_longest_match_inc.h258 max_distance, out, BROTLI_FALSE); in FN()
Dhash_forgetful_chain_inc.h285 max_distance, out, BROTLI_FALSE); in FN()
Dcluster_inc.h18 BROTLI_BOOL is_good_pair = BROTLI_FALSE;
Dbackward_references_hq.c174 SetCost(histogram_cmd, BROTLI_NUM_COMMAND_SYMBOLS, BROTLI_FALSE, in ZopfliCostModelSetFromCommands()
176 SetCost(histogram_dist, self->distance_histogram_size, BROTLI_FALSE, in ZopfliCostModelSetFromCommands()
Dcompress_fragment_two_pass.c64 return BROTLI_FALSE; in IsMatch()
Dcompress_fragment.c398 return BROTLI_FALSE; in ShouldUseUncompressedMode()
/external/brotli/c/include/brotli/
Dtypes.h53 #define BROTLI_FALSE 0 macro
55 #define TO_BROTLI_BOOL(X) (!!(X) ? BROTLI_TRUE : BROTLI_FALSE)
/external/brotli/c/dec/
Dbit_reader.c44 return BROTLI_FALSE; in BrotliWarmupBitReader()
68 return BROTLI_FALSE; in BrotliSafeReadBits32Slow()
Ddecode.c63 if (state->state != BROTLI_STATE_UNINITED) return BROTLI_FALSE; in BrotliDecoderSetParameter()
73 default: return BROTLI_FALSE; in BrotliDecoderSetParameter()
138 s->large_window = BROTLI_FALSE; in DecodeWindowBits()
385 return BROTLI_FALSE; /* No valid bits at all. */ in SafeDecodeSymbol()
395 return BROTLI_FALSE; /* Not enough bits for the first level. */ in SafeDecodeSymbol()
399 return BROTLI_FALSE; /* Not enough bits to move to the second level. */ in SafeDecodeSymbol()
407 return BROTLI_FALSE; /* Not enough bits for the second level. */ in SafeDecodeSymbol()
647 BROTLI_BOOL get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths()
655 get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths()
890 return BROTLI_FALSE; in SafeReadBlockLength()
[all …]
Dbit_reader.h167 return BROTLI_FALSE; in BrotliPullByte()
210 return BROTLI_FALSE; in BrotliSafeGetBits()
296 return BROTLI_FALSE; in BrotliSafeReadBits()
310 return BROTLI_FALSE; in BrotliSafeReadBits32()
/external/brotli/python/
D_brotli.cc239 ok = BROTLI_FALSE; in brotli_Compressor_process()
277 ok = BROTLI_FALSE; in brotli_Compressor_flush()
317 ok = BROTLI_FALSE; in brotli_Compressor_finish()
508 ok = BROTLI_FALSE; in brotli_Decompressor_process()
545 ok = BROTLI_FALSE; in brotli_Decompressor_is_finished()
/external/libwebsockets/lib/roles/http/compression/brotli/
Dbrotli.c76 BROTLI_FALSE) { in lcs_process_brotli()