Lines Matching refs:TO_BROTLI_BOOL
158 state->params.disable_literal_context_modeling = TO_BROTLI_BOOL(!!value); in BrotliEncoderSetParameter()
166 state->params.large_window = TO_BROTLI_BOOL(!!value); in BrotliEncoderSetParameter()
879 return TO_BROTLI_BOOL(wrapped_input_pos < wrapped_last_processed_pos); in UpdateLastProcessedPos()
910 TO_BROTLI_BOOL((last_command->dist_prefix_ & 0x3FF) == 0), in ExtendLastCommand()
1062 const BROTLI_BOOL next_input_fits_metablock = TO_BROTLI_BOOL( in EncodeData()
1066 const BROTLI_BOOL should_flush = TO_BROTLI_BOOL( in EncodeData()
1282 is_last = TO_BROTLI_BOOL(metablock_start + metablock_size == input_size); in BrotliCompressBufferQuality10()
1808 BROTLI_BOOL is_last = TO_BROTLI_BOOL( in BrotliEncoderCompressStream()
1810 BROTLI_BOOL force_flush = TO_BROTLI_BOOL( in BrotliEncoderCompressStream()
1829 return TO_BROTLI_BOOL(s->stream_state_ == BROTLI_STREAM_FINISHED && in BrotliEncoderIsFinished()
1834 return TO_BROTLI_BOOL(s->available_out_ != 0); in BrotliEncoderHasMoreOutput()