Lines Matching refs:TO_BROTLI_BOOL
170 state->params.disable_literal_context_modeling = TO_BROTLI_BOOL(!!value); in BrotliEncoderSetParameter()
178 state->params.large_window = TO_BROTLI_BOOL(!!value); in BrotliEncoderSetParameter()
911 return TO_BROTLI_BOOL(wrapped_input_pos < wrapped_last_processed_pos); in UpdateLastProcessedPos()
943 TO_BROTLI_BOOL((last_command->dist_prefix_ & 0x3FF) == 0), in ExtendLastCommand()
1103 const BROTLI_BOOL next_input_fits_metablock = TO_BROTLI_BOOL( in EncodeData()
1107 const BROTLI_BOOL should_flush = TO_BROTLI_BOOL( in EncodeData()
1326 is_last = TO_BROTLI_BOOL(metablock_start + metablock_size == input_size); in BrotliCompressBufferQuality10()
1868 BROTLI_BOOL is_last = TO_BROTLI_BOOL( in BrotliEncoderCompressStream()
1870 BROTLI_BOOL force_flush = TO_BROTLI_BOOL( in BrotliEncoderCompressStream()
1894 return TO_BROTLI_BOOL(s->stream_state_ == BROTLI_STREAM_FINISHED && in BrotliEncoderIsFinished()
1899 return TO_BROTLI_BOOL(s->available_out_ != 0); in BrotliEncoderHasMoreOutput()