Home
last modified time | relevance | path

Searched defs:BrotliEncoderStateStruct (Results 1 – 2 of 2) sorted by relevance

/third_party/brotli/c/enc/
Dstate.h44 typedef struct BrotliEncoderStateStruct { struct
45 BrotliEncoderParams params;
47 MemoryManager memory_manager_;
49 uint64_t input_pos_;
50 RingBuffer ringbuffer_;
51 size_t cmd_alloc_size_;
52 Command* commands_;
53 size_t num_commands_;
54 size_t num_literals_;
55 size_t last_insert_len_;
[all …]
/third_party/skia/third_party/externals/brotli/c/enc/
Dencode.c65 typedef struct BrotliEncoderStateStruct { struct
66 BrotliEncoderParams params;
68 MemoryManager memory_manager_;
70 uint64_t input_pos_;
71 RingBuffer ringbuffer_;
72 size_t cmd_alloc_size_;
73 Command* commands_;
74 size_t num_commands_;
75 size_t num_literals_;
76 size_t last_insert_len_;
[all …]