Lines Matching refs:BROTLI_BOOL
127 BROTLI_BOOL is_last_block_emitted_;
128 BROTLI_BOOL is_initialized_;
146 BROTLI_BOOL BrotliEncoderSetParameter( in BrotliEncoderSetParameter()
264 static void EncodeWindowBits(int lgwin, BROTLI_BOOL large_window, in EncodeWindowBits()
402 static BROTLI_BOOL ShouldUseComplexStaticContextMap(const uint8_t* input, in ShouldUseComplexStaticContextMap()
513 static BROTLI_BOOL ShouldCompress( in ShouldCompress()
558 const BROTLI_BOOL is_last, in WriteMetaBlockInternal()
688 static BROTLI_BOOL EnsureInitialized(BrotliEncoderState* s) { in EnsureInitialized()
907 static BROTLI_BOOL UpdateLastProcessedPos(BrotliEncoderState* s) { in UpdateLastProcessedPos()
960 static BROTLI_BOOL EncodeData( in EncodeData()
961 BrotliEncoderState* s, const BROTLI_BOOL is_last, in EncodeData()
962 const BROTLI_BOOL force_flush, size_t* out_size, uint8_t** output) { in EncodeData()
1103 const BROTLI_BOOL next_input_fits_metablock = TO_BROTLI_BOOL( in EncodeData()
1107 const BROTLI_BOOL should_flush = TO_BROTLI_BOOL( in EncodeData()
1204 static BROTLI_BOOL BrotliCompressBufferQuality10( in BrotliCompressBufferQuality10()
1213 BROTLI_BOOL ok = BROTLI_TRUE; in BrotliCompressBufferQuality10()
1266 BROTLI_BOOL is_last; in BrotliCompressBufferQuality10()
1471 BROTLI_BOOL BrotliEncoderCompress( in BrotliEncoderCompress()
1511 BROTLI_BOOL result = BROTLI_FALSE; in BrotliEncoderCompress()
1565 static BROTLI_BOOL InjectFlushOrPushOutput(BrotliEncoderState* s, in InjectFlushOrPushOutput()
1597 static BROTLI_BOOL BrotliEncoderCompressStreamFast( in BrotliEncoderCompressStreamFast()
1651 BROTLI_BOOL is_last = in BrotliEncoderCompressStreamFast()
1653 BROTLI_BOOL force_flush = in BrotliEncoderCompressStreamFast()
1656 BROTLI_BOOL inplace = BROTLI_TRUE; in BrotliEncoderCompressStreamFast()
1721 static BROTLI_BOOL ProcessMetadata( in ProcessMetadata()
1742 BROTLI_BOOL result = EncodeData(s, BROTLI_FALSE, BROTLI_TRUE, in ProcessMetadata()
1804 BROTLI_BOOL BrotliEncoderCompressStream( in BrotliEncoderCompressStream()
1868 BROTLI_BOOL is_last = TO_BROTLI_BOOL( in BrotliEncoderCompressStream()
1870 BROTLI_BOOL force_flush = TO_BROTLI_BOOL( in BrotliEncoderCompressStream()
1872 BROTLI_BOOL result; in BrotliEncoderCompressStream()
1893 BROTLI_BOOL BrotliEncoderIsFinished(BrotliEncoderState* s) { in BrotliEncoderIsFinished()
1898 BROTLI_BOOL BrotliEncoderHasMoreOutput(BrotliEncoderState* s) { in BrotliEncoderHasMoreOutput()