Home
last modified time | relevance | path

Searched refs:ShouldCompress (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/enc/
Dcompress_fragment_two_pass.c524 static BROTLI_BOOL ShouldCompress( in ShouldCompress() function
576 if (ShouldCompress(input, block_size, num_literals)) { in BrotliCompressFragmentTwoPassImpl()
Dencode.c513 static BROTLI_BOOL ShouldCompress( in ShouldCompress() function
583 if (!ShouldCompress(data, mask, last_flush_pos, bytes, in WriteMetaBlockInternal()
1338 } else if (!ShouldCompress(input_buffer, mask, metablock_start, in BrotliCompressBufferQuality10()