Searched refs:is_uncompressed (Results 1 – 2 of 2) sorted by relevance
94 int* is_uncompressed) { in DecodeMetaBlockLength() argument99 *is_uncompressed = 0; in DecodeMetaBlockLength()109 *is_uncompressed = (int)BrotliReadBits(br, 1); in DecodeMetaBlockLength()641 int is_uncompressed; in BrotliDecompressedSize() local646 DecodeMetaBlockLength(&br, &meta_block_len, &input_end, &is_uncompressed); in BrotliDecompressedSize()727 int is_uncompressed; in BrotliDecompress() local765 &input_end, &is_uncompressed); in BrotliDecompress()770 if (is_uncompressed) { in BrotliDecompress()
145 bool is_uncompressed, in EncodeMetaBlockLength() argument167 WriteBits(1, is_uncompressed, storage_ix, storage); in EncodeMetaBlockLength()