HomeSort by relevance Sort by last modified time
    Searched refs:BROTLI_UINT32_MAX (Results 1 - 7 of 7) sorted by null

  /external/brotli/c/include/brotli/
types.h 59 #define BROTLI_UINT32_MAX (~((uint32_t)0))
  /external/brotli/c/enc/
cluster_inc.h 213 static const uint32_t kInvalidIndex = BROTLI_UINT32_MAX;
entropy_encode.c 76 InitHuffmanTree(&sentinel, BROTLI_UINT32_MAX, -1, -1);
backward_references_hq.c 521 nodes[index].u.next = BROTLI_UINT32_MAX;
546 for (i = 0; offset != BROTLI_UINT32_MAX; i++) {
encode.c 649 s->remaining_metadata_bytes_ = BROTLI_UINT32_MAX;
    [all...]
block_splitter_inc.h 214 static const uint32_t kInvalidIndex = BROTLI_UINT32_MAX;
brotli_bit_stream.c 482 InitHuffmanTree(&sentinel, BROTLI_UINT32_MAX, -1, -1);
    [all...]

Completed in 110 milliseconds