Home
last modified time | relevance | path

Searched refs:last_insert_len (Results 1 – 6 of 6) sorted by relevance

/external/brotli/c/enc/
Dbackward_references_hq.h29 size_t* last_insert_len, Command* commands, size_t* num_commands,
36 size_t* last_insert_len, Command* commands, size_t* num_commands,
89 int* dist_cache, size_t* last_insert_len, const BrotliEncoderParams* params,
Dbackward_references_hq.c122 size_t last_insert_len) { in ZopfliCostModelSetFromCommands() argument
127 size_t pos = position - last_insert_len; in ZopfliCostModelSetFromCommands()
537 size_t* last_insert_len, in BrotliZopfliCreateCommands() argument
553 insert_length += *last_insert_len; in BrotliZopfliCreateCommands()
554 *last_insert_len = 0; in BrotliZopfliCreateCommands()
578 *last_insert_len += num_bytes - pos; in BrotliZopfliCreateCommands()
694 size_t* last_insert_len, Command* commands, size_t* num_commands, in BrotliCreateZopfliBackwardReferences() argument
706 dist_cache, last_insert_len, params, commands, num_literals); in BrotliCreateZopfliBackwardReferences()
714 size_t* last_insert_len, Command* commands, size_t* num_commands, in BrotliCreateHqZopfliBackwardReferences() argument
769 orig_last_insert_len = *last_insert_len; in BrotliCreateHqZopfliBackwardReferences()
[all …]
Dbackward_references_inc.h15 size_t* last_insert_len, Command* commands, size_t* num_commands, in EXPORT_FN()
21 size_t insert_length = *last_insert_len; in EXPORT_FN()
151 *last_insert_len = insert_length; in EXPORT_FN()
Dbackward_references.c113 size_t* last_insert_len, in BrotliCreateBackwardReferences() argument
123 last_insert_len, commands, num_commands, num_literals); \ in BrotliCreateBackwardReferences()
Dbackward_references.h32 size_t* last_insert_len, Command* commands, size_t* num_commands,
Dencode.c1132 size_t last_insert_len = 0; in BrotliCompressBufferQuality10() local
1176 &nodes[0], dist_cache, &last_insert_len, in BrotliCompressBufferQuality10()
1189 if (last_insert_len > 0) { in BrotliCompressBufferQuality10()
1190 InitInsertCommand(&commands[num_commands++], last_insert_len); in BrotliCompressBufferQuality10()
1191 num_literals += last_insert_len; in BrotliCompressBufferQuality10()