• Home
  • Raw
  • Download

Lines Matching refs:BROTLI_BOOL

113   BROTLI_BOOL is_last_block_emitted_;
114 BROTLI_BOOL is_initialized_;
117 static BROTLI_BOOL EnsureInitialized(BrotliEncoderState* s);
134 BROTLI_BOOL BrotliEncoderSetParameter( in BrotliEncoderSetParameter()
247 static void EncodeWindowBits(int lgwin, BROTLI_BOOL large_window, in EncodeWindowBits()
385 static BROTLI_BOOL ShouldUseComplexStaticContextMap(const uint8_t* input, in ShouldUseComplexStaticContextMap()
496 static BROTLI_BOOL ShouldCompress( in ShouldCompress()
541 const BROTLI_BOOL is_last, in WriteMetaBlockInternal()
675 static BROTLI_BOOL EnsureInitialized(BrotliEncoderState* s) { in EnsureInitialized()
875 static BROTLI_BOOL UpdateLastProcessedPos(BrotliEncoderState* s) { in UpdateLastProcessedPos()
927 static BROTLI_BOOL EncodeData( in EncodeData()
928 BrotliEncoderState* s, const BROTLI_BOOL is_last, in EncodeData()
929 const BROTLI_BOOL force_flush, size_t* out_size, uint8_t** output) { in EncodeData()
1062 const BROTLI_BOOL next_input_fits_metablock = TO_BROTLI_BOOL( in EncodeData()
1066 const BROTLI_BOOL should_flush = TO_BROTLI_BOOL( in EncodeData()
1163 static BROTLI_BOOL BrotliCompressBufferQuality10( in BrotliCompressBufferQuality10()
1172 BROTLI_BOOL ok = BROTLI_TRUE; in BrotliCompressBufferQuality10()
1223 BROTLI_BOOL is_last; in BrotliCompressBufferQuality10()
1431 BROTLI_BOOL BrotliEncoderCompress( in BrotliEncoderCompress()
1471 BROTLI_BOOL result = BROTLI_FALSE; in BrotliEncoderCompress()
1525 static BROTLI_BOOL InjectFlushOrPushOutput(BrotliEncoderState* s, in InjectFlushOrPushOutput()
1557 static BROTLI_BOOL BrotliEncoderCompressStreamFast( in BrotliEncoderCompressStreamFast()
1605 BROTLI_BOOL is_last = in BrotliEncoderCompressStreamFast()
1607 BROTLI_BOOL force_flush = in BrotliEncoderCompressStreamFast()
1610 BROTLI_BOOL inplace = BROTLI_TRUE; in BrotliEncoderCompressStreamFast()
1673 static BROTLI_BOOL ProcessMetadata( in ProcessMetadata()
1694 BROTLI_BOOL result = EncodeData(s, BROTLI_FALSE, BROTLI_TRUE, in ProcessMetadata()
1756 BROTLI_BOOL BrotliEncoderCompressStream( in BrotliEncoderCompressStream()
1808 BROTLI_BOOL is_last = TO_BROTLI_BOOL( in BrotliEncoderCompressStream()
1810 BROTLI_BOOL force_flush = TO_BROTLI_BOOL( in BrotliEncoderCompressStream()
1812 BROTLI_BOOL result; in BrotliEncoderCompressStream()
1828 BROTLI_BOOL BrotliEncoderIsFinished(BrotliEncoderState* s) { in BrotliEncoderIsFinished()
1833 BROTLI_BOOL BrotliEncoderHasMoreOutput(BrotliEncoderState* s) { in BrotliEncoderHasMoreOutput()