HomeSort by relevance Sort by last modified time
    Searched defs:ShouldCompress (Results 1 - 2 of 2) sorted by null

  /external/brotli/c/enc/
compress_fragment_two_pass.c 493 static BROTLI_BOOL ShouldCompress(
544 if (ShouldCompress(input, block_size, num_literals)) {
encode.c 497 static BROTLI_BOOL ShouldCompress(
551 if (!ShouldCompress(data, mask, last_flush_pos, bytes,
    [all...]

Completed in 2359 milliseconds